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
4-Cores
8 GB
200 GB NVME
100mbps network bandwidth
Linux (Ubuntu 22.04 x64)
Installation ๐พ
Update repositories
apt update && apt upgrade -yInstall 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