🟦Nillion Verifier Node

Nillion Discord : https://discord.gg/nillionnetwork

UbuntuCpuRamDisk

22.04

2-4

3-8

50+

Link : https://verifier.nillion.com/

Add Nillion Chain To Your Keplr Wallet :

Link : https://chains.keplr.app/

Claim Faucet :

Link : https://faucet.testnet.nillion.com/

Claim Faucet with your nillion adress.

Update / Update's :

sudo apt update && sudo apt upgrade -y
sudo apt install apt-transport-https ca-certificates software-properties-common zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev curl git wget make jq build-essential pkg-config lsb-release libssl-dev libreadline-dev libffi-dev gcc screen unzip lz4 -y
sudo apt install screen -y
sudo apt install curl -y

Install Docker :

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
 echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt install docker-ce
docker version

Running the hello world container

docker container run --rm hello-world

This will print out “Hello from Docker!” in the terminal output

Getting the accuser image :

docker pull nillion/verifier:v1.0.1

Create a local directory :

mkdir -p nillion/verifier

Crate a Screen :

screen -S nillion

Then initialise the accuser in the mounted directory :

docker run -v ./nillion/verifier:/var/tmp nillion/verifier:v1.0.1 initialise

This will output the details needed to register the accuser on the website, register them below:

  • accound_id: Nillion address of the accuser

  • public_key: Public Key of the accuser

Write your Verifier Account İd :

Write your Public Key

If your Want Export Your Wallet Private Key :

cat ~/nillion/verifier/credentials.json

Claim Faucet your Nillion Account ( Verifier Account İd ) :

Link : https://faucet.testnet.nillion.com/

YOU MUST WAIT 30-60 MINUTES TO CONTINUE WITH THE STEPS BELOW. The secret verification is designed wait for a period of time before fully registering the accuser.

Check Your Wallet :

Link : https://testnet.nillion.explorers.guru/

Write This Code :

Logs :

Exit to Screen : CTRL A + D

Enter The Screen : screen -r nillion

Last updated