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 | 14848733 | https://snapshots.mantrachain.io/mantra-1_pebbledb_fullnode_latest.tar.lz4 |
| Full node | goleveldb | 14829138 | https://snapshots.mantrachain.io/mantra-1_goleveldb_fullnode_latest.tar.lz4 |
| Archive | goleveldb | 14816025 | https://snapshots.mantrachain.io/mantra-1_goleveldb_archive_latest.tar.lz4 |
Testnet (Mantra-Dukong-1)
| Node type | Database type | Height | URL |
|---|---|---|---|
| Full node | pebbledb | 13817355 | https://snapshots.mantrachain.io/mantra-dukong-1_pebbledb_fullnode_latest.tar.lz4 |
| Full node | goleveldb | 13817355 | https://snapshots.mantrachain.io/mantra-dukong-1_goleveldb_fullnode_latest.tar.lz4 |
| Archive | goleveldb | 13678971 | https://snapshots.mantrachain.io/mantra-dukong-1_goleveldb_archive_latest.tar.lz4 |