Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT] Desktop 1.15 Release + Android Public Developer Testing Release
by
Testing Crypto
on 19/02/2015, 23:36:07 UTC
Can't sync my wallet,

checkwallet
{
"mismatched spent coins" : 4,
"amount in question" : 5234865.95013300
}
How to fix it?

http://www.mintcoinofficial.com/category/developer-resources/

Step 7 *optional*

If you would like to check your wallet for coins that may not be showing up in your wallet, click on “Help”, “Debug Window” and click on the Console tab.

Type Checkwallet to check for any coins that may be missing and should say “wallet check passed” : true

If it returns “Mismatched Coins” Type Repairwallet and it will fix your balance.


// If that doesn't work, try closing your wallet & adding this to your configuration file.

rescan=1

MintCoin.conf
Code:
rescan=1
listen=1
maxconnections=100
server=1
daemon=1
rpcuser=xxxxx
rpcpassword=xxxxx
rpcport=12789
rpcconnect=127.0.0.1