Node Setup
Download Nodes Snapshots
On this page, you can find links to download pre-built nodes with blockchain history included, which will save you time when setting up your node.
On this page, you can find links to download pre-built nodes with blockchain history included, which will save you time when setting up your node.
You can choose from different node combinations:
Node types:
- Fullnode: contains pruned blocks (lighter)
- Archive: contains full blockchain data (heavier)
- Choose this if you need the complete history for historical analysis, etc.
Database:
- pebbledb (recommended)
- goleveldb
Network:
- Mainnet
- Testnet
URLs
Mainnet (Mantra-1)
| Node type | Database type | Height | URL |
|---|---|---|---|
| Full node | pebbledb | 14119690 | https://snapshots.mantrachain.io/mantra-1_pebbledb_fullnode_latest.tar.lz4 |
| Full node | goleveldb | 14100396 | https://snapshots.mantrachain.io/mantra-1_goleveldb_fullnode_latest.tar.lz4 |
| Archive | goleveldb | 14087529 | https://snapshots.mantrachain.io/mantra-1_goleveldb_archive_latest.tar.lz4 |
Testnet (Mantra-Dukong-1)
| Node type | Database type | Height | URL |
|---|---|---|---|
| Full node | pebbledb | 13213731 | https://snapshots.mantrachain.io/mantra-dukong-1_pebbledb_fullnode_latest.tar.lz4 |
| Full node | goleveldb | 13213730 | https://snapshots.mantrachain.io/mantra-dukong-1_goleveldb_fullnode_latest.tar.lz4 |
| Archive | goleveldb | 13073752 | https://snapshots.mantrachain.io/mantra-dukong-1_goleveldb_archive_latest.tar.lz4 |