Hello, I have a lot of locked coins but i have no open tickets. As you can see in these outputs below. But it still says that i have a lot locked by tickets. How is this posible and is there a way to get them back? I have only done voting for myself in the past not a pool and the last voting i have done was over 5 months ago. I hope someone can help me. Code: dcrctl.exe --wallet getbalance account { "balances": [ { "accountname": "account", "immaturecoinbaserewards": 0, "immaturestakegeneration": 0, "lockedbytickets": 1000, "spendable": 200, "total": 1200, "votingauthority": 0 } ], "blockhash": "00000000000001b26771aa07acf698e9aedadc5f09359a4f6e8b1106398dec4e" } dcrctl.exe --wallet getstakeinfo { "blockheight": 107303, "poolsize": 43502, "difficulty": 129.98051216, "allmempooltix": 0, "ownmempooltix": 0, "immature": 0, "live": 0, "proportionlive": 0, "voted": 612, "totalsubsidy": 1300, "missed": 53, "proportionmissed": 0.1444141689373297, "revoked": 30, "expired": 3 }
One of the other threads is for your (likely the same) issue. Try: Code: dcrctl --wallet rebroadcastmissed If there are missed tickets out there that haven't been revoked yet, that'll handle it and you'll get your DCR back after 256 confirmations.
Unfortunatly this didn't help anything. I have tried it at block 107457 and atm it is at 10779 I did dcrctl.exe --wallet rebroadcastmissed and dcrctl.exe --wallet rebroadcastwinners But unfortunately it didn't change anything
What result message did you receive after you rebroadcastmissed? It may sounds dumb but did you include your username and password as part of the command line? i.e : dcrctl.exe -u XXX -P xxxx -wallet rebroadcastmissed
I'm quite sure there's some output when the command is executed judging from my past memory but i can't remember exactly what but it should not be empty. If there's no output, chances is that it wasn't executed at all. Not sure what happened there, what version did you use? Maybe there was a change in the command line if it's the latest 0.8.0?
I am using 0.8.0 yes but I didnt see any output. If something went wrong there should be an error normaly I think.
I would reseed your wallet and it should fix itself. There's a possibility that something went wrong and the db is corrupted.
What version were you using prior to v0.8.0? Somewhere along the way, there was an update that required you to rebuild your wallet from scratch. If you are using the original wallet you created from 0.1.0 or the like, you may be experiencing issues like this. Try renaming your wallet.db and recreating your wallet from your seed. Alternatively, you can try using Paymetheus or the web wallet to see if those will see your funds.
I already have recreated my wallet. I even did it on a completly different computer and there is the same problem. So it can't be my databse.
I think i still have tickets that i missed but can't revoke Code: { "hashes": [ "500236e9b34e638f8340306be89d5c202f54e15e65e6ec7960cea7504346ea03", "008820ac6fe21730a2b9919024c603f9d394c83d63cc5771a17fd9e9192a5b1c", "09f352a42c3673c85a84d192f075cccbf14efc90c1be8cc6e849a608a539a62a", "9ba680daf1151a62147c1e8e6e94c8e6597e86dea77ca2bd16b95711140b362d", "95ad89da7ed693ab6a65d030b7106c7513754a1f4d3522cb2833d6fa48e10b34", "9a4968dade712b7ffd58015b1d1827bf81ed1e9b40436006d5ff1d577c13b934", "62c82e010f4305d3159f00ad5d52c2b06a7a88fe6a5f6fd674ee818863a82e3d", "7f74ec124e1695075912b09fd3e8081c4e1dec084573017d25b006a9dd92f13d", "20cfcee62cf08c63f78a73176685052a216032be08d1f6b33968f3c2c403f953", "7e9ef059a0074b1c4a30cceca0cf468286dd3d727bfd33761547fcdd582f9856", "619489d019a10484bdccc0e5232f5aa4fe6eac4167a735a6281e9f70aea9566b", "ddc5dd3e1c31fde92630ef51b32d819461c55c30e3444996820bbe0801d0916e", "e405e6a4b1626350617996220f7ca6816a537fa8580ed6b4493d7a059a66de6e", "0e028ac6e417e48220bc2b2d8f054a49faa804edd563945cb38c47dc8e2ff778", "3a9c35f2e630dfe77b7d0bc40d55a6ddb1f13524e51cf20c3ed2e03a5327f884", "84ec0b3636bd6ea482a80e7c04ff096fd41ade90af36478eb1c1d1b2a2010d8a", "2eb5cfdf8109ac61884813b7666f1e43541fe578dc58a08a730daaa4bd5c2fa0", "6f7bc1423bc5e47e0ad68ae90ead98af0f72905f05a68d66cdf9a96284b6eaac", "9bf8d946f6c3dc29e56bd00793df88f6b647014785f562778e26db78b55a27b3", "a95953cfaf04126726064c4eaabb8fede613f7988f1aea8d7460742ca98cc8c8", "b1fd61da935814c47b99232b17de9984868972ed3913ddabb2bd314f144d45d4", "1de02b888d123199109ee0a7b50ef3759e1b30d29133fc15b3b8bc3539d69ce1", "f2f8c98e31b1eddc62432b9471a7f288ddb407e128952fbcda77f34e1f66b0fc" ] } Is there a way to revoke those tickets? they are all already missed. I tried: rebroadcastmissed rebroadcastwinners notifynewtickets notifyspentandmissedtickets notifystakedifficulty notifywinningtickets Is there anything else that i can do?
Please make sure that you are running the wallet with --enablevoting and that the wallet is unlocked.
Thanks that worked They are now immaturestakegeneration but i think that will solve itself after some time.