I can’t seem to update CNCLI using ./prereqs.sh -c
Also I am looking for away to download the DB snapshot it doesn’t seem to be working.
I can’t seem to update CNCLI using ./prereqs.sh -c
Also I am looking for away to download the DB snapshot it doesn’t seem to be working.
prereqs is deprecated … from now on you should use ./guild-deploy.sh
I am not sure what it is doing
press any key to continue
That just load GLIVE, it doesn’t update the CNCLI.
i think the command would be ./guild-deploy.sh -s c
Do you know the command for downloading the DB snapshots?
curl -o - https://downloads.csnapshots.io/snapshots/mainnet/$(curl -s https://downloads.csnapshots.io/snapshots/mainnet/mainnet-db-snapshot.json | jq -r .[].file_name ) | lz4 -c -d - | tar -x -C /home/cardano/cnode/
I believe the path in your case should be /opt/cardano/cnode/
but you must check first