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 […]
Opinion: Decentralized blockchains can only survive having a valuable token, like Bitcoin, attached to them [Feb 2018]
We’ve heard this time and again, especially from folks in the financial sector: “blockchain is here to stay, Bitcoin not so much”. Is this really so? We disagree, and in this article we discuss the origins of Bitcoin and how the problem it solved only makes sense when there’s a reward for participants to join […]
qt/bitcoin.cpp – Commented Bitcoin source code
qt/bitcoin.cpp is where Bitcoin Core initialization leads us next. main.cpp, the Bitcoin Qt application entry point, is basically just a stub that calls GuiMain() at qt/bitcoin.cpp So, by sticking to our strategy, I’ll step into the call stack which now has GuiMain() at the top. GuiMain GuiMain gets the GUI set up, connects Qt signals/slots, […]
Will Bitcoin lose its #1 market cap crown? [Jun 2018 Opinion]
Ethereum has just overtaken Bitcoin! But, wait! We’re not talking about market cap… As you’ve probably seen reported elsewhere, ETH now (Jun/2018) has more unique active addresses than Bitcoin. Is this a sign of something different looming in the horizon? Will Bitcoin end its 9 year reign as king of cryptocurrencies? Are there other cryptocurrencies […]