# SPI
sudo raspi-config nonint do_spi 0
sudo reboot
1MB limit (no bip): | |
commited: 2010-09-07 | |
flag-day: 79400 2010-09-12 | |
burial: 2010-09-20 | |
dup-tx (bip 30): | |
bip: 2012-02-22 | |
flag-day: 2012-03-15 | |
p2sh (bip 16): |
1MB limit (no bip): | |
commited: 2010-09-07 | |
flag-day: 79400 2010-09-12 | |
burial: 2010-09-20 | |
dup-tx (bip 30): | |
bip: 2012-02-22 | |
flag-day: 2012-03-15 | |
p2sh (bip 16): |
# SPI
sudo raspi-config nonint do_spi 0
sudo reboot
#!/bin/bash | |
# bash <(curl -s https://gist.githubusercontent.com/CandleHater/c36f8c205b31f70081d9e821bde36ebb/raw/initial-setup.sh) | |
# TODO | |
# - rename initial.sh + move gist to repo | |
# - bootloader configs https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md | |
# - split up parts to several bash scripts and create repository | |
# apt packages |
Moved to https://github.com/fjahr/debugging_bitcoin to allow for better collaboration.
This document is currently optimized for MacOS. If you would like to help me add Linux equivalent commands, please let me know.
This guide is designed to give beginners of C++ development and/or people new to the bitcoin core code base an overview of the tools available for debugging issues as well as giving hints where issues may trip you up.
blocks | |
uint64_t -> blobdata (block_to_blob(blk)) | |
block_timestamps | |
uint64_t -> uint64_t | |
block_heights | |
crypto::hash -> uint64_t |
BIP: X1 Title: Merkle prefix trees Author: Mark Friedenbach <[email protected]> Status: Draft Type: Standards Track Created: 19-12-2013