Skip to content

Commit

Permalink
Add testnet port
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Jun 24, 2020
1 parent eacc1b1 commit 1963b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure-box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if [ ! -z $TESTNET ] && [ -z $REGTEST ]; then
sed -i 's/\#\[test\]/\[test\]/g;' bitcoin/bitcoin.conf
sed -i 's/\#testnet=1/testnet=1/g' bitcoin/bitcoin.conf
sed -i 's/rpcport=8332/rpcport=18332/g; ' bitcoin/bitcoin.conf
sed -i 's/port=8332/port=18333/g; ' bitcoin/bitcoin.conf
echo "Setting testnet port"
sed -i 's/RPCPORT/18332/g; ' docker-compose.yml
# Update docker-compose
Expand Down

0 comments on commit 1963b12

Please sign in to comment.