Updating DB & CNCLI 8.0.0 Cntools

image

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.

1 Like

prereqs is deprecated … from now on you should use ./guild-deploy.sh

I am not sure what it is doing

image

image

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

1 Like

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

2 Likes