Open softminus opened 2 years ago
Starting up zecwallet-lite-cli after a period of not using it, and it stays at
zecwallet-lite-cli
sasha_work@seasonal-dream zecwallet-light-cli % ./target/debug/zecwallet-cli Lightclient connecting to https://lwdv3.zecwallet.co:443/ id: 1, blocks: 0%, decryptions: 0%, tx_scan: 0% id: 1, blocks: 0%, decryptions: 0%, tx_scan: 0% id: 1, blocks: 0%, decryptions: 0%, tx_scan: 0% id: 1, blocks: 0%, decryptions: 0%, tx_scan: 0%
while using up lots of CPU for extremely long (I haven't seen it complete yet). Running it with -n does get it to the command, but then doing sync causes this likewise to happen. This is on 059be6208d7f1a753eefe8a899ed75bb2ba2bb49
-n
sync
Can you try a couple of things:
cargo build --release
Trying this now, thanks for your quick reply!
Starting up
zecwallet-lite-cli
after a period of not using it, and it stays atwhile using up lots of CPU for extremely long (I haven't seen it complete yet). Running it with
-n
does get it to the command, but then doingsync
causes this likewise to happen. This is on 059be6208d7f1a753eefe8a899ed75bb2ba2bb49