mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 02:10:46 +00:00
Merge pull request #752 from XinFinOrg/devnet-statsserver-typo
fix typo and local script
This commit is contained in:
commit
05a0f20009
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ else
|
||||||
log_level=$LOG_LEVEL
|
log_level=$LOG_LEVEL
|
||||||
fi
|
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"
|
echo "Running a node with wallet: ${wallet} at local"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
INSTANCE_IP=$(curl https://checkip.amazonaws.com)
|
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}"
|
echo "Running a node with wallet: ${wallet} at IP: ${INSTANCE_IP}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue