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

..17-May-2021-

debian/H17-May-2021-206174

devtools/H17-May-2021-2,1521,624

gitian-descriptors/H17-May-2021-937797

gitian-keys/H17-May-2021-113107

guix/H17-May-2021-637428

init/H17-May-2021-367272

linearize/H17-May-2021-635480

macdeploy/H03-May-2022-1,9641,536

qos/H17-May-2021-6926

seeds/H03-May-2022-389302

testgen/H17-May-2021-375297

verify-commits/H17-May-2021-836750

verifybinaries/H17-May-2021-220147

windeploy/H17-May-2021-137126

zmq/H17-May-2021-8667

README.mdH A D17-May-20212 KiB4932

USING-GITIAN.mdH A D17-May-20216.3 KiB139105

filter-lcov.pyH A D17-May-20211.1 KiB2920

gitian-build.pyH A D17-May-202114.2 KiB263212

install_db4.shH A D17-May-20213.5 KiB10770

qtum-cli.bash-completionH A D17-May-20214.1 KiB142126

qtum-qt.proH A D17-May-2021798 2321

qtum-tx.bash-completionH A D17-May-20211.6 KiB5849

qtumd.bash-completionH A D17-May-20211.5 KiB5749

valgrind.suppH A D17-May-20214.8 KiB200199

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### [Gitian-keys](/contrib/gitian-keys)
33PGP keys used for signing Bitcoin Core [Gitian 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