https://github.com/denizsurmeli/sui-deploy
Run a Sui fullnode on an Ubuntu VPS
https://github.com/denizsurmeli/sui-deploy
devnet fullnode sui update
Last synced: 4 months ago
JSON representation
Run a Sui fullnode on an Ubuntu VPS
- Host: GitHub
- URL: https://github.com/denizsurmeli/sui-deploy
- Owner: denizsurmeli
- Created: 2022-08-03T12:40:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T05:31:07.000Z (over 3 years ago)
- Last Synced: 2025-01-30T09:25:33.166Z (12 months ago)
- Topics: devnet, fullnode, sui, update
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sui-deploy
Deploying script for Sui Testnet
Run `sudo sh fullnode.sh ` on a Digital Ocean Droplet instance with Ubuntu.
Make sure that you have forked the chain with your Github account.
Deploys a Sui fullnode with default configurations.
## Usage
```
sudo sh fullnode.sh github_username
```
## Note
After the config, await approximately for 15-30 minutes(this depends on the power of your machine) to let cargo build and run the project. You can see that whether cargo still building using `systemctl status node.service` . If `Main PID` shows cargo, it's still building. If it shows `sui-node`, you are good to go.
You can check your node after [here](https://node.sui.zvalid.com/).
## TODO
What should we do with Prometheus endpoint ?