Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 556 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 556 Bytes

Go Faucet

Crowd Faucet for Crowdcontrol written in go.

Usage

go build
./go-faucet

Configuration

Example .env

SECRET_KEY=key  # The key used to communicate with the hCaptcha server
RPC_NODE=tcp://127.0.0.1:26657  # Blockchains rpc node
BLOCKCHAIN_USER=alice  # The users name that send messages to the chain, keys must be present in local keyring
CHAIN_HOME=""  # The chains home folder, leave empty for default