From 4b58c5e0e3179a6b3b8947e05637002c78e2b422 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:32:22 -0800 Subject: [PATCH] update default bitcoin node in sample configs --- reference/sample-configuration-files.md | 6 +----- reference/stacks-node-configuration.md | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/reference/sample-configuration-files.md b/reference/sample-configuration-files.md index 70a27e8267..4bb7804505 100644 --- a/reference/sample-configuration-files.md +++ b/reference/sample-configuration-files.md @@ -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 diff --git a/reference/stacks-node-configuration.md b/reference/stacks-node-configuration.md index e481da53f8..6db2d120d9 100644 --- a/reference/stacks-node-configuration.md +++ b/reference/stacks-node-configuration.md @@ -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]]