Skip to content

Commit

Permalink
update default bitcoin node in sample configs
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Jan 31, 2025
1 parent 0f0d65c commit 4b58c5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions reference/sample-configuration-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,7 @@ stacker = true
[burnchain]
chain = "bitcoin"
mode = "mainnet"
peer_host = "bitcoind.stacks.co"
username = "blockstack"
password = "blockstacksystem"
rpc_port = 8332
peer_port = 8333
peer_host = "bitcoin.mainnet.stacks.org"

# Set your auth token, which the signer uses
# This should match the auth_password field of your signer config
Expand Down
3 changes: 0 additions & 3 deletions reference/stacks-node-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ bootstrap_node = "02196f005965cebe6ddc3901b7b1cc1aa7a88f305bb8c5893456b8f9a60592
chain = "bitcoin"
mode = "mainnet"
peer_host = "localhost"
username = "user"
password = "pass"
rpc_port = 8332
peer_port = 8333

[[events_observer]]
Expand Down

0 comments on commit 4b58c5e

Please sign in to comment.