Skip to content

Commit 2ee7800

Browse files
authored
Merge pull request #172 from aws-samples/stacks
Stacks
2 parents 4eb10f4 + 7f0858e commit 2ee7800

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

lib/stacks/lib/config/stacksConfigDefaults.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ export function stacksNodeConfigDefaults(
3232
const defaultStacksNetworkConfig: configTypes.StacksNetworkConfig = stacksNetwork === "mainnet"
3333
? {
3434
stacksNetwork: "mainnet",
35-
stacksBootstrapNode: "02196f005965cebe6ddc3901b7b1cc1aa7a88f305bb8c5893456b8f9a605923893@seed.mainnet.hiro.so:20444,02539449ad94e6e6392d8c1deb2b4e61f80ae2a18964349bc14336d8b903c46a8c@cet.stacksnodes.org:20444,02ececc8ce79b8adf813f13a0255f8ae58d4357309ba0cedd523d9f1a306fcfb79@sgt.stacksnodes.org:20444,0303144ba518fe7a0fb56a8a7d488f950307a4330f146e1e1458fc63fb33defe96@est.stacksnodes.org:20444",
35+
stacksBootstrapNode: "02da7a464ac770ae8337a343670778b93410f2f3fef6bea98dd1c3e9224459d36b@seed-0.mainnet.stacks.co:20444,02afeae522aab5f8c99a00ddf75fbcb4a641e052dd48836408d9cf437344b63516@seed-1.mainnet.stacks.co:20444,03652212ea76be0ed4cd83a25c06e57819993029a7b9999f7d63c36340b34a4e62@seed-2.mainnet.stacks.co:20444",
3636
stacksChainstateArchive: "https://archive.hiro.so/mainnet/stacks-blockchain/mainnet-stacks-blockchain-latest.tar.gz",
3737
stacksP2pPort: 20444,
3838
stacksRpcPort: 20443,
39-
bitcoinPeerHost: "bitcoind.stacks.co",
40-
bitcoinRpcUsername: "blockstack",
41-
bitcoinRpcPassword: "blockstacksystem",
39+
bitcoinPeerHost: "bitcoin.mainnet.stacks.org",
40+
bitcoinRpcUsername: "stacks",
41+
bitcoinRpcPassword: "foundation",
4242
bitcoinP2pPort: 8333,
4343
bitcoinRpcPort: 8332,
4444
}
@@ -48,9 +48,9 @@ export function stacksNodeConfigDefaults(
4848
stacksChainstateArchive: "https://archive.hiro.so/testnet/stacks-blockchain/testnet-stacks-blockchain-latest.tar.gz",
4949
stacksP2pPort: 20444,
5050
stacksRpcPort: 20443,
51-
bitcoinPeerHost: "bitcoind.testnet.stacks.co",
52-
bitcoinRpcUsername: "blockstack",
53-
bitcoinRpcPassword: "blockstacksystem",
51+
bitcoinPeerHost: "bitcoin.testnet.stacks.org",
52+
bitcoinRpcUsername: "stacks",
53+
bitcoinRpcPassword: "foundation",
5454
bitcoinP2pPort: 18333,
5555
bitcoinRpcPort: 18332,
5656
}

lib/stacks/sample-configs/.env-sample-follower

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ STACKS_NODE_CONFIGURATION="follower" # Node configurati
2222
STACKS_NETWORK="mainnet" # Network onto which this node should connect. One of "mainnet", "testnet", "xenon", "helium", "mocknet"
2323
# STACKS_P2P_PORT=20444 # Port for P2P network connections. IMPORTANT: Replace with valid port number
2424
# STACKS_RPC_PORT=20443 # Port for RPC connections. IMPORTANT: Replace with valid port number
25-
# BITCOIN_PEER_HOST="bitcoind.stacks.co" # Hostname of the Bitcoin peer node. REQUIRED for connection to Bitcoin network
26-
# BITCOIN_RPC_USERNAME="blockstack" # Username for Bitcoin RPC authentication
27-
# BITCOIN_RPC_PASSWORD="blockstacksystem" # Password for Bitcoin RPC authentication
25+
# BITCOIN_PEER_HOST="bitcoin.mainnet.stacks.org" # Hostname of the Bitcoin peer node. REQUIRED for connection to Bitcoin network
26+
# BITCOIN_RPC_USERNAME="stacks" # Username for Bitcoin RPC authentication
27+
# BITCOIN_RPC_PASSWORD="foundation" # Password for Bitcoin RPC authentication
2828
# BITCOIN_RPC_PORT=8332 # Port for Bitcoin RPC connections
2929
# BITCOIN_P2P_PORT=8333 # Port for Bitcoin P2P network connections
3030

0 commit comments

Comments
 (0)