install_node

UnUniFi validator node

Official documentation:

Validator setup instructions

Explorer:

https://ununifi.io/explorer/

Requirements

Validator Node Server

  • OS: Ubuntu 20.04

  • Memory: 8 GB or more

  • Storage: SSD 160 GB or more

  • The following ports: 26656 must be open for peer to peer communication between nodes.

Install guide

Update packages

sudo apt update && sudo apt upgrade -y

Install dependencies

Install go

Download and build binaries

Configuration of Shell Variables

Init app

Download genesis

Config app

Setup seeds and peers

Config pruning

Set min gas price

Enable/Disable snapshot (optional)

Enable prometheus (optional)

Reset chain data

Set up folder structure

Set up genesis binary

Create service

Register and start service

Check synchronization status ("catching_up": false is synced)

Create wallet (!Safe your mnemonic)

To recover your wallet using seed phrase (optional)

Check balance

Create validator

Show address validator

Check validator status

Usefull command

Synchronization info

Node info

Show node id

Get wallet balance

Transfer funds

Voting

Delegate stake

Withdraw all rewards

Withdraw rewards with commision

Edit validator

Unjail validator

Delete node

Last updated