Files
darkfi/contrib/localnet/darkfid/faucetd.toml

56 lines
1.3 KiB
TOML

## faucetd configuration file
##
## Please make sure you go through all the settings so you can configure
## your daemon properly.
##
## The default values are left commented. They can be overridden either by
## uncommenting, or by using the command-line.
# Chain to use (testnet, mainnet)
chain = "testnet"
# Path to the wallet database
wallet_path = "faucetd/wallet.db"
# Password for the wallet database
wallet_pass = "changeme"
# Path to the blockchain database directory
database = "faucetd/blockchain"
# JSON-RPC listen URL
rpc_listen = "tcp://127.0.0.1:8640"
# P2P accept addresses for the syncing protocol
sync_p2p_accept = ["tcp://127.0.0.1:8642"]
# P2P external addresses for the syncing protocol
sync_p2p_external = ["tcp://127.0.0.1:8642"]
# Connection slots for the syncing protocol
#sync_slots = 8
# Seed nodes to connect to for the syncing protocol
sync_p2p_seed = ["tcp://127.0.0.1:33032"]
# Peers to connect to for the syncing protocol
#sync_p2p_peer = []
# Prefered transports of outbound connections for the syncing protocol
sync_p2p_transports = ["tls", "tcp"]
# Enable localnet hosts
localnet = true
# Enable channel log
channel_log = true
# Airdrop timeout limit in seconds
airdrop_timeout = 10
# Airdrop amount limit
airdrop_limit = "1000000"
# Whitelisted faucet addresses
faucet_pub = ["DqaZzCTipXeJw4kcc6ro1SJuzo3diaNjFiaAnKTGQEK1"]