Newrl Incentivized Testnet


Hardware Requirements:

CPU: 4

RAM: 8GB

STORAGE: 80GB SSD

Step 1

Update Package

sudo apt update && sudo apt upgrade -y

Install Git

git clone https://github.com/git/git

Install Python

sudo apt install screen python3-venv python3-pip python3.10-venv -y

Install Node

git clone https://github.com/newrlfoundation/newrl.git
cd newrl 
scripts/install.sh testnet

Run Node

screen -S newrl
scripts/start.sh testnet

Then press Ctrl+A+D

We will display the Address used to import into the Wallet

cd $HOME
cd newrl 
python3 scripts/show_wallet.py
  • type testnet

  • type Y

  • save text {“public”…..}


Step 2

Go to Wallet page

  • Go to here

  • Enter new password

  • Choose import Wallet

  • Copy and paste the json text with the prefix {"public”.....}

  • Enter your personal data. You can fill it out freely.

  • Then go to the faucet page

  • Fill in the wallet address, then for the amount 1000000

  • Wait a moment, and click Wallet. If the token already exists, go to the Run a Node sectio

  • Enter the wallet address and the number of tokens to stake. For tokens to be staked, the minimum is 500000

  • And click Stake

To check the Validator, use this URL. and don't forget to replace WALLET_ADDRESS with your wallet address: http://archive1-testnet1.newrl.net:8421/sc-state?table_name=stake_ledger&contract_address=ct1111111111111111111111111111111111111115&unique_column=wallet_address&unique_value=WALLET_ADDRESS

If it says SUCCESS as shown below, Congratulations, you have become a Validator


Loading...
highlight
Collect this post to permanently own it.
Dirosa logo
Subscribe to Dirosa and never miss a post.
  • Loading comments...