Skip to content

Instantly share code, notes, and snippets.

@0xB10C
0xB10C / bips.txt
Last active July 23, 2021 11:34 — forked from ajtowns/bips.txt
bip-activation-history
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):
@ajtowns
ajtowns / bips.txt
Last active January 2, 2024 01:58
bip-activation-history
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):
@CandleHater
CandleHater / raspberry-display-install.md
Last active February 8, 2020 12:06
Raspberry Display Installation & Wiring on Raspbian for Python3

LED Matrix, MAX7219 & RGB NeoPixels (WS2812/APA102)

Installation

# SPI
sudo raspi-config nonint do_spi 0

sudo reboot

@CandleHater
CandleHater / initial-setup.sh
Last active May 10, 2020 15:13
Initial setup on Debian (incl. Raspbian)
#!/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
@fjahr
fjahr / bitcoin_debugging.md
Last active March 6, 2024 11:43
Debugging Bitcoin Core

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.

Debugging Bitcoin Core

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
@maaku
maaku / bip-merkle-prefix-tree.mediawiki
Last active April 3, 2016 11:12
bitcoin block commitments

  BIP: X1
  Title: Merkle prefix trees
  Author: Mark Friedenbach <mark@friedenbach.org>
  Status: Draft
  Type: Standards Track
  Created: 19-12-2013

Abstract