Files
hush3/contrib
Duke 46e6faa6fb New script to calculate average blocktime between block heights
To use the script:
    ./contrib/avg_blocktime.pl DRAGONX

It has some default block heights defined, if you want custom ones
than those are given as 2nd and 3rd arguments. Currently the script
prints out:

Avg blocktime over 3000 blocks = 36.0526666666667

So with this evidence it seems that DRAGONX has the correct average
blocktime and network hashrate.
2024-12-25 12:03:29 -05:00
..
2024-11-14 16:05:25 -05:00
2022-12-18 08:24:49 -08:00
2022-10-28 01:17:22 -04:00
2020-11-14 18:56:01 -05:00
2024-09-30 23:37:08 +02:00
2020-12-08 14:25:32 -05:00
2024-02-27 23:59:59 +01:00
2019-12-14 06:33:50 -05:00
2024-03-04 08:57:14 -05:00
2024-02-27 23:59:59 +01:00
2024-02-27 23:59:59 +01:00
2024-02-27 23:59:59 +01:00
2024-02-27 23:59:59 +01:00
2020-12-10 07:45:36 -05:00
2020-12-08 14:25:32 -05:00
2019-11-18 04:56:36 -08:00
2019-12-22 07:01:04 -05:00
2022-09-21 09:04:32 -04:00

Hush Contrib

This is mostly very old stuff inherited from Bitcoin and Zcash!

Do not expect all scripts to work!

Please fix bugs and report things you find.

Hush Tools

block_time.pl

Estimate when a Hush block will happen.

Example:

./contrib/block_time.pl  123456 # Print out datetime of when block height 123456 happens

gen-zaddrs.pl

Generate zaddrs in bulk, by default 50 at a time. Prints out a zaddr one per line.

Example:

./contrib/gen-zaddrs.pl     # generate 50 zaddrs
./contrib/gen-zaddrs.pl 500 # generate 500 zaddrs

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.