Bitcoin Forum

Other => Beginners & Help => Topic started by: Balabol on January 29, 2015, 08:21:22 PM



Title: How to synchronize 2 single wallets?
Post by: Balabol on January 29, 2015, 08:21:22 PM
Hello,

I want to synchronize the wallet of one dead altcoin - but there is no one active connection.
So, I run 2 wallets from 2 different computers (different IP) and want they to synchronized. But they do not see each other.
I understand that I should to write something to *.conf file, but I have yet nothing comes out.

Help, please.


Title: Re: How to synchronize 2 single wallets?
Post by: goregrind on January 30, 2015, 09:38:50 AM
If the blockchain no longer exists you've got nothing to synchronize


Title: Re: How to synchronize 2 single wallets?
Post by: ranochigo on January 30, 2015, 10:11:07 AM
If no nodes is available, you will never be able to synchronize the wallets as there is no way for you to get the blockchain. Unless you have a copy of the most recent blockchain, don't bother trying. This is one of the downside of decentralised currency. To add node, add this into the config.
Code:
addnode=IP:PORT


Title: Re: How to synchronize 2 single wallets?
Post by: chaosknight on January 30, 2015, 10:24:04 AM
if the altcoin is dead and there are no nodes then you won't able to sync your wallets
if you run 2 wallets on different PC and sync them then they will only sync the blocks they have on those PC, you can't sync to network with complete blockchain


Title: Re: How to synchronize 2 single wallets?
Post by: Balabol on January 30, 2015, 10:49:25 AM
I have the blockchain in one wallet, but it's not most recent.
I had written "addnode=IP" to config file (where IP - is IP of my computer with wallet which have the blockchain), but another wallet didn't see it.
If I'll use "addnode=IP:PORT" command, what PORT number I should to write?


Title: Re: How to synchronize 2 single wallets?
Post by: Agestorzrxx on January 30, 2015, 11:52:55 AM
Hello,

I want to synchronize the wallet of one dead altcoin - but there is no one active connection.
So, I run 2 wallets from 2 different computers (different IP) and want they to synchronized. But they do not see each other.
I understand that I should to write something to *.conf file, but I have yet nothing comes out.

Help, please.
If it dead, then you should abandon it.


Title: Re: How to synchronize 2 single wallets?
Post by: ranochigo on January 30, 2015, 12:09:01 PM
I have the blockchain in one wallet, but it's not most recent.
I had written "addnode=IP" to config file (where IP - is IP of my computer with wallet which have the blockchain), but another wallet didn't see it.
If I'll use "addnode=IP:PORT" command, what PORT number I should to write?
You probably don't understand how it works. Go to the altcoin's thread, find the node's IP and port and input them accordingly. If they are down, then you wouldn't have chance of getting the wallet synced. You aren't suppose to put your own IP.


Title: Re: How to synchronize 2 single wallets?
Post by: sgk on January 30, 2015, 12:14:53 PM
I have the blockchain in one wallet, but it's not most recent.
I had written "addnode=IP" to config file (where IP - is IP of my computer with wallet which have the blockchain), but another wallet didn't see it.
If I'll use "addnode=IP:PORT" command, what PORT number I should to write?

You can't sync 2 clients if none of them is a node (a client with most recent block chain).
To sync, you need at least one node that has most recent block chain and the node has to be online when you try to sync.

(Try comparing this to how torrents work. If 2 peers are exchanging data through P2P protocol, but none of them have 1 complete copy of the data, none of them will ever complete the download to 100%)

The best you can do is go to the official site (or their official thread here) and request IP of an active node. If there isn't one, you're out of luck.


Title: Re: How to synchronize 2 single wallets?
Post by: Balabol on January 30, 2015, 12:47:19 PM
Well, bad luck. I'll go look for another occupation.
Thank you all for your answers.