Monitoring

If you do not want to install any software on your server for monitoring, or (what more important) you want to use outside monitoring that works even if your own system is down, you can use this service.

You will be able to track the status of your node, delegation, redelegation, assets and their value.

You can also connect our notification system and receive notifications if your node is down, a delegation/un/redelegation has been received, a new proposal has been created.

Try it now

Snapshot

Here you can download a snapshot of Comdex database.

Last snapshot: comdex_snapshot.tar.gz
Height: 7981730
Size: 5,27 Gb

How to use:

1. Download lattest snapshot:

cd .comdex && wget -O comdex_snapshot.tar.gz https://snapshot2.paranorm.pro/comdex_snapshot.tar.gz

2. Stop your node. Delete current database (don't forget to backup your data/priv_validator_state.json if you are runing validator's node):

sudo systemctrl comdex stop && comdex tendermint unsafe-reset-all --home /path/to/.comdex 

3. Extract archive:

tar zxf comdex_snapshot.tar.gz

4. Start your node (if you are runing validator's node, restore priv_validator_state.json before starting).

State Sync

For rapidly bootstrap your node and save space of database you can use our State Sync service.

1. Stop your node. Clear DB data (don't forget to backup your data/priv_validator_state.json if you are runing validator's node):

comdex tendermint unsafe-reset-all

2. Open your .comdex/config/config.toml, find [statesync] section and fill it with this:

enable = true
rpc_servers = "http://cmdx.paranorm.pro:56657,http://cmdx.paranorm.pro:56657"
trust_height = 7998871
trust_hash = "86B50E9AFD3AF3C1AC17FA2F23719901C650B8EB8D844754CF3EE73C18E4AF23"
trust_period = "168h0m0s"

3. Download addrbook.json and place it to .comdex/config/ folder: addrbook.json

curl https://snapshot2.paranorm.pro/addrbook.json > ~/.comdex/config/addrbook.json

4. Start your node (if you are runing validator's node, restore priv_validator_state.json before starting).

RPC/Seed/Peer

You can use Paranorm node RPC, seed and peer address to bootstrap your node.

RPC:

http://cmdx.paranorm.pro

Seed/Peer:

2066708775fce9a72fceca45fe77fadbc2cfb091@cmdx.paranorm.pro:56656