crypto.bi

Programming Category - Page 4

Crypto.BI Encrypted Cloud Backup – ECB
Crypto.BI Encrypted Cloud Backup (ECB) is a tool that encrypts files, directories and MySQL databases, mangles their name so it's not understandable by the cloud storage system. ...
base58.cpp – Commented Bitcoin Source Code
Base58 encoding is responsible for one of the most recognizable technical aspects of Bitcoin Core - the addresses! This source file is responsible for a significant part of th...
dummywallet.cpp – Commented Bitcoin Core source code
We mentioned in a previous Bitcoin Core source code article that bitcoind can be compiled without wallet support. Why would anyone do that? Historically there were 2 main fu...
qt/main.cpp – Commented Bitcoin source code
Having run the Bitcoin Core graphical interface for so many years, the GUI source code seemed like the perfect place to start the journey into Bitcoin Core. The messages conta...
ELI5 How do Tezos Smart Contracts work?
Tezos smart contracts are natively written in Michelson - a purely functional, statically typed programming language. Note: See our cryptocurrency programming languages articl...