See Also
ELI5 Multisignature Systems
What we call a Bitcoin is simply an unspent, signed transaction on the blockchain. (Technically called a UTXO, for Unspent Transaction (TX) Output.) When you say you own such many Bitcoins, it means one or more transactions were signed, using private keys, directing a certain number of Bitcoins to your address. How this signature process […]
ELI5 What is an adversarial Cardano staking pool?
If you’ve been following recent Cardano staking discussions then you’ve probably seen or heard the term adversarial staking pool. What does it mean, exactly, to be an adversarial staking pool? FROG lost our block tonight due to an adversarial quad fork (LION) 2 min before go time I’ve been up 22 hrs making sure we […]
base58.cpp – Commented Bitcoin Source Code
Base58 encoding is responsible for one of the most recognizable technical aspects of Bitcoin Core – the addresses! This source file is responsible for a significant part of the algorithm that generates the addresses we use to send and receive Bitcoin. If you’re not familiar with this encoding scheme, I recommend you read our article […]
A Jormungandr jcli Cryptonomicon – Staking Pool Commands and Stuff
In this article, we’ll take a look at jormungandr and ended up compiling notes, some commonly used commands and other stuff learned while researching how to run a Cardano staking pool. I’ve turned everything into this post so we could all copy and reuse from if needed. Ended up becoming a jormungandr cheat sheet of […]