See Also
shafs – SHA256 a filesystem and store it on SQLite. Find duplicate files, organize your data
shafs is a tool to help you SHA256 an entire filesystem, file by file, storing its hash and file size in a SQLite database. Dependencies shafs requires sqlite3 On Ubuntu do: Please check your distribution for the appropriate packages. Build Installation To install locally, uncomment last line in build.sh and re-run it or run : Manual Build […]
Introduction to our commented Bitcoin source code section
Below you’ll find the main commented Bitcoin source code sections (sorted by section name and filename). Core amount.h – Defines the CAmount typedef, implements minimum and maximum valid amount range check. base58.cpp – The encoding function used for Bitcoin addresses. Base58 removes some potentially ambiguous characters from Base64 so Bitcoin addresses can be written down […]
ELI5 Provably Fair Games
What is a provably fair game? The answer lies at the heart of a whole new industry which has been developed around the transparent, decentralized, nature of the blockchain. The open and decentralized consensus mechanism existent in Ethereum, Bitcoin and most major cryptocurrencies, makes it possible for anyone to verify transactions using open source software […]
ELI5: How can I buy Bitcoin?
There are many options when it comes to buying Bitcoin. You can buy it directly from friends, on what’s generally known as over the counter (OTC) trade. Or you can buy BTC from exchanges. Coinbase For US customers, the most popular option seems to be Coinbase. This is America’s largest Bitcon broker and perhaps the […]