Please help:
~/zeitcoin/zeitcoind repairwallet
{
"mismatched spent coins" : 2,
"amount affected by repair" : 85866.71799600
}
~/zeitcoin/zeitcoind sendtoaddress MguY2e5EaNoNNZ2kLn9rQVXzQWRCE7ZEXf 50000
error: {"code":-4,"message":"Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here."}
? ? ?
Are my coins lost? What's going on?
Let's at least find out what is going on, before a faulty zeitcoin starts eating more coins of more people.
These tx were incoming, into a linux wallet,
which I compiled myself:
{
"account" : "mining on pool",
"address" : "MsambFZruVoEPFzc6ti9LSftpb926qnbM9",
"category" : "receive",
"amount" : 35866.71799600,
"confirmations" : 23320,
"blockhash" : "00000000001e1d67ca0a5ba2eedc38815809486ff01f87b3cbe89a5ec0eba4af",
"blockindex" : 5,
"blocktime" : 1394078050,
"txid" : "9c393bd5bbb22783e7e9782e58fe77ef24210046f7fcd5aa5546f054203c98be",
"time" : 1394078050,
"timereceived" : 1394078050
},
{
"account" : "starterkit",
"address" : "MrhUBhS6KfpZEW3hfcbjiQUZm2sqtzowwZ",
"category" : "receive",
"amount" : 50000.00000000,
"confirmations" : 12895,
"blockhash" : "00000000073631bf830fb22ff8237586a267dd39e6013aa239efeda2712aedae",
"blockindex" : 1,
"blocktime" : 1394400588,
"txid" : "e2da93a4bbebf488b838b2badcd41e6e9a1c6aa630e930e2a8cdbab35fbb8305",
"time" : 1394400583,
"timereceived" : 1394400583
}
Then today, I tried to send them to my -qt wallet here in windows,
but they never arrived, so I had another look:
{
"account" : "",
"address" : "MYHsWpJJ34NewErMxtrWT4EaqJTiWkFUHY",
"category" : "send",
"amount" : -50000.00000000,
"fee" : -0.01000000,
"confirmations" : 0,
"txid" : "5b4e74dd33be62f1c0a45a1c7de7c6c887bf79b5a1f950d6ee4155814274632c",
"time" : 1394793611,
"timereceived" : 1394793611
},
{
"account" : "",
"address" : "Mkb9K2EVpLSHUYhZNAup3PTmSv1JmGLFh1",
"category" : "send",
"amount" : -35866.69799600,
"fee" : -0.01000000,
"confirmations" : 0,
"txid" : "d4228e99401bc33c16d5b669ede20fb7310ac76b822193f6c6116b0dda1f8c65",
"time" : 1394793649,
"timereceived" : 1394793649
}
> "confirmations" : 0,
They don't get confirmed.
I tried to repair the wallet with the above command.
Then I deleted the block chain, and re-downloaded it.
Then I tried
~/zeitcoin/zeitcoind stop
~/zeitcoin/zeitcoind -rescan &
which after while resulted in this:
~/zeitcoin/zeitcoind getinfo
{
"version" : "v1.0.1.0",
"protocolversion" : 60006,
"walletversion" : 60000,
"balance" : 71726.66398800,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 37928,
"moneysupply" : 21997735698.50000000,
"connections" : 8,
"proxy" : "",
"ip" : " . . . ",
"difficulty" : 28.82134059,
"testnet" : false,
"keypoololdest" : 1394055352,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
But when I send coins, I get this strange message:
~/zeitcoin/zeitcoind sendtoaddress MYHsWpJJ34NewErMxtrWT4EaqJTiWkFUHY 50000 starterkit starterkit
error: {"code":-4,"message":"Error: The transaction was rejected.
This might happen if some of the coins in your wallet were already spent,
such as if you used a copy of wallet.dat and coins were spent in the copy
but not marked as spent here."}
Which is not what I did.
Please help me liberate my coins!
They are stuck somewhere, but where?
What can I do?