Side Protocol

Side Protocol is a settlement and value exchange layer for the Bitcoin modular blockchains.

RPC: https://side-test.rpc.cryptomolot.com/

Resources

Hardware requirements

CPU

4-Cores

RAM

8 GB

Storage

200 GB NVME

Network

100mbps network bandwidth

OS

Linux (Ubuntu 22.04 x64)

Installation ๐Ÿ’พ

Update repositories

apt update && apt upgrade -y

Install dependencies

Install GO 1.22.2

Set variables

change the <wallet>, <moniker>. And SIDE_PORT # if you needed

Get binaries

Initialize

change the <moniker>

Download genesis and addrbook

Add seeds/bpeers/peers in config.toml

Set minimum gas-price

Set custom ports (if needed)

(Optional) Pruning

(Optional) Disable indexer and enable prometheus

default indexer="kv" default prometheus = false

Create a service file

Run from snapshot

Wait fo full sync (output "false")

Create or recover wallet

!!! BACKUP YOUR SEED PHRASE !!!

Get tokens from faucet ๐Ÿ†“

get tokens from discord faucet channel or https://testnet.side.one/faucet

Set var for wallet and valoper addresses

Create Validator

!!! BACKUP YOUR priv_validator_key.json !!!

Useful commands โš™๏ธ

node info

logs

start service

stop service

restart service

enable service

disable service

Check wallets list

Delete wallet

Check Balance

Withdraw all rewards

Withdraw rewards and commission from your validator

Delegate to Yourself

Delegate

Redelegate Stake to Another Validator

Unbond

Transfer Funds

Validator Details

Jailing info

Slashing parameters

Unjail validator

Delete node ๐Ÿ—‘๏ธ

Last updated