Wallet stopped on Dec. 27, 2016 at 4:45:29

I cannot figure out why my wallet stopped. I have 10 connections. Blockchain synchronized: 90.41%

~/zcash/src/zcash-cli getinfo
{
“version” : 1000050,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 29121,
“timeoffset” : 0,
“connections” : 9,
“proxy” : “”,
“difficulty” : 633696.77490271,
“testnet” : false,
“keypoololdest” : 1477689716,
“keypoolsize” : 105,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “”
}

What do I need to do?

First off, have you updated to v1.0.4?

Regardless, first thing, backup your wallet.dat file from ~/.zcash before trying any of this!

If you haven’t, stop zcashd (with zcash-cli stop) and upgrade first.

Then start zcashd with the -reindex or -rescan flags, not sure which one to try first.

Thanks, that worked.

1 Like