Post
Topic
Board Altcoin Discussion
Re: Mintcoin Qt problem
by
gjhiggins
on 21/07/2014, 15:44:14 UTC
I am having a problem with the wallet opening ... Also I'm having difficulty finding the wallet.dat so I can backup.

Yes, that can happen for any number of reasons.

Unless you have a non-standard setup, you should be able to reproduce this:

Code:
$ ls ~/.MintCoin/
blk0001.dat  blkindex.dat  database/  db.log  debug.log  peers.dat  wallet.dat

There's your wallet, the wallet.dat file. Strictly speaking, you don't ever need to copy it back in to ~/.Mintcoin, you can restore within the wallet from a backup explicitly saved in , say ~/Documents/backupwallets/.

To get Mintcoin working again, first copy the wallet to a safe place then you can delete everything in that directory other than the wallet and start the MintCoin app again. Can't promise anything after that but the Ubuntu aspect is fairly standard, ~//wallet.dat.

~ is unix for $HOME;  cd ~ and cd $HOME are the same thing.

HTH

Cheers,

Graham