β›”Nulink

Hardware minumum:

  • 2 Cores

  • 2GB RAM

  • 40 GB SSD

  • Ubuntu 22 - x86

Website: https://www.nulink.org Discord: https://discord.gg/25CQFUuwJS X: https://twitter.com/NuLink_

Install Dependencies:

sudo apt update && apt upgrade -y
sudo apt install tmux git curl -y

Run in tmux (option)

tmux new -s nulink

Download Binary:

wget https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.23-d901d853.tar.gz
tar -xvzf geth-linux-amd64-1.10.23-d901d853.tar.gz

Create validator address: (Change pass or default pass: 123456789) Save info.

cd geth-linux-amd64-1.10.23-d901d853/
./geth account new --keystore ./keystore

// Same ex:
  + Public address of the key:   0x143788ce589fc62eea12345678990qwq  # OPERATOR ADDRESS
  + Path of the secret key file: /root/geth-linux-amd64-1.10.23-d901d853/keystore/UTC--2024-01-06T19-56-64.615513747Z--123456ce129fa62aae59a5c4a495b0231e123456

Install Docker & pull Nulink:

Install python:

Export Pass: (Default 123456789)

Run node: (Change info)

UTC and operator address

Faucet BNB:

Faucet NLK:

Stake 10 NLK in dashboard

Bond Opera address

Send 0,1 bnb to opera address.

Last updated