Skip to content

Commit 25df071

Browse files
authored
update default bitcoin node in sample configs (#1700)
1 parent 0f0d65c commit 25df071

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

reference/sample-configuration-files.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,7 @@ stacker = true
216216
[burnchain]
217217
chain = "bitcoin"
218218
mode = "mainnet"
219-
peer_host = "bitcoind.stacks.co"
220-
username = "blockstack"
221-
password = "blockstacksystem"
222-
rpc_port = 8332
223-
peer_port = 8333
219+
peer_host = "bitcoin.mainnet.stacks.org"
224220

225221
# Set your auth token, which the signer uses
226222
# This should match the auth_password field of your signer config

reference/stacks-node-configuration.md

-3
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ bootstrap_node = "02196f005965cebe6ddc3901b7b1cc1aa7a88f305bb8c5893456b8f9a60592
140140
chain = "bitcoin"
141141
mode = "mainnet"
142142
peer_host = "localhost"
143-
username = "user"
144-
password = "pass"
145-
rpc_port = 8332
146143
peer_port = 8333
147144

148145
[[events_observer]]

0 commit comments

Comments
 (0)