Skip to content

SiaFoundation/sia-faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faucetd

faucetd is a simple faucet daemon for the Sia network. It is primarily used for the Zen testnet.

Building

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

Usage

FAUCETD_WALLET_SEED=... faucetd -d ~/faucted --max-sc 100SC --max-requests 5

Docker

There is also a docker image available at ghcr.io/siafoundation/faucetd

About

A faucet for the Sia testnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published