Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: smolen on October 19, 2013, 07:10:45 PM



Title: Solution for unconfirmed transaction issue
Post by: smolen on October 19, 2013, 07:10:45 PM
Somehow my Quark wallet managed to create an invalid transaction :( I didn't dig too deep to find the root of the problem, but found quick and dirty way to get my Quarks back.
1) Backup the wallet.dat
2) Change
Code:
        else if (strType == "tx")
in file walletdb.cpp to something like
Code:
        else if (strType == "tx!!!")
3) Recompile
4) Restart wallet executable

Now it "forgets" invalid tx and coins are available again.