Author

Topic: Using the same block files for multiple coins (Read 195 times)

sr. member
Activity: 472
Merit: 254
Anlik Coin Fiyatlari BTCkur.com
Thanks everyone for their help
staff
Activity: 3458
Merit: 6793
Just writing some code
February 10, 2018, 12:40:09 PM
#7
Is there anyway to use the same blocks or block files for other every coin that has a QT wallet?
There is a way using symbolic links, but I wouldn't recommend it as it will likely just corrupt your block files. So in practice, there isn't. All you an do is copy and paste the data directory. When you do that, you have to make sure that the data directory you copy does not have blocks that would be invalid to the forked coin, i.e. there are no blocks after the forking point.
legendary
Activity: 2870
Merit: 2474
https://JetCash.com
February 10, 2018, 04:04:35 AM
#6
I think the term "forked coin" is unfortunate. To my mind they are parallel chain coins. I don't see how you can use the same chain for different coin wallets after the height of the divergance. I believe that a Bitcoin cash wallet can cope with chains for both Bitcoin and Bitcoin cash, but I'm not sure how it manages that. I've copied the Bitcoin blockchain onto an external hard drive, and created a new Bitcoin node on a different computer, and that seems to work without too much trouble, you just need to make sure that you copy the ssociated files as well as the blocks.
legendary
Activity: 1750
Merit: 1115
Providing AI/ChatGpt Services - PM!
February 10, 2018, 03:30:56 AM
#5
I have about 10 different Forked coin wallets on my desktop and they all are waiting to be synced which means 170GB and 2-3 weeks for each.

So my question is that;
Is there anyway to use the same blocks or block files for other every coin that has a QT wallet?
- There are multiple ways of doing it.If you're technically challenged,better hire someone who would do that for you or you can follow stuff that is discussed here.
- The basics principles lies in downloading the blocks until your coin was forked,copy them and paste into your forked coin's QT wallet and let it sync.This way you wouldn't have to download the chain all over again for every forked coin.
- Follow this thread : https://bitcointalksearch.org/topic/m.28832141
sr. member
Activity: 322
Merit: 363
39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD
February 10, 2018, 03:24:19 AM
#4
If they were in Core at the time of the fork then you can run
Code:
dumpprivkey 
for the addresses that contain the forked coins and then import the private keys into an SPV wallet of the forked coin.


If you already have a synced copy of the bitcoin blockchain then you can use it to bootstrap the other forked coin wallets because they share the same UTXO history as bitcoin before the fork.
Just follow the advice here: https://bitcointalksearch.org/topic/m.28871645
sr. member
Activity: 472
Merit: 254
Anlik Coin Fiyatlari BTCkur.com
February 09, 2018, 09:00:14 PM
#3
Thank you for helping

1- I`m not using linux and I`m not good at it
2- Simply copying the entire data folder in windows doesn`t work in most cases. Sometimes you have to use -rescan  -skiphardforkibd –bootstrap or combinations of these kinda commands to get by but even then i couldn`t figure out a way to do it without an error or an issue
sr. member
Activity: 490
Merit: 389
Do not trust the government
February 09, 2018, 08:55:47 PM
#2
There is no way to be sure, as it depends on the implementation of the forked coin's wallet.
But I would say that it is reasonable to assume so, as these clients are almost certainly just software forks of the Bitcoin Core client.

Simply copying the data directory should work and all invalid blocks should be discarded, as I understand.
Alternatively to save space on your hard drive, it might be wise to make soft links to older block files, assuming you are using Linux.
sr. member
Activity: 472
Merit: 254
Anlik Coin Fiyatlari BTCkur.com
February 09, 2018, 07:02:08 PM
#1
I have about 10 different Forked coin wallets on my desktop and they all are waiting to be synced which means 170GB and 2-3 weeks for each.

So my question is that;
Is there anyway to use the same blocks or block files for other every coin that has a QT wallet?
Jump to: