mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
- Move puppet-chain src to contrib/tools - Update base Dockerfiles to not build/copy puppet-chain
18 lines
473 B
Plaintext
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",
|
|
] |