- Run the script:
. <(wget -qO- sh.f5nodes.com) sui
- Wait till the end of installation.
journalctl -n 100 -f -u suid
CTRL + C to exit logs
sudo systemctl stop suid
sudo systemctl restart suid
curl --location --request POST 'https://fullnode.testnet.sui.io:443/' --header 'Content-Type: application/json' --data-raw '{"jsonrpc":"2.0", "id":1,"method":"sui_getLatestCheckpointSequenceNumber"}'; echo
curl -q localhost:9184/metrics 2>/dev/null |grep '^highest_synced_checkpoint'
Check the latest TX on chain with the testnet RPC (https://fullnode.testnet.sui.io:443/):
curl --location --request POST https://fullnode.testnet.sui.io:443 \
--header 'Content-Type: application/json' \
--data-raw '{ "jsonrpc":"2.0", "method":"sui_getTotalTransactionNumber","id":1}'
curl --location --request POST http://127.0.0.1:9000/ \
--header 'Content-Type: application/json' \
--data-raw '{ "jsonrpc":"2.0", "method":"sui_getTotalTransactionNumber","id":1}'
sui-node -V