• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Sep-2021-

builder-keys/H03-May-2022-2819

debian/H08-Sep-2021-162143

devtools/H08-Sep-2021-2,4621,823

gitian-descriptors/H08-Sep-2021-592527

guix/H08-Sep-2021-5,0703,733

init/H08-Sep-2021-373277

linearize/H08-Sep-2021-623466

macdeploy/H03-May-2022-1,5441,174

message-capture/H08-Sep-2021-241184

qos/H08-Sep-2021-6926

seeds/H03-May-2022-431340

shell/H08-Sep-2021-8766

signet/H08-Sep-2021-753565

testgen/H08-Sep-2021-394316

verify-commits/H08-Sep-2021-837751

verifybinaries/H08-Sep-2021-226164

windeploy/H08-Sep-2021-126114

zmq/H08-Sep-2021-9172

README.mdH A D08-Sep-20212 KiB4932

bitcoin-cli.bash-completionH A D08-Sep-20214.1 KiB142126

bitcoin-tx.bash-completionH A D08-Sep-20211.6 KiB5849

bitcoind.bash-completionH A D08-Sep-20211.5 KiB5749

filter-lcov.pyH A D08-Sep-20211.1 KiB2920

gitian-build.pyH A D08-Sep-202114.4 KiB264213

install_db4.shH A D08-Sep-20218.1 KiB252188

valgrind.suppH A D08-Sep-20214.4 KiB186185

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