3
My primary PC died last month due to what I believe is a motherboard error. My EVGA board displays "FF". The fans, drives, everything powers up as usual. But I don't hear any beep, no POST, no BIOS, just nothing.
Since then I've taken up residence on a box much more modest than what I'm used to, but I've used it as an opportunity to learn Linux. Nothing like jumping in head first.
Luckily I have a backup wallet.dat file taken at some point after my last known transaction. I changed the filename of the file in the directory, then renamed my backup as wallet.dat and loaded up Bitcoin Core on Linux Mint 13 Maya.
It was partially successful. I could view and export a list of every transaction I've ever made with my desktop wallet. I opened my CSV file in Calc and found the total sum of transactions left the balance equal to what I remember last having in the wallet.
However, the wallet has no balance and all the transactions have a "conflicted" status. Do I need to download the blockchain first? Is it worth my time to download bootstrap.dat?
After my funds are accessible in Bitcoin Core, how do I then move them to Electrum?
I downloaded
bootstrap.datand placed it in~/.bitcoin. After loading Bitcoin Core, it began importing blocks from disk and has been importing ever since.<br>I can use the command line to extract the private keys from Bitcoin Core. – RasterVector – 2014-05-14T22:24:59.960I tried the instructions for switching. The example they gave was for OS X, but under Linux I ran
electrum -w ~/path/to/wallet.dat. It saysFile "/path/to/wallet.py", line 123, in readraise IOError("Cannot read wallet file."). Any thoughts? – RasterVector – 2014-05-14T22:51:03.690Unless you're going to wait for the blocks to be synchronized from the beginning you better export the private keys, import them to Electrum, go to the Send tab, in amount hit ! (exclamation) key and send to one of your Electrum addresses. Make sure you have the Seed properly written in paper and in a safe place. – rdymac – 2014-05-15T05:45:27.810