Post
Topic
Board Beginners & Help
Re: How to import btc wallet from usb into Bitcoin-qt using ubuntu 13.10
by
Dare
on 10/04/2014, 03:00:53 UTC
Yes, the wallet.dat file is from the bitcoin client. I did a rescan at the terminal and it said command not found.

First, close bitcoin-qt and stop bitcoind if it's running. If there is a wallet.dat in ~/.bitcoin, back it up and then replace it with the one from your USB drive. The restart bitcoin-qt (or bitcoind) with the --rescan flag, and give it a few hours (depending on your system) to rescan the blockchain for transactions in that wallet. Example: "bitcoin-qt --rescan". If that returns something along the lines of "bitcoin-qt: command not found", make sure you're in the same directory you compiled bitcoin in and run "./bitcoin-qt --rescan", or make sure it is installed properly and try again without the "./".