Links

Snapshots & Archival Nodes

On June 15th, 2023, test-core-1 will be deprecated. The new official testnet will be test-core-2. Would request all the current validators to migrate their nodes before that!

Snapshots

To aid with node syncing, the following snapshots are provided.
Provider
Mainnet (core-1)
Testnet (test-core-2)
Testnet (test-core-1)
Auto Stake
https://snapshots.autostake.net/core-1/
https://snapshots.autostake.net/test-core-1/
BlueStake
https://persistence.bluestake.net/
Bware Labs
https://bwarelabs.com/snapshots
https://bwarelabs.com/snapshots
High Stakes
https://tools.highstakes.ch/snapshots/persistence
Imperator
https://imperator.co/services/persistence
Paranormal Bros.
https://persistence.paranorm.pro/#snapshot
Polkachu
https://polkachu.com/tendermint_snapshots/persistence
https://polkachu.com/testnets/persistence/snapshots
STC Capital
https://stc.capital/snapshot/xprt
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

  1. 1.
    Download Snapshot:
    cd ~/.persistenceCore && wget -O persistence_snapshot.tar.gz <SNAPSHOT_URL>
  2. 2.
    Stop your node.
  3. 3.
    Backup ~/.persistenceCore/data/priv_validator_state.json.
  4. 4.
    Extract archive:
    tar zxf ~/.persistenceCore/persistence_snapshot.tar.gz
  5. 5.
    Important, remove wasm cache which typically present at ~/.persistenceCore/wasm/wasm/cache/modules
  6. 6.
    Copy & Paste the priv_validator_state.json backup back in ~/.persistenceCore/data/.
  7. 7.
    Start your node.

[2] Method Two - following the provider's instructions

  1. 1.
    Visit the provider's website (click the link in the table).
  2. 2.
    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 modified 4h ago