mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-29 12:15:22 +08:00
21 lines
825 B
TOML
21 lines
825 B
TOML
[node]
|
|
# working_dir = "/dir/to/save/chainstate"
|
|
rpc_bind = "0.0.0.0:20443"
|
|
p2p_bind = "0.0.0.0:20444"
|
|
bootstrap_node = "02196f005965cebe6ddc3901b7b1cc1aa7a88f305bb8c5893456b8f9a605923893@seed.mainnet.hiro.so:20444,02539449ad94e6e6392d8c1deb2b4e61f80ae2a18964349bc14336d8b903c46a8c@cet.stacksnodes.org:20444,02ececc8ce79b8adf813f13a0255f8ae58d4357309ba0cedd523d9f1a306fcfb79@sgt.stacksnodes.org:20444,0303144ba518fe7a0fb56a8a7d488f950307a4330f146e1e1458fc63fb33defe96@est.stacksnodes.org:20444"
|
|
|
|
[burnchain]
|
|
chain = "bitcoin"
|
|
mode = "mainnet"
|
|
peer_host = "bitcoind.stacks.co"
|
|
username = "blockstack"
|
|
password = "blockstacksystem"
|
|
rpc_port = 8332
|
|
peer_port = 8333
|
|
|
|
# Used for sending events to a local stacks-blockchain-api service
|
|
# [[events_observer]]
|
|
# endpoint = "localhost:3700"
|
|
# retry_count = 255
|
|
# events_keys = ["*"]
|