If you do not want to install any software on your server for monitoring, or (what is more important) you want to use external 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
- you are missing voting (time is almost end)
- software update is coming
- balance of your relayer operators address is low
Here you can download a snapshot of Asset Mantle database.
Pruning config: custom, 100 0 10.
Last snapshot: mantle_snapshot.tar.gz Height: 7796423 Size: 18,44 Gb
How to use:
1. Download lattest snapshot:
cd .mantleNode && wget -O mantle_snapshot.tar.gz https://snapshot2.paranorm.pro/mantle/mantle_snapshot.tar.gz
2. Stop your node. Backup your data/priv_validator_state.json if you are runing validator's node.
3. Extract archive:
tar zxf mantle_snapshot.tar.gz
4. If you are runing validator's node, restore priv_validator_state.json before starting.
5. Start your node.
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):
mantleNode unsafe-reset-all
2. Open your .mantleNode/config/config.toml, find [statesync] section and fill it with this:
enable = true
rpc_servers = "https://rpc.mantle.paranorm.pro:443,https://rpc.mantle.paranorm.pro:443"
trust_height = 7835000
trust_hash = "7A119488624DC3D2F60C118D1669B0A3C1DB5B6AD9A1D6274214BF06F0A8E02A"
trust_period = "168h0m0s"
3. Download addrbook.json and place it to .mantleNode/config/ folder: addrbook.json
curl https://snapshot2.paranorm.pro/mantle/addrbook.json > ~/.mantleNode/config/addrbook.json
4. Start your node (if you are runing validator's node, restore priv_validator_state.json before starting).
You can use Paranormal Bros. node RPC for fastsync, seed and peer address to bootstrap your node.
RPC:
https://rpc.mantle.paranorm.pro
API:
https://api.mantle.paranorm.pro
Peer:
d2a16801e996bc71ddb2e30027a006b12b4cbcb6@peer.mantle.paranorm.pro:23656