Snapshots & Archive Nodes
Quickly sync your node with Paxeer Network using a snapshot or serve queries for prev versions using archive nodesList of Snapshots and Archives
Below is a list of publicly available snapshots that you can use to sync with the Paxeer Network mainnet and archived 9001-1 mainnet:Snapshots
| Name | URL | | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --- | |Staketab | github.com/staketab/nginx-cosmos-snap |
| Polkachu | polkachu.com | |
| Notional | mainnet/pruned/Paxeer-Network_9001-2(pebbledb) mainnet/archive/Paxeer-Network_9001-2(pebbledb)
testnet/archive/hyperpax_125-4(pebbledb) | |
GalaxyStaking | galaxystaking.space |
| Allnodes | [publicnode.com/snapshots](https://www.publicnode.com/snapshots#Paxeer Network) |
Archives
| Name | URL |
|---|---|
Windpowerstake | mainnet/archive/Paxeer-Network_9001-2(goleveldb) |
Paxeer Network Core Team Snapshots
Altiplanic (Paxeer Network Core team) provides pruned and archive snapshots. They can be downloaded using the BackBlaze CLI tool:- Steps for pruned snapshots (goleveldb)
- Install the B2 command-line tool
- Authenticate using the following command:
- Download the data using the following command:
- Steps for archive snapshots (PebbleDB)
- Install the B2 command-line tool
- Authenticate using the following command:
- Download the data using the following command:
PebbleDB
To use PebbleDB instead of GoLevelDB when using snapshots from Notional: The build instructinos are in the alternative dbs section. Download snapshot:db_backend = "pebbledb" in config.toml or start with --db_backend=pebbledb