mirror of
https://github.com/alexgo-io/alex-mocknet.git
synced 2026-01-13 06:20:23 +08:00
28 lines
951 B
TOML
28 lines
951 B
TOML
[node]
|
|
working_dir = "/root/stacks-node/data"
|
|
rpc_bind = "0.0.0.0:20443"
|
|
p2p_bind = "0.0.0.0:20444"
|
|
bootstrap_node = "02da7a464ac770ae8337a343670778b93410f2f3fef6bea98dd1c3e9224459d36b@seed-0.mainnet.stacks.co:20444,02afeae522aab5f8c99a00ddf75fbcb4a641e052dd48836408d9cf437344b63516@seed-1.mainnet.stacks.co:20444,03652212ea76be0ed4cd83a25c06e57819993029a7b9999f7d63c36340b34a4e62@seed-2.mainnet.stacks.co:20444"
|
|
wait_time_for_microblocks = 10000
|
|
|
|
[[events_observer]]
|
|
endpoint = "stacks-blockchain-api:3700"
|
|
retry_count = 255
|
|
events_keys = ["*"]
|
|
|
|
[burnchain]
|
|
chain = "bitcoin"
|
|
mode = "mainnet"
|
|
peer_host = "bitcoin.blockstack.com"
|
|
username = "blockstack"
|
|
password = "blockstacksystem"
|
|
rpc_port = 8332
|
|
peer_port = 8333
|
|
|
|
[connection_options]
|
|
read_only_call_limit_write_length = 15000000
|
|
read_only_call_limit_read_length = 100000000
|
|
read_only_call_limit_write_count = 7750
|
|
read_only_call_limit_read_count = 7750
|
|
read_only_call_limit_runtime = 5000000000
|