dogecoin/contrib
Ross Nicoll 45e286d005 Misc updates to match Dogecoin (#1460)
* Updated linearize for Dogecoin 🐕

* Update qt forms. 🎉 🐕

* Replaced occasions of bitcoin to dogecoin in contrib files consistent with previous changes. 🎉

* Changing to the proper ports for Dogecoin.
2018-04-23 21:54:59 +00:00
..
debian Update debian contrib files to match Dogecoin (#1449) 2018-04-23 21:54:59 +00:00
devtools Rename and update man pages (#1451) 2018-04-23 21:54:59 +00:00
gitian-descriptors Update Gitian descriptors and keys (#1455) 2018-04-23 21:54:59 +00:00
gitian-keys Update Gitian descriptors and keys (#1455) 2018-04-23 21:54:59 +00:00
init s/bitcoin/dogecoin/ in init scripts (#1456) 2018-04-23 21:54:59 +00:00
linearize Misc updates to match Dogecoin (#1460) 2018-04-23 21:54:59 +00:00
macdeploy Fix typos 2017-01-29 18:19:55 +01:00
qos Misc updates to match Dogecoin (#1460) 2018-04-23 21:54:59 +00:00
rpm Misc updates to match Dogecoin (#1460) 2018-04-23 21:54:59 +00:00
seeds Misc updates to match Dogecoin (#1460) 2018-04-23 21:54:59 +00:00
testgen Update RPC tests for Dogecoin (#1431) 2018-01-20 17:56:53 +00:00
verify-commits Remove Bitcoin values from commit verifier (#1458) 2018-04-23 21:54:59 +00:00
verifybinaries [copyright] add MIT license headers to .sh scripts where missing 2016-09-11 13:36:22 -06:00
zmq Remove redundant semicolons in Python code 2017-01-20 22:56:11 +01:00
bitcoin-qt.pro Re-add paperwallet printer (#1467) 2018-04-23 21:54:59 +00:00
dogecoin-cli.bash-completion Update Gitian descriptors and keys (#1455) 2018-04-23 21:54:59 +00:00
dogecoin-tx.bash-completion Update Gitian descriptors and keys (#1455) 2018-04-23 21:54:59 +00:00
dogecoind.bash-completion Update debian contrib files to match Dogecoin (#1449) 2018-04-23 21:54:59 +00:00
gitian-build.sh Fix typos 2017-01-29 18:19:55 +01:00
README.md Misc updates to match Dogecoin (#1460) 2018-04-23 21:54:59 +00:00
tidy_datadir.sh [copyright] add MIT license headers to .sh scripts where missing 2016-09-11 13:36:22 -06:00

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 Dogecoin network. This means one can have an always-on dogecoind instance running, and another local dogecoind/dogecoin-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 dogecoind/dogecoin-qt for Debian-based Linux systems. If you compile dogecoind/dogecoin-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 Dogecoin Core Gitian release results.

MacDeploy

Scripts and notes for Mac builds.

RPM

RPM spec file for building dogecoin-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 Dogecoin tests.

Verify Binaries

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