Snapshots & Archival Nodes
Snapshots
To aid with node syncing, the following snapshots are provided.
Provider | Mainnet (core-1) | Testnet (test-core-2) |
---|---|---|
Auto Stake | ||
BlueStake | ||
Bware Labs | ||
High Stakes | ||
Imperator | ||
Paranormal Bros. | ||
Polkachu | ||
STC Capital | ||
YTWOFUND | ||
Stakeandrelax | ||
Synergynodes | ||
Quicksync |
How to use the backups: Depending on the provider's snapshot, a specific URL above needs to follow a set of instructions. Each table URL has a number attached indicating the usage instructions.
[1] Method One - using wget
wget
Download Snapshot:
Stop your node.
Backup
~/.persistenceCore/data/priv_validator_state.json
.Extract archive:
Important, remove wasm cache which typically present at
~/.persistenceCore/wasm/wasm/cache/modules
Copy & Paste the
priv_validator_state.json
backup back in~/.persistenceCore/data/
.Start your node.
[2] Method Two - following the provider's instructions
Visit the provider's website (click the link in the table).
Follow the instructions provided.
Archival Nodes
To aid the retrieval of historical data, the following archival endpoints are provided.
Protocol | Provider | Mainnet (core-1) | Testnet (test-core-2) | Testnet (test-core-1) |
---|---|---|---|---|
RPC | AUDIT.one | https://rpc.persistence.audit.one | ||
REST | AUDIT.one | https://rest.persistence.audit.one | ||
WSS | AUDIT.one | wss://rpc.persistence.audit.one:443/websocket |
Last updated