Skip to content

Commit

Permalink
Merge pull request #854 from guydavis/develop
Browse files Browse the repository at this point in the history
Fix for Gigahorse farmer port replacement.
  • Loading branch information
guydavis authored Feb 16, 2023
2 parents f145554 + 4e7934d commit dbc899a
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 dbc899a

Please sign in to comment.