Bitcoin Forum
June 14, 2024, 07:34:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoin wallet - on a new computer?  (Read 1224 times)
graphicsdump (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 20, 2014, 12:08:51 AM
 #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.
Light
Hero Member
*****
Offline Offline

Activity: 742
Merit: 502


Circa 2010


View Profile
July 20, 2014, 12:55:31 AM
 #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
graphicsdump (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 20, 2014, 01:00:36 AM
 #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?
cr1776
Legendary
*
Offline Offline

Activity: 4060
Merit: 1303


View Profile
July 20, 2014, 01:30:41 AM
 #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.
graphicsdump (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 20, 2014, 01:44:58 AM
 #5

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

Activity: 362
Merit: 261


View Profile
July 21, 2014, 08: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.


If you liked this post buy me a beer.  Beers are quite cheap where I live!
bc1q707guwp9pc73r08jw23lvecpywtazjjk399daa
zetaray
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
July 21, 2014, 09: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.

.CryptoTotal.com.
                              l█████████▇▀
                              ████████▇▀
                              ███████▇▀
                              ██████▇▀
                              █████▇▀
                              ████▇▀
                              ███▇▀
                              ██▇▀
                              █▇▀
                              ▇▀
▇▇
▇▇

Express.Crypto.Checkout
Accepts Multiple Cryptos
Worldwide Shipping
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
July 21, 2014, 11: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

spin
Sr. Member
****
Offline Offline

Activity: 362
Merit: 261


View Profile
July 21, 2014, 12:09:46 PM
 #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=<the IP of the first computer>

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=<IP1> -connect=<IP2>

If you liked this post buy me a beer.  Beers are quite cheap where I live!
bc1q707guwp9pc73r08jw23lvecpywtazjjk399daa
Justin00
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
July 23, 2014, 01:25:39 PM
 #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.



virtualx
Hero Member
*****
Offline Offline

Activity: 672
Merit: 507


LOTEO


View Profile
July 24, 2014, 09: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.

...loteo...
DIGITAL ERA LOTTERY


r

▄▄███████████▄▄
▄███████████████████▄
▄███████████████████████▄
▄██████████████████████████▄
▄██  ███████▌ ▐██████████████▄
▐██▌ ▐█▀  ▀█    ▐█▀   ▀██▀  ▀██▌
▐██  █▌ █▌ ██  ██▌ ██▌ █▌ █▌ ██▌
▐█▌ ▐█ ▐█ ▐█▌ ▐██  ▄▄▄██ ▐█ ▐██▌
▐█  ██▄  ▄██    █▄    ██▄  ▄███▌
▀████████████████████████████▀
▀██████████████████████████▀
▀███████████████████████▀
▀███████████████████▀
▀▀███████████▀▀
r

RPLAY NOWR
BE A MOON VISITOR!
[/center]
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!