mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-13 16:43:11 +08:00
Add config file
This commit is contained in:
@@ -332,7 +332,7 @@ seed = "YOUR PRIVATE KEY"
|
||||
wait_time_for_microblocks = 10000
|
||||
# Run as a mock-miner, to test mining without spending BTC.
|
||||
# Mutually exclusive with `miner`.
|
||||
#mock_miner = True
|
||||
#mock_mining = True
|
||||
|
||||
[miner]
|
||||
# Smallest allowed tx fee, in microSTX
|
||||
|
||||
21
testnet/stacks-node/conf/mainnet-mockminer-conf.toml
Normal file
21
testnet/stacks-node/conf/mainnet-mockminer-conf.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[node]
|
||||
# working_dir = "/dir/to/save/chainstate"
|
||||
rpc_bind = "0.0.0.0:20443"
|
||||
p2p_bind = "0.0.0.0:20444"
|
||||
mock_mining = true
|
||||
bootstrap_node = "02da7a464ac770ae8337a343670778b93410f2f3fef6bea98dd1c3e9224459d36b@seed-0.mainnet.stacks.co:20444,02afeae522aab5f8c99a00ddf75fbcb4a641e052dd48836408d9cf437344b63516@seed-1.mainnet.stacks.co:20444,03652212ea76be0ed4cd83a25c06e57819993029a7b9999f7d63c36340b34a4e62@seed-2.mainnet.stacks.co:20444"
|
||||
|
||||
[burnchain]
|
||||
chain = "bitcoin"
|
||||
mode = "mainnet"
|
||||
peer_host = "bitcoind.stacks.co"
|
||||
username = "blockstack"
|
||||
password = "blockstacksystem"
|
||||
rpc_port = 8332
|
||||
peer_port = 8333
|
||||
|
||||
# Used for sending events to a local stacks-blockchain-api service
|
||||
# [[events_observer]]
|
||||
# endpoint = "localhost:3700"
|
||||
# retry_count = 255
|
||||
# events_keys = ["*"]
|
||||
Reference in New Issue
Block a user