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 BitCanna database.

Pruning config: custom, 100 0 10.

Last snapshot: bc_snapshot.tar.gz
Height: 13513865
Size: 7,8 Gb

How to use:

1. Download lattest snapshot:

cd .bcna && wget -O bc_snapshot.tar.gz https://snapshot4.paranorm.pro/bitcanna/bc_snapshot.tar.gz

2. Stop your node. Backup your data/priv_validator_state.json if you are running validator's node.

3. Extract the archive:

tar zxf bc_snapshot.tar.gz

4. If you are running validator's node, restore priv_validator_state.json before starting.

5. Start your node.

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 running validator's node):

bcnad tendermint unsafe-reset-all

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

enable = true
rpc_servers = "https://rpc.bcna.paranorm.pro:443,https://rpc.bcna.paranorm.pro:443"
trust_height = 13534000
trust_hash = "62AF7590B74F43ADAC91392E411C6B15E3C361FDF69AA8F850EBA65E61B4A5AC"
trust_period = "168h0m0s"

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

curl https://snapshot4.paranorm.pro/bitcanna/addrbook.json > ~/.bcna/config/addrbook.json

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

RPC/API/Peer

You can use Paranormal Bros. RPC node for fastsync, peer address to bootstrap your node.

RPC:

https://rpc.bcna.paranorm.pro

API:

https://api.bcna.paranorm.pro

Peer:

50b2d75d1cb8e31d68af590573e80ee71a14cc9f@bcna.paranorm.pro:26656