Cover photo

RUN SUI FULL NODE ON TESTNET

🙏🏼As we all know SUi recently announced its Testnet wave 2 and Everyone can run a Full node on Testnet, So here are the steps to run a node on VPS

📌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

post image
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
post image

Installs RUST: 👇🏻

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

post image

source $HOME/.cargo/env rustup update

post image

apt-get install screen

post image

cd $home

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

post image

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

post image

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

post image

NOW Let's create a wallet 👇🏻

sui client active-address

post image
  1. Press Y and Enter ✅

  2. Press only Enter

  3. Type: 0 then Enter

post image

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

post image

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

post image

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

post image

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)

Now we have to Synchronize the node with the Latest Blockchain data

1. Close your ssh client and re-connect with your VPS IP address

post image

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

post image

3. After that, you can check your Node status here: 👇🏻

https://www.scale3labs.com/check/sui

post image
post image

⚡️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🙏🏼

Subscribe
Subscribe