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