Cardano Node Sync stuck

Out of interest here is the CPU usage during sync

Screenshot 2022-01-15 at 21.37.24

To be honest, I only have the Daedalus node running, here. And I only start it, when really needed, because it slows down everything else.

The advertisement is that 1.33.0 should use less disk space, though, perhaps at the expense of some sync time and CPU usage?

Yes going to just do Deadalus from now on.

So do I need to put Token Name in plain text due to cli version currently ?

Am guessing cardano-cli --version should come back with something ?

Yes, cardano-cli --version should come back with 1.30.1 if you are using the one bundled with Daedalus.

And since 1.30.1 is less than 1.31.0, you should put the token names in cleartext, not in base16 into the command line parameters.

(They are always in cleartext in the metadata.json in any version. There is a thread somewhere here, where some people got bitten by that.)

Ok thanks I will be testing once both nodes on Deadalus have installed.

If I wanted to go ahead and delete the binary nodes should I delete the whole folder essentially ~/cardano-src/cardano-node

Yes, if I remember your setup correctly, that would remove everything including the databases.

Hi

Tested again today and I can query Mainnet through Deadalus here is my Cardan-cli version

/Applications/Daedalus\ Testnet.app/Contents/MacOS/cardano-cli --version
cardano-cli 1.30.1 - darwin-x86_64 - ghc-8.10
git rev 0fb43f4e3da8b225f4f86557aed90a183981a64f

/Applications/Daedalus\ Testnet.app/Contents/MacOS/cardano-cli query tip --mainnet
{
“hash”: “8380a134006154467a8efc63599fb0c1f89525a61716383689d125a2eb5f404d”,
“block”: 6764139,
“slot”: 50782744,
“syncProgress”: “100.00”,
“era”: “Alonzo”,
“epoch”: 315
}

So thats good