Skip to content

Commit 7f0858e

Browse files
committed
Stacks. Fixed configuration and tests
1 parent 74f0cca commit 7f0858e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)