So I got the blockchain synced overnight on the daemon (Ubuntu version). The tried opening my wallet (simplewallet) an got this:
2018-Jun-13 12:07:49.123020 ERROR [BlockchainSynchronizer] Failed to query blocks: NodeErrorCategory:5, Internal node error
I then downloaded the blockchain and tried again with the --data-dir parameter. Same error. I'm using the latest CROATCore package.
Whats up with this? How to fix it?
Hi, you can try to download blockchain backup, take a look at this video
https://youtu.be/W_L4lHt-PE4Latest backups are here
https://croatpool.com/blockchain/Good luck
Well I tried every possible way but it seems the CLI wallets are not up-to.date. The desktop wallet worked.
Cli wallet?
You need to start daemon first
./croatd --config-file configs/croat.conf
And then start simplewallet
./simplewallet --config-file configs/croat.conf
Yes I synced the daemon both over the network and from a blockchain snapshot. But I didn't know I needed the conf file for the wallet-clli as well. I just used the --daemon-port parameter and that doesn't work.
Thanks for the info.