/testnetfaucet

Decred testnet faucet.

Primary LanguageGo

testnetfaucet

Build Status ISC License

Overview

testnetfaucet is a simple web app that sends a configurable amount of testnet Decred via an rpcclient connection to an instance of dcrwallet.

Installation

Developing

git clone https://github.com/decred/testnetfaucet.git
cd testnetfaucet
dep ensure
go install

Start dcrwallet with the following options.

dcrwallet --testnet -u USER -P PASSWORD --rpclisten=127.0.0.1:19111 --rpccert=$HOME/.dcrwallet/rpc.cert

Configure and start testnetfaucet

mkdir ~/.testnetfaucet
cp sample-testnetfaucet.conf ~/.testnetfaucet/testnetfaucet.conf (and edit appropriately)
testnetfaucet

Contact

Check with the community.

Issue Tracker

The integrated github issue tracker is used for this project.

License

testnetfaucet is licensed under the copyfree ISC License.