Author

Topic: bitcoin wallet - on a new computer? (Read 1225 times)

hero member
Activity: 672
Merit: 507
LOTEO
July 24, 2014, 05:08:44 PM
#11
My main computer used for my wallet recently suffered a major issue when a power outage has rendered it unusable. It's probably motherboard and/or power supply. In the meantime, is there a way to get my wallet working on another machine? I installed bitcoin-qt and it's synchronizing with the network but it's probably not going to be the same address.

I have my bitcoin address and my passphrase. Any help is much appreciated.

Try importing the wallet.dat files. If you cannot access your disk using windows, access the filesystem using a linux livecd. (do not install it to the computer, just boot), then copy the files. Import in a bitcoin client, and quickly export the private keys.
legendary
Activity: 910
Merit: 1000
★YoBit.Net★ 350+ Coins Exchange & Dice
July 23, 2014, 09:25:39 AM
#10
Hmmm quite ingenious doing that, didn't think of it.. Thanks Smiley
Dunno if OP can do it if the m/b died on the other computer, but its a trick I will keep in mind when my new laptop arrives any day.

Ok, taking a crazy amount of time to sync...I'll give it a go once it's done. Thanks everyone!

Turn on bitcoin on both pcs while connected to the same network.  On the new pc add a connect=123.13.123.123 to the config or command line of bitcoin where you replace the ip with the lan ip of the old pc.

Sync will go much quicker as the nodes will talk to each other rather than over the internet.  

Once it's done you can remove bitcoin form the old machine.  Also remove the connect line from the new machine's config.


sr. member
Activity: 362
Merit: 261
July 21, 2014, 08:09:46 AM
#9
Ok, taking a crazy amount of time to sync...I'll give it a go once it's done. Thanks everyone!

Turn on bitcoin on both pcs while connected to the same network.  On the new pc add a connect=123.13.123.123 to the config or command line of bitcoin where you replace the ip with the lan ip of the old pc.

Sync will go much quicker as the nodes will talk to each other rather than over the internet.  

Once it's done you can remove bitcoin form the old machine.  Also remove the connect line from the new machine's config.



I didn't heard about this. Will this faster the syncing process(via localhost)? Should I replace the IP or add it to config?
Kindly,
       MZ

If you have multiple pcs running bitcoin core on the same LAN you can make sure that they sure they sync to each other using connect or add.  Otherwise you might have multiple pcs downloading the blockchain from the internet.
https://en.bitcoin.it/wiki/Running_Bitcoin

See qoute below:
Right now there isn't a port number setting to do that.  It's a feature yet to be implemented.  You can only set up your NAT to port-forward to one of the computers.  (I said something earlier about NAT port translation, but that wouldn't work, other nodes wouldn't know to connect to that port)

If you want, as a small optimization, you could run the rest of your computers as:
bitcoin -connect=

so they get all their network communication from the first computer and don't all connect over the net individually for the same information.  This saves bandwidth, although it doesn't use much bandwidth to begin with, so it wouldn't really matter unless you had tons of computers.

For redundancy in case the first computer goes down, you could have two that connect out and the rest connect to both of them.  The first two are run normally, the rest are run like:
bitcoin -connect= -connect=
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
July 21, 2014, 07:18:57 AM
#8
Ok, taking a crazy amount of time to sync...I'll give it a go once it's done. Thanks everyone!

Turn on bitcoin on both pcs while connected to the same network.  On the new pc add a connect=123.13.123.123 to the config or command line of bitcoin where you replace the ip with the lan ip of the old pc.

Sync will go much quicker as the nodes will talk to each other rather than over the internet.  

Once it's done you can remove bitcoin form the old machine.  Also remove the connect line from the new machine's config.



I didn't heard about this. Will this faster the syncing process(via localhost)? Should I replace the IP or add it to config?
Kindly,
       MZ
hero member
Activity: 658
Merit: 500
July 21, 2014, 05:34:43 AM
#7
Download a linux live cd and bootup your old pc with a USB flash disk, copy your wallet.dat on to the flash disk and hopefully you can recovery your wallet.
sr. member
Activity: 362
Merit: 261
July 21, 2014, 04:49:54 AM
#6
Ok, taking a crazy amount of time to sync...I'll give it a go once it's done. Thanks everyone!

Turn on bitcoin on both pcs while connected to the same network.  On the new pc add a connect=123.13.123.123 to the config or command line of bitcoin where you replace the ip with the lan ip of the old pc.

Sync will go much quicker as the nodes will talk to each other rather than over the internet.  

Once it's done you can remove bitcoin form the old machine.  Also remove the connect line from the new machine's config.

newbie
Activity: 36
Merit: 0
July 19, 2014, 09:44:58 PM
#5
Ok, taking a crazy amount of time to sync...I'll give it a go once it's done. Thanks everyone!
legendary
Activity: 4060
Merit: 1303
July 19, 2014, 09:30:41 PM
#4
Windows, yes. My other computer is an iMac. I thought about copying that file over to the folder on my Mac...you think it would work?

Probably. But back it up no matter what.  Wallet.dat has your keys.
newbie
Activity: 36
Merit: 0
July 19, 2014, 09:00:36 PM
#3
Windows, yes. My other computer is an iMac. I thought about copying that file over to the folder on my Mac...you think it would work?
hero member
Activity: 742
Merit: 502
Circa 2010
July 19, 2014, 08:55:31 PM
#2
I'm assuming your running windows right?

Anyway, after you've finished syncing the blockchain you can copy your wallet.dat over to your new machine and replace the one Qt generated on your new machine. If you've somehow used the new wallet for spending/transactions then you'll need to backup the private keys and reimport them later.

You can find you wallet.dat on your old machine here:
Code:
C:\Users\YourUserName\Appdata\Roaming\Bitcoin
newbie
Activity: 36
Merit: 0
July 19, 2014, 08:08:51 PM
#1
My main computer used for my wallet recently suffered a major issue when a power outage has rendered it unusable. It's probably motherboard and/or power supply. In the meantime, is there a way to get my wallet working on another machine? I installed bitcoin-qt and it's synchronizing with the network but it's probably not going to be the same address.

I have my bitcoin address and my passphrase. Any help is much appreciated.
Jump to: