/testnetfaucet

HC testnet faucet

Primary LanguageGo

testnetfaucet

testnetfaucet is a simple web app that sends a configurable amount of testnet HC via an hcrpcclient connection to an instance of hcwallet.

Installation

Developing

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

Contact

If you have any further questions you can find us at:

Issue Tracker

The integrated github issue tracker is used for this project.

License

testnetfaucet is licensed under the copyfree ISC License.