Skip to content

Commit

Permalink
Fix for Gigahorse farmer port replacement.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 16, 2023
1 parent 0ce426a commit 4e7934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/forks/gigahorse_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ -f /root/.chia/mainnet/config/config.yaml ]; then
sed -i 's/localhost/127.0.0.1/g' /root/.chia/mainnet/config/config.yaml
# Fix port conflicts with other fullnodes like Chia.
sed -i 's/ 8444/ 28744/g' /root/.chia/mainnet/config/config.yaml
sed -i 's/ 8445/ 28745/g' /root/.chia/mainnet/config/config.yaml
sed -i 's/ 8447/ 28745/g' /root/.chia/mainnet/config/config.yaml
sed -i 's/ 8555/ 28855/g' /root/.chia/mainnet/config/config.yaml
sed -i '/^ *host: introducer.chia.net/,/^ *[^:]*:/s/port: 28744/port: 8444/' /root/.chia/mainnet/config/config.yaml
fi
Expand Down

0 comments on commit 4e7934d

Please sign in to comment.