hello!
i had my dcr wallet offline for a long while because i've lost connection to the host where it's installed.
once the host went online again, i've restarted the wallet and saw how all my live tickets went missed, amen...
i didn't re-enable staking, however after about two months from restart i notice most of my budget is still locked:
$ ./dcrctl --wallet getstakeinfo
{
"blockheight": 117763,
"poolsize": 40866,
"difficulty": 99.33280417,
"allmempooltix": 0,
"ownmempooltix": 0,
"immature": 0,
"live": 0,
"proportionlive": 0,
"voted": 285,
"totalsubsidy": 498.5092128,
"missed": 56,
"proportionmissed": 0.16422287390029325,
"revoked": 13,
"expired": 0
}
$ ./dcrctl --wallet getstakeinfo
{
"blockheight": 117763,
"poolsize": 40866,
"difficulty": 99.33280417,
"allmempooltix": 0,
"ownmempooltix": 0,
"immature": 0,
"live": 0,
"proportionlive": 0,
"voted": 285,
"totalsubsidy": 498.5092128,
"missed": 56,
"proportionmissed": 0.16422287390029325,
"revoked": 13,
"expired": 0
}
$ ./dcrctl --wallet getbalance "*" 1 all
1445.22367482
$ ./dcrctl --wallet getbalance "*" 1 locked
1038.48773844
why?
when can i expect my dcr to get unlocked?
thank you
If "rebroadcastmissed" won't help, recreate your wallet from seed. Be sure, that daemon is fully synced before recreate.
Add: I'm not sure is there also 256 block delay, starting from that point where you reconnected your wallet and tickets hit missed. If so, your funds are usable after that (around 24 hours)