Alignedlayer

Aligned works with EigenLayer to leverage ethereum consensus mechanism for ZK proof verification. Working outside the EVM, this allows for cheap verification of any proving system

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

Resources

Hardware requirements

CPU

4-Cores

RAM

16 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 Alignedlayer_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 ๐Ÿ†“

faucet not yet

Set var for wallet and valoper addresses

Create Validator

Create validator json file

Create validator from json

!!! 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

Check your balance

Delegate to Yourself

Delegate

Redelegate Stake to Another Validator

Unbond

Transfer Funds

Validator Details

Jailing info

Slashing parameters

Unjail validator

Delete node ๐Ÿ—‘๏ธ

Last updated