Hello,
I have my zcash node synced since some months, zero problem,
After 5.2.0 update, I try to re launch my node, and was killed (use to much of ram) and crash my other apps…
Use -rescan parameter don’t have result, the same.
limit mempool don’t have result…
This is still an ongoing issue and the best solution to regain access to your funds I think is to import your sapling and transparent private keys into a light wallet.
I am seeing the same issue with v5.2.0. It increases mem usage until it crashes and does this repeatedly, staying stuck at around 96% synced. Until this is fixed in zcashd, I would recommend using the below two Light client wallets.
Does not yet support/show Orchard Funds as far as I can tell (but it might)
Feature-rich / advanced config mobile wallet
As far as I can tell, right now Orchard funds can be restored via Seed Phrase (not private key). Sapling/Transparent funds can be restored via Seed Phrase AND private keys.
Seed Phrase seems to be the only way to restore Orchard funds as far as I can tell. I am unable to export private keys for any Unified / Orchard addresses. Since the NU5 update, zcashd forced a backup of the wallet by creating a seed phrase before allowing the creation of an Account and subsequently any Unified Addresses linked to that account. That seems to be the preferred way for now at least.
I have found a solution, work for me.
I launch ./zcashd -reindex . There is 2 step,
reindex blocks
‘redownload’/check blocks
Once step 2, zcashd crashed… So I wait synced to 2% in step two, I stop it and relaunch by ./zcashd -daemon (it will restart at step 2) and now it’s synced…