jholdstock / testnetfaucet

Decred testnet faucet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Decred testnet faucet.


Languages

Language:Go 82.4%Language:HTML 10.7%Language:CSS 3.8%Language:Shell 2.0%Language:JavaScript 1.2%