mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-04-29 13:25:34 +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>
15 lines
364 B
TOML
15 lines
364 B
TOML
[node]
|
|
rpc_bind = "0.0.0.0:20443"
|
|
p2p_bind = "0.0.0.0:20444"
|
|
bootstrap_node = "02196f005965cebe6ddc3901b7b1cc1aa7a88f305bb8c5893456b8f9a605923893@seed.mainnet.hiro.so:20444"
|
|
|
|
[burnchain]
|
|
chain = "bitcoin"
|
|
mode = "mainnet"
|
|
peer_host = "bitcoin.blockstack.com"
|
|
username = "blockstack"
|
|
password = "blockstacksystem"
|
|
rpc_port = 8332
|
|
peer_port = 8333
|
|
magic_byte = "X2"
|