Skip to content

Commit

Permalink
update testnet configs to match stacks-core repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Oct 9, 2024
1 parent d3914fb commit 8e0d141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ stacker = true
chain = "bitcoin"
mode = "krypton"
peer_host = "bitcoin.regtest.hiro.so"
username = "hirosystems"
password = "hirosystems"
rpc_port = 18443
peer_port = 18444
pox_prepare_length = 100
pox_reward_length = 900
Expand Down Expand Up @@ -111,7 +108,7 @@ start_height = 6
[[burnchain.epochs]]
epoch_name = "3.0"
start_height = 2000701
start_height = 56_457
EOF
docker run -d \\
Expand Down Expand Up @@ -145,9 +142,6 @@ prometheus_bind = "0.0.0.0:9153"
chain = "bitcoin"
mode = "krypton"
peer_host = "bitcoin.regtest.hiro.so"
username = "hirosystems"
password = "hirosystems"
rpc_port = 18443
peer_port = 18444
pox_prepare_length = 100
pox_reward_length = 900
Expand Down Expand Up @@ -216,7 +210,7 @@ start_height = 6
[[burnchain.epochs]]
epoch_name = "3.0"
start_height = 2000701
start_height = 56_457
```
The important aspects that you’ll need to change are:
Expand Down
5 changes: 1 addition & 4 deletions reference/sample-configuration-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,6 @@ stacker = true
chain = "bitcoin"
mode = "krypton"
peer_host = "bitcoin.regtest.hiro.so"
username = "hirosystems"
password = "hirosystems"
rpc_port = 18443
peer_port = 18444
pox_prepare_length = 100
pox_reward_length = 900
Expand Down Expand Up @@ -382,7 +379,7 @@ start_height = 6

[[burnchain.epochs]]
epoch_name = "3.0"
start_height = 2000701
start_height = 56_457
```

### Mainnet Signer
Expand Down

0 comments on commit 8e0d141

Please sign in to comment.