zcashd/contrib
Charlie O'Keefe adb73b33fa Remove stretch (debian 9), add bullseye (debian 11) in gitian descriptor
(cherry picked from commit 8c0e76e12b)
2022-04-04 20:56:26 +01:00
..
bitrpc
ci-builders add tekton build/worker docker, organize legacy buildbot docker 2021-05-05 12:00:31 -07:00
ci-workers
debian make-release.py: Updated release notes and changelog for 4.6.0-1. 2022-01-05 20:18:43 +00:00
devtools depends Update Rust to 1.57.0 2021-12-16 17:57:34 +00:00
docker Update base image used by Dockerfile from debian 10 to debian 11 2022-04-04 20:40:52 +01:00
gitian-descriptors Remove stretch (debian 9), add bullseye (debian 11) in gitian descriptor 2022-04-04 20:56:26 +01:00
gitian-downloader
linearize Explicitly specify encoding when opening text files in Python code 2020-10-27 23:05:02 +00:00
macdeploy Remove deprecated contrib utilities 2020-08-08 10:57:12 +03:00
metrics metrics: Move documentation into zcashd book 2021-03-30 15:12:36 +13:00
qos Scripts and tools & Docs: Used #!/usr/bin/env bash instead of obsolete #!/bin/bash, added linting for .sh files shebang and updated the Developer Notes. 2020-10-27 23:05:19 +00:00
seeds Explicitly specify encoding when opening text files in Python code 2020-10-27 23:05:02 +00:00
simulations Simulate worst-case block verification 2020-01-30 19:14:20 +00:00
testgen
zmq
README.md Remove deprecated contrib utilities 2020-08-08 10:57:12 +03:00
tidy_datadir.sh Update links 2020-12-13 11:24:44 +02:00
zcash-cli.bash-completion
zcash-tx.bash-completion
zcashd.bash-completion

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.

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.

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.

Test and Verify Tools

TestGen

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