Kevacoin source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Gavin Andresen e16c2b4422 Merge pull request #3085 from super3/master 11 years ago
..
bitrpc Added bitrpc.py which allows for sending of all standard Bitcoin commands via RPC rather than as command line args. 13 years ago
debian Documentation Cleanup in /Doc 11 years ago
gitian-descriptors Hardcode string in miniupnpcstring.h and remove wine requirement from deps-win32.yml 11 years ago
gitian-downloader Update michagogo's gitian pgp key, adding UIDs 11 years ago
macdeploy autotools: switch to autotools buildsystem 11 years ago
misc fix the typo fix in linearize.py 11 years ago
pyminer Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows 12 years ago
qos Add Linux script to limit outgoing bandwidth used by Bitcoin 12 years ago
seeds Utility to create pnSeed array 12 years ago
spendfrom spendfrom.py sends coins from a particular address or addresses 12 years ago
test-patches Introduce a CChainParameters singleton class and regtest mode. 11 years ago
testgen Documentation Cleanup in /Doc 11 years ago
verifysfbinaries Update version numbers for 0.8.2rc1 release 12 years ago
wallettools Added wallet tools 13 years ago
README.md Documentation Cleanup in /Doc 11 years ago
bitcoin-qt.pro autotools: switch to autotools buildsystem 11 years ago
bitcoind.bash-completion Bash programmable completion for bitcoind(1) 13 years ago
qt_translations.py Tool/process for including correct qt translations in mac .App 13 years ago
tidy_datadir.sh Add script to clean up datadirs 12 years ago

README.md

Contrib Index

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.

PyMiner

This is a 'getwork' CPU mining client for Bitcoin. It is pure-python, and therefore very, very slow. The purpose is to provide a reference implementation of a miner, for study.

Qos

A Linux bash script that will set up 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.

SpendFrom

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

TestGen

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