We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TBD for yaci-store
A node snapshot can be downloaded from here. Download the snapshot and place the files within the CARDANO_NODE_DB Path.
CARDANO_NODE_DB
For mainnet the following command can be used to restore the snapshot:
curl -o - https://downloads.csnapshots.io/mainnet/$(curl -s https://downloads.csnapshots.io/mainnet/mainnet-db-snapshot.json| jq -r .[].file_name ) | lz4 -c -d - | tar -x -C ${CARDANO_NODE_DB}