BitcoinPrivate-legacy/contrib
aayanl 02abf011fe Zcash release v1.0.9.
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEAaIg3w6ppCxOrmsd7UF/vnnJnowFAlkmE0kACgkQ7UF/vnnJ
 noy8vhAAn7eTfoM2CG0Nec6YyakxzfL8dLg71VDpCg9V9EaxIRQCo0Qv7v1u9v8U
 DZuJXFisua/lEHCQP1FrkwAhRC+oOitWqLZxO0qfm6e2L5VYrDxNj2FpEItH4UNB
 T8RMVh0/VdKwEKdF0ji+cMkgh+NLf4NpyIrn28LunR8KnLGfUp/oAJ6MEGzkBwBB
 Xu6d5QmQtfTgSoKiTqccuySTsrm3d0xVZcJhnQifs/RxsZkI5c/UpYfBBIHMI6CW
 K5wBd38C0g88SLOhdSEXhlMxwAddw1Kz1Q8jQGRvusIgrEmNO3uFLgARXm1ZA6DJ
 8m08/OMGm3LXD90ZEOqemlEKJTCMYmDuLcT4WTcYL75LkMJnK8ggx353Klk625jD
 xmyZGnJcS43G4fsDfJv5elaEPy2PTxL4CDUwXESPP1zXOj7L9LWMFdSOTHdzqCrZ
 oTiorGPvEsHQBBfP9sqHMCXXBrGJ4fG57FpUW7d+JXjFMb7WZuZN2RGOx2Qq9IvH
 U5ompyeWMR31Ig4vDGppAH637eMdxfdM1fYRNKWJFAtVLRS3jlyee2Cs6G73C+Pn
 ILZHiX2I0DbnIShwopojGrS4GUI1QbDDRWecGyQW2WZAKQUqeQCNRpLQXrWrmx8O
 7tXduTdbtoUqpx49yQ4AAGyxN/XU6YSQzd/I+53vNzLYZ1b0YCQ=
 =4vKf
 -----END PGP SIGNATURE-----

Merge tag 'v1.0.9' of https://github.com/zcash/zcash into v1.0.9

Zclassic release v1.0.9.
2017-05-28 00:41:02 -04:00
..
amqp Add AMQP 1.0 support via Apache Qpid Proton C++ API 0.17.0 2017-03-25 08:51:40 -07:00
bitrpc Update bitrpc.py 2017-05-10 17:47:19 -04:00
debian Zcash release v1.0.9. 2017-05-28 00:41:02 -04:00
devtools [manpage] Handle build numbers in versions 2017-04-19 14:21:45 +12:00
gitian-descriptors make-release.py: Versioning changes for 1.0.9. 2017-05-24 12:50:05 -07:00
gitian-downloader Rm bitcoin dev keys from gitian-downloader, add zcash dev keys 2016-10-12 17:02:33 -07:00
init Add BITCOIND_SIGTERM_TIMEOUT to OpenRC init scripts 2017-03-03 10:57:18 -08:00
linearize Update Linearize tool to support Windows paths 2017-03-03 10:57:20 -08:00
macdeploy Remove QT gunk from Makefiles. 2017-03-07 19:15:08 +00:00
qos
seeds Merge: v1.0.4 into master (#42) 2016-12-19 07:59:58 -05:00
spendfrom
test-patches
testgen
verify-commits
verifysfbinaries
zmq [copyright] add MIT License copyright header to zmq_sub.py 2017-02-08 22:11:53 +00:00
README.md Update documentation for QT removal. 2017-03-07 19:15:08 +00:00
bitcoin-cli.bash-completion Merge: v1.0.4 into master (#42) 2016-12-19 07:59:58 -05:00
bitcoin-tx.bash-completion Merge: v1.0.4 into master (#42) 2016-12-19 07:59:58 -05:00
bitcoind.bash-completion doc: remove documentation for rpcssl 2017-03-24 09:03:59 +13:00
tidy_datadir.sh

README.md

*** Warning: This document has not been updated for Zcash and may be inaccurate. ***

Wallet Tools

BitRPC

Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.

SpendFrom

Use the raw transactions API to send coins received on a particular address (or addresses).

Repository Tools

Developer tools

Specific tools for developers working on this repository. Contains the script github-merge.sh 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.sh 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

Gavin's notes on getting gitian builds up and running using KVM.

Gitian-downloader

Various PGP files of core developers.

MacDeploy

Scripts and notes for Mac builds.

Test and Verify Tools

TestGen

Utilities to generate test vectors for the data-driven Bitcoin tests.

Test Patches

These patches are applied when the automated pull-tester tests each pull and when master is tested using jenkins.

Verify SF Binaries

This script attempts to download and verify the signature file SHA256SUMS.asc from SourceForge.