See Also
ELI5: Blockchains explained in simple terms
A blockchain is a database formed by a sequence of entries called (you guessed it) blocks. Blockchains have a special characteristic by which any attempt to modify one of its entries would modify the entire chain. It is, therefore, an immutable data structure, which stores blocks in chronological order of insertion. This makes blockchain a […]
Cryptocurrencies and digital governance: Blockchains for transparency
Governance involves higher level management at a strategic level. The main purpose for the adoption of proper governance frameworks and processes is to maximize value for stakeholders by avoiding legal and compliance setbacks. At the same time, governance also concerns itself with internal monitoring, evaluation and direction of priorities by an enterprise. By complying with […]
Bitcoin Blockchain to Database Sync Process (blocks_updater) [cypto.bi Toolbox]
After performing the initial database insert using toolbox/db/blocks_inserter, new blocks will be received from the network. To keep the database in sync after the initial bulk insertion, toolbox/db/blocks_updater should be kept running on its own terminal. Difference From blocks_inserter Although similar in structure, blocks_updater works differently from blocks_inserter (go here for details on blocks_inserter). For […]
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 […]