Newrl Testnet Nodes Installation

Newrl Testnet Nodes Installation

By otomatis | pramonoutomo | 5 Oct 2022


Newrl is a new blockchain which claim they are Scalable. Compliant. Inclusive. And Trust Infrastructure.

they're aim to bring blockchain into mainstream finance - through our public blockchain Newrl. We believe that web3 technology is a potentially disruptive force not just for the narrow domain of cryptocurrencies but general financial service including lending, capital markets, payments and insurance. We want to be at the forefront of this revolution!

I recomend using server from https://Lihat.info/contabo or https://Lihat.info/contaboVDS  


Incentivized Testnet ✅ 

Minimal Requirement: no information


Build, Install, and Create Wallet


Install all dependencies/app we need

sudo apt install -y build-essential libssl-dev libffi-dev git curl screen

Install python, pip and  python3 venv

sudo apt install python3.9
curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
sudo apt install python3.9-venv
sudo mkdir newrl-venv
cd newrl-venv
python3.9 -m venv newrl-venv

Refresh all variable / environment

source newrl-venv/bin/activate

Download and Build App Binaries

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

Create new wallet

python3 scripts/show_wallet.py

just follow next instruction on your screen till you got a public , private and address data in your terminal.
let's call the data from { to } are json key.

save it and don't lose it.


Start Node and Staking

Go to https://wallet.newrl.net/ , paste your private key to login, then import your json key from step above.
copy all key data.

Go to https://wallet.newrl.net/faucet/ and paste your address to claim faucet, wait for some seconds.

Start the newrl node

screen -S newrl
scripts/start.sh testnet

wait till finished downloading the blockchain and then use CTRL+A+D to minimize the app process (to keep app for running).

On the web wallet , https://wallet.newrl.net/ click on Run a Node button (top left menu).

After a few minutes, your tx may already accessible, check on http://archive1-testnet1.newrl.net:8421/sc-state?table_name=stake_ledger&contract_address=ct1111111111111111111111111111111111111115&unique_column=wallet_address&unique_value=<ADDRESS>

change the <ADDRESS> for checking your wallet, make sure there is "800000000000" data on the list and the tx transaction status is OK.


Done :)

join us @codeblocklabs | Subscribe to youtube channel 


*PLEASE NOTE: AZURE IS NOT RECOMENDED FOR ALL MY TESTNET NODE l) 

How do you rate this article?

4



pramonoutomo
pramonoutomo

Hey it's pram here, join my universe https://youtube.com/c/pramonoutomo and https://twitter.com/pramonoutomo also don't forget to check out my portofolio on https://pramonoutomo.com

Publish0x

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.