faucetd
is a simple faucet daemon for the Sia network. It is primarily used
for the Zen testnet.
faucetd
uses mattn/sqlite3
for its database. This requires setting CGO_ENABLED=1
and installing a gcc
toolchain.
CGO_ENABLED=1 go build -o bin/ ./cmd/faucetd
FAUCETD_WALLET_SEED=... faucetd -d ~/faucted --max-sc 100SC --max-requests 5
There is also a docker image available at ghcr.io/siafoundation/faucetd