mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 16:53:19 +08:00
* fix(domain-migration): change `stacks.co` to `hiro.so` in toml files * fix(domain-migration): change `stacks.co` to `hiro.so` in doc files * chore: update api endpoint in generated client code Co-authored-by: Matthew Little <zone117x@gmail.com>
38 lines
947 B
TOML
38 lines
947 B
TOML
[node]
|
|
rpc_bind = "0.0.0.0:20443"
|
|
p2p_bind = "0.0.0.0:20444"
|
|
bootstrap_node = "029266faff4c8e0ca4f934f34996a96af481df94a89b0c9bd515f3536a95682ddc@seed.testnet.hiro.so:20444"
|
|
# working_dir = "/tmp/stacks-blockchain-data"
|
|
|
|
|
|
[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 = ["*"]
|
|
|
|
[[mstx_balance]]
|
|
address = "ST2QKZ4FKHAH1NQKYKYAYZPY440FEPK7GZ1R5HBP2"
|
|
amount = 10000000000000000
|
|
|
|
[[mstx_balance]]
|
|
address = "ST319CF5WV77KYR1H3GT0GZ7B8Q4AQPY42ETP1VPF"
|
|
amount = 10000000000000000
|
|
|
|
[[mstx_balance]]
|
|
address = "ST221Z6TDTC5E0BYR2V624Q2ST6R0Q71T78WTAX6H"
|
|
amount = 10000000000000000
|
|
|
|
[[mstx_balance]]
|
|
address = "ST2TFVBMRPS5SSNP98DQKQ5JNB2B6NZM91C4K3P7B"
|
|
amount = 10000000000000000
|