Post
Topic
Board Announcements (Altcoins)
Re: [SDC] The Shadow Project | Anon POS | Ring Sigs | Decentralized MarketPlace (w)
by
LongAndShort
on 08/04/2015, 20:02:34 UTC
my balance shows incoming 10 shadowcash unconfirmed that i never sent, been unconfirmed for a couple of days, can anyone shed a light as to what this is?

thanks

try going to the debug console and typing

Code:
repairwallet

wait for a time untill it outputs some information then restart the client. That might help.
Furthermore, if you type "help" in that debug console it will give you a list of commands you might like to use one day in this very kind of situation.

hi longandshort,

i just typed repairwallet and it says



{
"mismatched spent coins" : 16,
"amount affected by repair" : 86302729806.78607178
}


i sent many transactons and it never needed any confirmation, it was straight in my wallet

but this time it says unconfirmed and the weird thing is that its not even my money, i never sent this transaction

Ok , so is it gone now?

If not then please run these commands. They will clear all your transactions from the wallet.dat then scan the blockchain and add them all back so you can see them in your wallet.dat.

Firstly, remove all the transactions from your wallet.dat (don't fret its only from your wallet.dat and not the chain that your wallet.dat holds the keys to)
Code:
clearwallettransactions
Wait for it to output information then restart the client and then run this command. It will scan the blockchain and add all of the transactions back to the wallet.dat as it sees them on the blockchain. (it will take some time depending on how many transactions you have made using this wallet.dat so just be patient Smiley

Code:
scanforalltxns 1

Restart the client when its finished and report back to us with the outcome please Smiley