mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
38 lines
984 B
TOML
38 lines
984 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 = "029266faff4c8e0ca4f934f34996a96af481df94a89b0c9bd515f3536a95682ddc@seed.testnet.hiro.so:30444"
|
|
wait_time_for_microblocks = 10000
|
|
|
|
[burnchain]
|
|
chain = "bitcoin"
|
|
mode = "xenon"
|
|
peer_host = "bitcoind.testnet.stacks.co"
|
|
username = "blockstack"
|
|
password = "blockstacksystem"
|
|
rpc_port = 18332
|
|
peer_port = 18333
|
|
|
|
# Used for sending events to a local stacks-blockchain-api service
|
|
# [[events_observer]]
|
|
# endpoint = "localhost:3700"
|
|
# retry_count = 255
|
|
# events_keys = ["*"]
|
|
|
|
[[ustx_balance]]
|
|
address = "ST2QKZ4FKHAH1NQKYKYAYZPY440FEPK7GZ1R5HBP2"
|
|
amount = 10000000000000000
|
|
|
|
[[ustx_balance]]
|
|
address = "ST319CF5WV77KYR1H3GT0GZ7B8Q4AQPY42ETP1VPF"
|
|
amount = 10000000000000000
|
|
|
|
[[ustx_balance]]
|
|
address = "ST221Z6TDTC5E0BYR2V624Q2ST6R0Q71T78WTAX6H"
|
|
amount = 10000000000000000
|
|
|
|
[[ustx_balance]]
|
|
address = "ST2TFVBMRPS5SSNP98DQKQ5JNB2B6NZM91C4K3P7B"
|
|
amount = 10000000000000000
|