See Also
What is Turing completeness and how does it relate to cryptocurrencies?
Turing-completeness refers to a characteristic of computing platforms where a computer that is deemed Turing-complete can execute all programs that a Turing Machine would be able to execute. Turing machines are also known as “universal machines” because they are able to solve any problem that humans are able to solve by any known means. Programs […]
Bitcoin Blockchain SQL Schema for MySQL
This SQL schema was created for Crypto.BI Toolbox. The same, or similar, SQL schema can be used by anyone exploring Bitcoin with the help of a MySQL RDBMS. Although we didn’t test this SQL with other RDBMS’, it should be fully compatible with MariaDB and any other MySQL-derived system. How the data is inserted/retrieved to/from […]
chainparams.cpp – Commented Bitcoin Source Code
In this article we’ll take a look at one of the better known Bitcoin Core source files. Why is chainparams.* known to so many crypto developers? Because since 2011 or so, basically every coin that appeared before Ethereum would edit this source file and its header to modify parameters and create a new cryptocurrency! After […]
ELI5 Bitcoin to USD conversion
Bitcoin itself does not offer a US Dollar for Bitcoin exchange system. If you’ve just arrived in the world of cryptocurrencies, this may cause some confusion. Bitcoin is a completely virtual crypto asset that exists within its own blockchain. The only way to convert Bitcoin to US Dollars, and from USD back to Bitcoin, is […]