Skip to content

Instantly share code, notes, and snippets.

View carnhofdaki's full-sized avatar
🐛
just when the caterpillar thought the world was over...

Daki Carnhof carnhofdaki

🐛
just when the caterpillar thought the world was over...
View GitHub Profile

A description of known problems in Satoshi Nakamoto's paper, "Bitcoin: A Peer-to-Peer Electronic Cash System", as well as notes on terminology changes and how Bitcoin's implementation differs from that described in the paper.

Abstract

The longest chain not only serves as proof of the sequence of events witnessed, but proof that it came from the largest pool of CPU power.

@carnhofdaki
carnhofdaki / london-taproot-socratic-july-2021.md
Created July 21, 2021 13:57 — forked from michaelfolkson/london-taproot-socratic-july-2021.md
Reading list for London Bitcoin Devs Socratic on Taproot
@carnhofdaki
carnhofdaki / gensignet.sh
Last active October 2, 2020 11:36
custom-signet 10/2020
#!/bin/sh
cd ~/src/bitcoin/src
./bitcoind -regtest -daemon=1
printf "Waiting for regtest bitcoind to start"
while ! ./bitcoin-cli -regtest getconnectioncount 2>/dev/null 1>&2
do printf .; sleep 1
done; echo