mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-04-30 12:42:13 +08:00
Merge branch 'master' into feat/use-case-instructions
This commit is contained in:
53
contrib/conf/stacks-l1-mocknet-2.1.toml
Normal file
53
contrib/conf/stacks-l1-mocknet-2.1.toml
Normal file
@@ -0,0 +1,53 @@
|
||||
[node]
|
||||
# working_dir = "/dir/to/save/chainstate"
|
||||
rpc_bind = "127.0.0.1:20443"
|
||||
p2p_bind = "127.0.0.1:20444"
|
||||
seed = "0000000000000000000000000000000000000000000000000000000000000000"
|
||||
local_peer_seed = "0000000000000000000000000000000000000000000000000000000000000000"
|
||||
miner = true
|
||||
wait_time_for_microblocks = 5000
|
||||
use_test_genesis_chainstate = true
|
||||
|
||||
[burnchain]
|
||||
chain = "bitcoin"
|
||||
mode = "mocknet"
|
||||
|
||||
[[burnchain.epochs]]
|
||||
epoch_id = 0x02000
|
||||
start_height = 0
|
||||
end_height = 1
|
||||
|
||||
[[burnchain.epochs]]
|
||||
epoch_id = 0x02005
|
||||
start_height = 1
|
||||
end_height = 2
|
||||
|
||||
[[burnchain.epochs]]
|
||||
epoch_id = 0x0200a
|
||||
start_height = 2
|
||||
end_height = 0x7fffffffffffffff
|
||||
|
||||
[[ustx_balance]]
|
||||
# secret key = aaf57b4730f713cf942bc63f0801c4a62abe5a6ac8e3da10389f9ca3420b0dc701
|
||||
address = "ST18F1AHKW194BWQ3CEFDPWVRARA79RBGFEWSDQR8"
|
||||
amount = 100000000000000
|
||||
|
||||
[[ustx_balance]]
|
||||
# secret key = 0916e2eb04b5702e0e946081829cee67d3bb76e1792af506646843db9252ff4101
|
||||
# this is also a miner present in the sample hyperchains contract
|
||||
address = "ST2GE6HSXT81X9X3ATQ14WPT49X915R8X7FVERMBP"
|
||||
amount = 100000000000000
|
||||
|
||||
[[ustx_balance]]
|
||||
# secret key = 374b6734eaff979818c5f1367331c685459b03b1a2053310906d1408dc928a0001
|
||||
address = "STB2BWB0K5XZGS3FXVTG3TKS46CQVV66NAK3YVN8"
|
||||
amount = 100000000000000
|
||||
|
||||
[[ustx_balance]]
|
||||
address = "STSTW15D618BSZQB85R058DS46THH86YQQY6XCB7"
|
||||
amount = 100000000000000
|
||||
|
||||
[[events_observer]]
|
||||
endpoint = "localhost:50303"
|
||||
retry_count = 255
|
||||
events_keys = ["*"]
|
||||
Reference in New Issue
Block a user