0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-06 14:19:59 -05:00
bitcoin-core/contrib
Jeremy Rand e410144fc4
doc: Fix typo in macdeploy
The text of the link used an underscore, while the URL used a space.
The latter is correct; the former yields zero results on Apple's
website.
2022-06-28 03:37:18 +00:00
..
builder-keys
debian
devtools doc: typo fix 2022-06-18 18:34:50 +02:00
guix guix: patch LIEF to fix PPC64 NX default 2022-06-25 10:04:10 +01:00
init
linearize test, contrib, refactor: use with when opening a file 2022-04-27 20:04:33 -03:00
macdeploy doc: Fix typo in macdeploy 2022-06-28 03:37:18 +00:00
message-capture message-capture-parser: fix out of bounds error for empty vectors 2022-06-14 14:28:50 +02:00
qos
seeds doc: typo fix 2022-06-18 18:34:50 +02:00
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
bitcoin-cli.bash-completion
bitcoin-tx.bash-completion
bitcoind.bash-completion
filter-lcov.py
install_db4.sh
README.md
valgrind.supp

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.