docker
Sui Node Setup
Sui Node Requirements
π² OS Ubuntu 18.04 or 20.04 π² 2 CPUs π² 8GB RAM π² 50GB Storage π² Port 9000, 9184 π² Need Super user or root for run this script.
Official Site:
Official web site : https://sui.io/
Run a Sui Fullnode : https://github.com/MystenLabs/sui/blob/main/doc/src/build/fullnode.md
Node health monitor : https://node.sui.zvalid.com/
Set up Sui full node with auto script.
1. Switch to root user
2. Clone and Install Scripts
3. Check Node Status
Send a request, the result should be something like this:
4. Monitor your node health status
Go to https://node.sui.zvalid.com/
Insert your node ip
5. Register your node on discord
After fisnish install Sui node, You have register your node in the Sui Discord:
Go to Channel
#πnode-ip-application
6. Update sui node.
Optional Command
Check sui node log
docker logs -f sui-fullnode-1 --tail 50
Restart sui node
docker-compose restart
Stop sui node
docker-compose stop
Start sui node
docker-compose start
Check sui node process
docker ps -a
Last updated