📌NOTE: There is no confirmation that Node runner will get anything or not in the future, We are doing this just for our satisfaction, anything can happen in future, and nobody can predict future rewards.
♾All steps are the same as we use to run the node on DEVNET:
✔️Only need to replace 1 keyword “DEVNET” with “TESTNET”
😇But here I’m again sharing all commands that you do need to change anything, just copy and paste them into your VPS server step by step 👇🏻
As I already told you that how to install & Setup a VPS server in the given Twitter post above 👆🏻 🧷 You can also use Contabo VPS service it’s a little cheaper than Vultr.
Step By Step the commands you need to use into Putty on Windows & Mobile users can use Termius 👇🏻
sudo apt update && sudo apt upgrade -y

apt-get update \
&& DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y --no-install-recommends \
tzdata \
git \
ca-certificates \
curl \
build-essential \
libssl-dev \
pkg-config \
libclang-dev \
cmake

Installs RUST: 👇🏻
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

source $HOME/.cargo/env rustup update

apt-get install screen

cd $home
apt install ufw -y ufw allow ssh ufw allow https ufw allow http ufw allow 9000 ufw allow 9184 ufw enable

Now, let’s create a screen to run the node:
screen -S sui_node
Good, Now let's Install the Sui binaries, Run this immediately:
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui sui-node

cargo install --git https://github.com/move-language/move move-analyzer --features "address20"

NOW Let's create a wallet 👇🏻
sui client active-address

Press Y and Enter ✅
Press only Enter
Type: 0 then Enter

You'll get a new seed phrase and new SUI wallet address, select the text, copy and save it.

Now GO to Sui Discord and claim Sui Devnet Faucet on the new address!faucet your own wallet address

Now run these commands 1 by 1: 👇🏻
git clone https://github.com/MystenLabs/sui.git --branch testnet
cd sui
git remote add upstream https://github.com/MystenLabs/sui
git fetch upstream
cp crates/sui-config/data/fullnode-template.yaml fullnode.yaml
Screenshots are attached here: 👇🏻
curl -fLJO https://github.com/MystenLabs/sui-genesis/raw/main/testnet/genesis.blob

And finally👇
cargo run --release --bin sui-node -- --config-path fullnode.yaml
📌NOTE: it will also take time (all Depends on our VPS Specification/processing Power)
1. Close your ssh client and re-connect with your VPS IP address

2. Use all the given commands here on their discord step by step: 👇🏻

3. After that, you can check your Node status here: 👇🏻
https://www.scale3labs.com/check/sui


⚡️Congratulations, Your node is running successfully, it’ll take some time to SynchronizeKeep running your node for at least 30 Days.
Close your ssh client and kee check the status every day on the Scal3 website✅
👉🏻Follow us @GNAirdrops on Twitter Turn On 🛎bell Notification.
👉🏻Follow us on TG for instant Update/info: https://t.me/GNairdrop🙏🏼


How you can Run a 




