An open API service indexing awesome lists of open source software.

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

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 ?