HELP!!! missing mint coin
I opened my wallet today and it shows half of my original amount. But there have been no transactions out.
The block explorer is showing the correct balance, but it also shows 2 tranaction that don't appear in my wallet software. Can anyone help?
This is shown in wallet
Confirmed Date Type Label Address Amount ID
FALSE 2014-04-09T18:20:01 Mined 11170.83726 f41bc83efcac08d87d2acbd85b1a521021d020e72c46594f00a527ab2e56549d-000
TRUE 2014-03-20T18:32:56 Mined 22164.59068 30c134f8ce7467c41bc132b7fc10bf00be286d40c4a4f465cd75d013fdda2c27-000
TRUE 2014-02-28T16:20:00 Received with MkVZTqzDgXnukasEE9MaM2AFUyo2AqzNTC 2013185.783 03201d87bb981a3689f03b72c54c66d025423c4d4d69c2a0481efb69d4540f8d-000
This is the address link
http://mint.blockx.info/get/address/MkVZTqzDgXnukasEE9MaM2AFUyo2AqzNTCWallet is showing a balance of 1017675.18
According to the block explorer; you previously had 2013185.783204 in a single TX
Then you minted a PoS block on block #149290 ; and in a single transaction you spent your 2013185.783204 and received 1017675.18+1017675.193888 (this sum is a little higher than what you spent, is result of minting).
These 3 transactions (1 removal and 2 additions) happen altogether, they either get accepted together, or they don't get accepted. Everything seems fine on the blockchain, these 3 account movements are together in a single transaction. It's probably a display issue on your side.
Can you remove everything except your wallet.dat and then let mintcoin sync?
Please do take a backup of wallet.dat first. Let us know about the result.
I will check the source code, but every PoS block happens this way (an input transaction is split into half, some minted amount is added, and both halves are sent back to the source address -- all in a single atomic transaction that cannot be separated into subtransactions), I doubt there's a problem in the source code.