πŸ’ Odiseo

Enpoint

RPC URL: https://daodiseo-testnet-rpc.validator247.com
API URL: https://daodiseo-testnet-api.validator247.com

Install Node

cd $HOME
rm -rf Achilles
git clone https://github.com/daodiseomoney/Achilles.git
cd $HOME/Achilles/achilles
make install

Initialize Node

achillesd init <your_nodename> --chain-id=ithaca-1

Download genesis & addrboook

wget -O genesis.json https://raw.githubusercontent.com/Validator247/Odiseo-testet/main/genesis.json --inet4-only && mv genesis.json $HOME/.achilles/config/

wget -O addrbook.json https://raw.githubusercontent.com/Validator247/Odiseo-testet/main/addrbook.json --inet4-only && mv addrbook.json $HOME/.achilles/config/

Set min gas:

Set indexer:

Pruning:

Create Service:

Command

Wallet:

Add New Wallet:

Restore executing wallet:

List All Wallets:

Delete wallet:

Check Balance:

Validator:

Create Validator:

Create file: validator.json

Create Validator

Edit Validator

Check sync | False -> done.

Delegate:

Withdraw rewards and commission:

Unjail:

Unbond:

Vote:

yes/no/no_with_veto/abstain

System:

Reload Service:

Enable Service:

Disable Service:

Start Service:

Stop Service:

Restart Service:

Check Service Status:

Check Service Logs:

Last updated