Snapshots & Archive Nodes
Quickly sync your node with Paxeer Network using a snapshot or serve queries for prev versions using archive nodes
List 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:
b2 authorize-account 004d09b92c841240000000007 K004+SV4bZKkBuwjdwnjtFidMdISWf4- Download the data using the following command:
b2 sync b2://Paxeer-Network-pruned-mainnet-snapshot <destination_path>- Steps for archive snapshots (PebbleDB)
- Install the B2 command-line tool
- Authenticate using the following command:
b2 authorize-account 004d09b92c841240000000006 K0048Rp2re6yLYzsTCKzrMYZmoWOgEM- Download the data using the following command:
b2 sync b2://Paxeer-Network-archive-mainnet-snapshot <destination_path>PebbleDB
To use PebbleDB instead of GoLevelDB when using snapshots from Notional:
The build instructinos are in the alternative dbs section.
Download snapshot:
cd $HOME/.hyperpaxd/
URL_SNAPSHOT="https://snapshot.notional.ventures/Paxeer-Network/data_20221024_193254.tar.gz"
wget -O - "$URL_SNAPSHOT" |tar -xzf -Start:
Set db_backend = "pebbledb" in config.toml or start with --db_backend=pebbledb
hyperpaxd start --db_backend=pebbledbNote: use this workaround when upgrading a node running PebbleDB.
How is this guide?