mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
35 lines
865 B
TOML
35 lines
865 B
TOML
[node]
|
|
# working_dir = "/dir/to/save/chainstate"
|
|
rpc_bind = "0.0.0.0:20443"
|
|
p2p_bind = "0.0.0.0:20444"
|
|
seed = "<YOUR_SEED>"
|
|
local_peer_seed = "<YOUR_SEED>"
|
|
miner = true
|
|
bootstrap_node = "029266faff4c8e0ca4f934f34996a96af481df94a89b0c9bd515f3536a95682ddc@seed.testnet.hiro.so:30444"
|
|
wait_time_for_microblocks = 10000
|
|
|
|
[burnchain]
|
|
chain = "bitcoin"
|
|
mode = "xenon"
|
|
peer_host = "127.0.0.1"
|
|
username = "<USERNAME>"
|
|
password = "<PASSWORD>"
|
|
rpc_port = 18332
|
|
peer_port = 18333
|
|
|
|
[[ustx_balance]]
|
|
address = "ST2QKZ4FKHAH1NQKYKYAYZPY440FEPK7GZ1R5HBP2"
|
|
amount = 10000000000000000
|
|
|
|
[[ustx_balance]]
|
|
address = "ST319CF5WV77KYR1H3GT0GZ7B8Q4AQPY42ETP1VPF"
|
|
amount = 10000000000000000
|
|
|
|
[[ustx_balance]]
|
|
address = "ST221Z6TDTC5E0BYR2V624Q2ST6R0Q71T78WTAX6H"
|
|
amount = 10000000000000000
|
|
|
|
[[ustx_balance]]
|
|
address = "ST2TFVBMRPS5SSNP98DQKQ5JNB2B6NZM91C4K3P7B"
|
|
amount = 10000000000000000
|