testnetfaucet is a simple web app that sends a configurable amount of testnet Decred via an rpcclient connection to an instance of dcrwallet.
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
Check with the community.
The integrated github issue tracker is used for this project.
testnetfaucet is licensed under the copyfree ISC License.