bitcoin/contrib
Sebastian Falbesoner 42bbbba7c8 message-capture-parser: fix out of bounds error for empty vectors 2022-06-14 14:28:50 +02:00
..
builder-keys
debian
devtools Merge bitcoin/bitcoin#22235: script: add script to generate example bitcoin.conf 2022-05-04 21:12:56 +02:00
guix guix: re-revert riscv execstack workaround 2022-06-08 10:43:25 +01:00
init
linearize
macdeploy Merge bitcoin/bitcoin#24866: build: No longer need to hack the `PATH` variable in `config.site` 2022-05-05 09:36:26 +01:00
message-capture message-capture-parser: fix out of bounds error for empty vectors 2022-06-14 14:28:50 +02:00
qos
seeds
shell
signet
testgen
tracing
verify-commits contrib: Remove keys that are no longer used for merging 2022-05-24 14:02:30 +02:00
verifybinaries
windeploy windeploy: Renewed windows code signing certificate 2022-05-24 12:55:03 -04:00
zmq
README.md
bitcoin-cli.bash-completion
bitcoin-tx.bash-completion
bitcoind.bash-completion
filter-lcov.py
install_db4.sh
valgrind.supp

README.md

Repository Tools

Developer tools

Specific tools for developers working on this repository. Additional tools, including the github-merge.py script, are available in the maintainer-tools repository.

Verify-Commits

Tool to verify that every merge commit was signed by a developer using the github-merge.py script.

Linearize

Construct a linear, no-fork, best version of the blockchain.

Qos

A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Bitcoin network. This means one can have an always-on bitcoind instance running, and another local bitcoind/bitcoin-qt instance which connects to this node and receives blocks from it.

Seeds

Utility to generate the pnSeed[] array that is compiled into the client.

Build Tools and Keys

Packaging

The Debian subfolder contains the copyright file.

All other packaging related files can be found in the bitcoin-core/packaging repository.

Builder keys

PGP keys used for signing Bitcoin Core release results.

MacDeploy

Scripts and notes for Mac builds.

Test and Verify Tools

TestGen

Utilities to generate test vectors for the data-driven Bitcoin tests.

Verify Binaries

This script attempts to download and verify the signature file SHA256SUMS.asc from bitcoin.org.