mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
* cleaning up docker feat/cleanup needed it's own cleanup since it was so out of date. better to just start over with an up to date pull of develop * Update paths for docker-compose files * Updating paths and compose version * switch network to testnet * adjusting stacks-blockchain configs * use correct context to build api image * use the defaults from develop branch * feat: update to latest stacks blockchain * fix: rosetta output paths * chore: update stacks api to v0.71.2 Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com> * fix: remove magic_byte from mainnet toml Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com> * fix: update stacks node everywhere Co-authored-by: wileyj <2847772+wileyj@users.noreply.github.com> Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com>
38 lines
1008 B
TOML
38 lines
1008 B
TOML
[node]
|
|
rpc_bind = "0.0.0.0:20443"
|
|
p2p_bind = "0.0.0.0:20444"
|
|
bootstrap_node = "047435c194e9b01b3d7f7a2802d6684a3af68d05bbf4ec8f17021980d777691f1d51651f7f1d566532c804da506c117bbf79ad62eea81213ba58f8808b4d9504ad@testnet.stacks.co: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
|