Files
stacks-puppet-node/contrib/tools/puppet-chain/config.toml.default
wileyj d38b7ac87f Move puppet-chain to contrib/tools
- Move puppet-chain src to contrib/tools
- Update base Dockerfiles to not build/copy puppet-chain
2022-07-14 21:49:17 -07:00

18 lines
473 B
Plaintext

[network]
rpc_bind = "0.0.0.0:18443"
block_time = 7000
miner_address = "mx2uds6sgnn9znABQ6iDSSmXY9K5D4SHF9"
faucet_address = "n2pGfZaAVztWqFzuy8iLS3VSuHB2SimWUR"
bitcoind_rpc_host = "127.0.0.1:18443"
bitcoind_rpc_user = "helium-node"
bitcoind_rpc_pass = "secret"
genesis_timestamp = 1588615296
whitelisted_rpc_calls = [
"listunspent",
"importaddress",
"sendrawtransaction",
"getrawtransaction",
"scantxoutset",
"getrawmempool",
"getblockhash",
]