Bitcoin qt synchronization problems!

1

So bought my first Bitcoins the other day (27 & 28/11/13) on localcoins, then transferred them to a MultiBit wallet. No problems.

I decided to use a 'safer' wallet, therefore I moved the coins to a Bitcoin qt wallet. The last few days I've been waiting for the blockchain to sync..got to 97% then my comp crashed.

I reopened bitcoin qt, and now it's syncing from zero again...just as slowly.

What should I do? Is there a way to open a another wallet, get my coins there?

user9800

Posted 2013-12-01T08:35:35.907

Reputation: 21

Answers

1

I sorted it out through Blockchain eventually and was able to move my BTCs somewhere else..phew..

Blockchain wouldn't let me import my qt wallet over Firefox but with Chrome, no probs. Then I had to import priv key (dunno why) aswell then bingo!

user9800

Posted 2013-12-01T08:35:35.907

Reputation: 21

0

As long as you have your wallet.dat , that's where your coins are . Back it up and back it up again.

Start bitcoin-qt.exe from command line with -rescan command and see if that makes a difference.

Is bitcoin-qt not showing your balance as unconfirmed ?

user1202278

Posted 2013-12-01T08:35:35.907

Reputation: 109

I'm eally really not techie...I'm on a Mac..not sure what you mean by 'command line with rescan'user9800 2013-12-01T09:27:07.693

I found the above link. Is it legit or an elaborate wallet stealing look alike website. Figure it's better to be safe(paranoid) than sorry.user9800 2013-12-01T09:32:21.700

And no...no balance and no unconfirmed balance toouser9800 2013-12-01T09:33:37.253

If you got to your bitcoin data directory (/Library/Application Support/Bitcoin/) is your wallet.dat there?user1202278 2013-12-01T09:34:41.340

Yes, It's there. Ive backed it up on a usbuser9800 2013-12-01T09:38:28.197

If it is there launch bitcoin-qt and let the blockchain download. It will take a while, if qt hangs or is unresponsive just leave it and it will come back to life. I was in a similar boat to you yesterday. Don't worry the coins are in your wallet.dat , you still have the coins.user1202278 2013-12-01T12:08:50.290

I don't have a mac but try starting bitcoin-qt with the -rescan command. You will need to read up on how to do that on the docs or wikiuser1202278 2013-12-01T12:09:34.513

Bitcoin qt is refusing to openuser9800 2013-12-01T12:11:57.757

0

Now that you've found the wallet.dat file you should indeed import it into blockchain.info and then, and this is very important, send the coins back to an address in your multibit wallet. Why? Because blockchain.info is convenient for casual use but is not safe for storing large amounts i.e don't make a habit of it. You should never have moved your coins from multibit in the first place.

Also backup your multibit wallet as well. You can find out the location of the wallet file in multibit window title bar.

Abdussamad

Posted 2013-12-01T08:35:35.907

Reputation: 1 850

OK, I've tried importing my wallet (qt) into blockchain with no success. I followed procedure to a T. Don't know what Im doing wrong.user9800 2013-12-01T11:43:10.780

I'm starting to freak out. My qt wallet doesn't seem to have any data in it (70KB). Is this right? WTF is happening?user9800 2013-12-01T11:49:32.933

Plus bitcoin qt will not open up now 'unexpectadly quit'user9800 2013-12-01T11:52:03.273

Calm down. As long as you have the wallet.dat file you are ok. The wallet.dat file isn't usually very large 70KB is not unusual. This is what I suggest you do a) backup your wallet.dat file again to a new USB drive/DVD/CD whatever just to be safe b) locate /Library/Application Support/Bitcoin/ and delete all the files in it c) copy the wallet.dat file from backup into that folder c) start up bitcoin qt again and let it sync with the network d) when it's done syncing (it can take a week) send the coins to an address in your multibit wallet.Abdussamad 2013-12-01T11:58:15.890

If you need additional help I suggest registering and posting on bitcointalk forums. It is easier to converse about this over there because communication can be two way.Abdussamad 2013-12-01T12:00:09.803

When you say 'delete all the files' I'm not 100% what you mean? The blocks or ?? Sorry for being such a newbieuser9800 2013-12-01T12:02:43.040

OK. did what was suggested.Up and running again. Now just gonna wait 5 days or so for sync. Is there any way I can be secure that my coins are safe?user9800 2013-12-01T12:41:46.780

0

If you are downloading the blockchain from scratch I strongly recommend using the bootstrap.dat file, which allows your computer to simply verify blocks and import them without needing to download for days or even weeks on end.

The main issue with downloading from the network is that your client will only download one block at a time. It starts with block #1 and will not try to download anything except for block #2 after block #1 is verified, and so on. As you can imagine, with network latency this can become a rather painful process, as you have endured.

The bootstrap.dat file is widely available on bittorrent, torrent files can be found here: http://sourceforge.net/projects/bitcoin/files/Bitcoin/blockchain/

Direct torrent link: http://sourceforge.net/projects/bitcoin/files/Bitcoin/blockchain/bootstrap.dat.torrent/download

Downloading the bootstrap.dat file is just as secure as downloading the blockchain from peers, but since all the data is already there, the only latency you suffer between blocks is going to your hard drive and finding the next block.

You simply need to place the bootstrap.dat in your %appdata%\Bitcoin folder, (on linux/unix in your .bitcoin folder) the file will be renamed bootstrap.dat.old when the data import is complete. Using this it took me only 4 hours to catch up with the network, as opposed to the 1-2 weeks it took me before reformatting on the same computer.

Mark

Posted 2013-12-01T08:35:35.907

Reputation: 1 647