-
Notifications
You must be signed in to change notification settings - Fork 3
6. Install Cardano Node
shleger edited this page May 6, 2024
·
1 revision
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.
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}