TimeShares project will be renamed to TimeBank
what about updating and fixing the wallet. wont be much good if people are unable to withdraw and get their coins into addresses in time for the snapshot. support from exchanges can take days or more before they process stuck coins. needs to be a new update, make it a simple one, add checkpoints, stop the stuck transactions from happening and remove the unnecessary features like irc chat and encrypted messaging.
I think the stuck transactions don't happen if you use the newest wallet with a new wallet.dat and send your coins there.
And also
digit thanks a lot for your instructions I'm quoting you now, that's for ppl who could have any problem with Cinni wallet:
Use repairwallet in console everytime before sending/spending cinni and after staking to prevent the stuck transactions from happening, it takes just a few seconds and corrects the wallet balance after PoS. Stuck transactions occur because PoS gives the wrong number back to wallet sometimes and so it tries to spend from inputs that dont exist. repairwallet is a workaround to prevent this. To save backup:
dumpprivkey for each address you own that has a balance,
pay attention to change addresses you might have. delete wallet.dat (backup first, and rename it old).
importprivkey to the new wallet.dat. it will take a moment to import each address.
restart the wallet with -rescan. your wallet will be showing the correct amount.
dont ever use salvagewallet, its meant to be used as a last ditch attempt to retreive a corrupted wallet.dat because of power failure/bad write etc.
More detailed if someone need:
Ok this is how i managed to get my PoS working again after wallet update and also get back all my missing coins that where gone from my balance...
Credits for this go to "
digit" and "fox19891989" who from their posts and help i managed to solve my problems, i just took their combined info to make a nice clean guide.
Restoring a old wallet.dat backup from before the update and then using the old wallet solves it, but also leaves all the rejected PoS coins from the new wallet visible. So the following method is a better way which will tidy up your wallet and fix all problems caused with balances and will have you staking coins without a problem.
You will need to have your wallet unlocked at all times to carry out this fix
1. In NEW wallet make sure CoinControl is active (settings>options>display). Then go to send coins and click inputs in CoinControl panel, from there click on list view. Scroll through the list and right click on each address displayed there and copy the address then post it in notepad.
2. Now you have got all your addresses including the hidden change addresses time to export the private keys. Open the console still in the NEW wallet (help>debug window>console). Type into the console dumpprivkey
, where put your address here (example: dumpprivkey JVgfbKMk9MrdwZry7X6iCTunTtdS2h1fYP). Do this for each of the addresses you got in step one, after each dump your private key for that address will be shown in the console window, copy and paste each of these keys into notepad also best place would be below each of the addresses your copied earlier so you know which key is for each address.