testnetfaucet is a simple web app that sends a configurable amount of testnet HC via an hcrpcclient connection to an instance of hcwallet.
git clone https://github.com/HcashOrg/testnetfaucet.git
cd testnetfaucet
dep ensure
go install
Start hcwallet with the following options.
hcwallet --testnet -u USER -P PASSWORD --rpclisten=127.0.0.1:19111 --rpccert=$HOME/.hcwallet/rpc.cert
Configure and start testnetfaucet
mkdir ~/.testnetfaucet
cp sample-testnetfaucet.conf ~/.testnetfaucet/testnetfaucet.conf (and edit appropriately)
testnetfaucet
If you have any further questions you can find us at:
The integrated github issue tracker is used for this project.
testnetfaucet is licensed under the copyfree ISC License.