BTCP-Rebase/contrib
MarcoFalke 080ec52091
Merge #10688: contrib: Update laanwj key
3c85332 contrib: Update laanwj key (Wladimir J. van der Laan)

Tree-SHA512: c8cad76158850a3e480ccb58ee86c3dbb4e45ef67376173720c2520d3cb02c1c3e13b4e0acea3be6d90991e073db49aad2e185a87a09be194f1d1605b31b6ee4
2017-06-29 11:02:47 +02:00
..
debian
devtools Random db flush crash simulator 2017-06-26 10:46:51 -07:00
gitian-descriptors
gitian-keys contrib: Update laanwj key 2017-06-28 09:05:28 +02:00
init Merge #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default 2017-06-01 15:05:18 +02:00
linearize
macdeploy
qos
rpm Fixed multiple typos 2017-06-22 19:18:10 +03:00
seeds contrib: Update location of seeds.txt 2017-06-01 12:38:01 +02:00
testgen
verify-commits
verifybinaries contrib/verifybinaries: allow filtering by platform 2017-06-06 13:33:19 +08:00
windeploy
zmq
README.md
bitcoin-cli.bash-completion
bitcoin-qt.pro
bitcoin-tx.bash-completion
bitcoind.bash-completion
filter-lcov.py Filter subtrees and and benchmarks from coverage report 2017-06-12 15:53:30 -07:00
gitian-build.sh
tidy_datadir.sh

README.md

Repository Tools

Developer tools

Specific tools for developers working on this repository. Contains the script github-merge.py for merging GitHub pull requests securely and signing them using GPG.

Verify-Commits

Tool to verify that every merge commit was signed by a developer using the above 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

Debian

Contains files used to package bitcoind/bitcoin-qt for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.

Gitian-descriptors

Notes on getting Gitian builds up and running using KVM.

Gitian-keys

PGP keys used for signing Bitcoin Core Gitian release results.

MacDeploy

Scripts and notes for Mac builds.

RPM

RPM spec file for building bitcoin-core on RPM based distributions

Gitian-build

Script for running full Gitian 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.