mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
fix typo and local script
This commit is contained in:
parent
9cf63d50e4
commit
448fe9a746
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ else
|
|||
log_level=$LOG_LEVEL
|
||||
fi
|
||||
|
||||
netstats="${NODE_NAME}-${wallet}-local:xinfin_xdpos_hybrid_network_stats@devnetstats.apothem.network:2000"
|
||||
netstats="${NODE_NAME}-${wallet}-local:xinfin_xdpos_hybrid_network_stats@devnetstats.hashlabs.apothem.network:1999"
|
||||
|
||||
echo "Running a node with wallet: ${wallet} at local"
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ else
|
|||
fi
|
||||
|
||||
INSTANCE_IP=$(curl https://checkip.amazonaws.com)
|
||||
netstats="${NODE_NAME}-${wallet}-${INSTANCE_IP}:xinfin_xdpos_hybrid_network_stats@devnetstats.hashlab.apothem.network:1999"
|
||||
netstats="${NODE_NAME}-${wallet}-${INSTANCE_IP}:xinfin_xdpos_hybrid_network_stats@devnetstats.hashlabs.apothem.network:1999"
|
||||
|
||||
|
||||
echo "Running a node with wallet: ${wallet} at IP: ${INSTANCE_IP}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue