Node/Wallet not synch. 99.99%

Hi. The cardano can’t sync. cardano-node and cardano-wallet work.

curl https://127.0.0.1:8090/v2/network/information --cacert ~/cert/server/ca.crt --cert ~/cert/client/client.pem
{"network_tip":{"time":"2021-08-16T11:13:33Z","epoch_number":284,"absolute_slot_number":37546122,"slot_number":221322},"node_era":"mary","node_tip":{"height":{"quantity":6118955,"unit":"block"},"time":"2021-08-16T08:13:29Z","epoch_number":284,"absolute_slot_number":37535318,"slot_number":210518},"sync_progress":{"status":"syncing","progress":{"quantity":99.99,"unit":"percent"}},"next_epoch":{"epoch_start_time":"2021-08-18T21:44:51Z","epoch_number":285}}

Cardano-wallet log:

[cardano-wallet.pools-engine:Warning:60] [2021-08-16 11:13:54.03 UTC] Syncing (99.99% percent) Applied 0 blocks, 0 rollbacks in the last 30.0009074s. Currently at slot 37535318. (progress decreased)
[cardano-wallet.wallet-engine:Warning:44] [2021-08-16 11:13:54.04 UTC] 0fbe6129: Syncing (99.99% percent) Applied 0 blocks, 0 rollbacks in the last 30.0008762s. Currently at slot 37535318. (progress decreased)

What is your hardware setup?

image
Ubuntu 18.04
Storage: 40GB

Your specs seems to be fine. In this case, go to your Cardano node directory, and try to reset the database:

rm -rf db

This might solve your issue.

I’ve already tried it.
Cardano-node log is correct. This error in cardano-wallet log.

сardano-node version
cardano-node 1.27.0 - linux-x86_64 - ghc-8.10
git rev 8fe46140a52810b6ca456be01d652ca08fe730bf
cardano-wallet version
v2021-06-11 (git revision: 1532352c75cfe02015873c4c82b0d76eb798dfd8)

Well, cardano-node 1.27.0 is compatible with cardano-wallet version 2021-06-11, so being a compatibility issue is out of the question.

This might be too obvious, but did you try to restart your cardano-wallet?

Yes. I rebooted cardano-wallet and cardano-node. I removed db node and synchronized node and wallet. I restored wallet. This is the situation on 2 different virtual machines.

Then if that’s the case, I would uninstall/remove the cardano-wallet, and install again using a different builder. Make sure you install the required dependencies if you are using “stack” or “ghc”.

I download compiled files here:

https://github.com/input-output-hk/cardano-wallet/releases/download/v2021-06-11/cardano-wallet-v2021-06-11-linux64.tar.gz

Build it yourself: Building · input-output-hk/cardano-wallet Wiki · GitHub and see how it goes.

I personally would go with Cabal.