i'm having a new problem with my wallet. I only have 2 active connections.
My dashboard says I have 257 EXCL Available.
When I try to send coins, I get an Insufficient funds error.
When I run RepairWallet, I get The following message.
{
"mismatched spent coins" : 1,
"amount affected by repair" : 250.00000000
}
When I run it again I get:
{
"wallet check passed" : true
}
However if I try and send coins again, it goes through the first time, but come up as conflicted. If I run RepairWallet Again after attempting to send coin, I get the same message above:
{
"mismatched spent coins" : 1,
"amount affected by repair" : 250.00000000
}
Any suggestions on how to move forward?
My last confirmed transaction receiving the 250 EXCL.
My first conflicted transaction is 'Darksend create Denomenations'
you could try starting wallet with -rescan,
but i find that to be generally not as useful as it should be.
the other thing to try is to convert your copy of the chain to a bootstrap, then import all the chain anew.
keep yr wallet.dat safe. what i often do is just duplicate the entire datadirectory folder.
stop exclusivecoin client
go into your datadirectory,
rename blk0001.dat > bootstrap.dat
delete 2x folders. database, txleveldb.
restart client.
the wallet should now say "importing blocks"
mine took about 30 minutes i think.