Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 08-Sep-2021 | - | ||||
builder-keys/ | H | 03-May-2022 | - | 28 | 19 | |
debian/ | H | 08-Sep-2021 | - | 162 | 143 | |
devtools/ | H | 08-Sep-2021 | - | 2,462 | 1,823 | |
gitian-descriptors/ | H | 08-Sep-2021 | - | 592 | 527 | |
guix/ | H | 08-Sep-2021 | - | 5,070 | 3,733 | |
init/ | H | 08-Sep-2021 | - | 373 | 277 | |
linearize/ | H | 08-Sep-2021 | - | 623 | 466 | |
macdeploy/ | H | 03-May-2022 | - | 1,544 | 1,174 | |
message-capture/ | H | 08-Sep-2021 | - | 241 | 184 | |
qos/ | H | 08-Sep-2021 | - | 69 | 26 | |
seeds/ | H | 03-May-2022 | - | 431 | 340 | |
shell/ | H | 08-Sep-2021 | - | 87 | 66 | |
signet/ | H | 08-Sep-2021 | - | 753 | 565 | |
testgen/ | H | 08-Sep-2021 | - | 394 | 316 | |
verify-commits/ | H | 08-Sep-2021 | - | 837 | 751 | |
verifybinaries/ | H | 08-Sep-2021 | - | 226 | 164 | |
windeploy/ | H | 08-Sep-2021 | - | 126 | 114 | |
zmq/ | H | 08-Sep-2021 | - | 91 | 72 | |
README.md | H A D | 08-Sep-2021 | 2 KiB | 49 | 32 | |
bitcoin-cli.bash-completion | H A D | 08-Sep-2021 | 4.1 KiB | 142 | 126 | |
bitcoin-tx.bash-completion | H A D | 08-Sep-2021 | 1.6 KiB | 58 | 49 | |
bitcoind.bash-completion | H A D | 08-Sep-2021 | 1.5 KiB | 57 | 49 | |
filter-lcov.py | H A D | 08-Sep-2021 | 1.1 KiB | 29 | 20 | |
gitian-build.py | H A D | 08-Sep-2021 | 14.4 KiB | 264 | 213 | |
install_db4.sh | H A D | 08-Sep-2021 | 8.1 KiB | 252 | 188 | |
valgrind.supp | H A D | 08-Sep-2021 | 4.4 KiB | 186 | 185 |
README.md
1Repository Tools 2--------------------- 3 4### [Developer tools](/contrib/devtools) ### 5Specific tools for developers working on this repository. 6Additional tools, including the `github-merge.py` script, are available in the [maintainer-tools](https://github.com/bitcoin-core/bitcoin-maintainer-tools) repository. 7 8### [Verify-Commits](/contrib/verify-commits) ### 9Tool to verify that every merge commit was signed by a developer using the `github-merge.py` script. 10 11### [Linearize](/contrib/linearize) ### 12Construct a linear, no-fork, best version of the blockchain. 13 14### [Qos](/contrib/qos) ### 15 16A 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. 17 18### [Seeds](/contrib/seeds) ### 19Utility to generate the pnSeed[] array that is compiled into the client. 20 21Build Tools and Keys 22--------------------- 23 24### Packaging ### 25The [Debian](/contrib/debian) subfolder contains the copyright file. 26 27All other packaging related files can be found in the [bitcoin-core/packaging](https://github.com/bitcoin-core/packaging) repository. 28 29### [Gitian-descriptors](/contrib/gitian-descriptors) ### 30Files used during the gitian build process. For more information about gitian, see the [the Bitcoin Core documentation repository](https://github.com/bitcoin-core/docs). 31 32### [Builder keys](/contrib/builder-keys) 33PGP keys used for signing Bitcoin Core [release](/doc/release-process.md) results. 34 35### [MacDeploy](/contrib/macdeploy) ### 36Scripts and notes for Mac builds. 37 38### [Gitian-build](/contrib/gitian-build.py) ### 39Script for running full Gitian builds. 40 41Test and Verify Tools 42--------------------- 43 44### [TestGen](/contrib/testgen) ### 45Utilities to generate test vectors for the data-driven Bitcoin tests. 46 47### [Verify Binaries](/contrib/verifybinaries) ### 48This script attempts to download and verify the signature file SHA256SUMS.asc from bitcoin.org. 49