Hi guys!
I’m running zcashd.exe v.5.2.0 on Win10 from Zecwallet.Fullnote-1.8.3-win.zip. It seems to run well, so when I run zcash-cli.exe getinfo I get json array.
But if I run Zecwallet Fullnode.exe I get these message error:
Error calling z_gettotalbalance with [0]
{“code”:-28,“message”:“This wallet operation is disabled while reindexing.”}
Caught error: [object Object] - [object Object]
Error occurred in handler for ‘doRPC_IPC’: {“code”:-28,“message”:“This wallet operation is disabled while reindexing.”}
Error calling z_listunspent with [0]
{“code”:-28,“message”:“This wallet operation is disabled while reindexing.”}
Caught error: [object Object] - [object Object]
Error occurred in handler for ‘doRPC_IPC’: {“code”:-28,“message”:“This wallet operation is disabled while reindexing.”}
Error calling listunspent with [0]
{“code”:-28,“message”:“This wallet operation is disabled while reindexing.”}
Caught error: [object Object] - [object Object]
Error occurred in handler for ‘doRPC_IPC’: {“code”:-28,“message”:“This wallet operation is disabled while reindexing.”}
Error calling listtransactions with
{“code”:-28,“message”:“This wallet operation is disabled while reindexing.”}
Caught error: [object Object] - [object Object]
Error occurred in handler for ‘doRPC_IPC’: {“code”:-28,“message”:“This wallet operation is disabled while reindexing.”}
Error calling z_getbalanceforaccount with [0]
{“code”:-28,“message”:“This wallet operation is disabled while reindexing.”}
Caught error: [object Object] - [object Object]
Error occurred in handler for ‘doRPC_IPC’: {“code”:-28,“message”:“This wallet operation is disabled while reindexing.”}
How can I see zcashd reindexing % progress?
Thanks, Ale