See Also
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: 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 […]
Should I worry about the Bitcoin halving?
As you probably know, when mining Bitcoin, every block contains a reward reserved for whoever solves it. The very first blocks, mined by Satoshi Nakamoto himself, paid a 50 BTC reward. Today, blocks pay 1/4 of that, or 12.5 BTC. In May 2020, that reward will halve once more to 6.25 BTC per block. Why […]
ELI5 Cardano Staking & Basic FAQ
In this article we look at the very basics of Cardano staking. If you’ve got any experience whatsoever with other Proof of Stake coins, then you probably don’t need to read this intro. Although cryptocurrency staking is a complex process, readers need zero previous knowledge in order to understand this text. Cryptocurrencies work in a […]