Bitcoin Forum
May 10, 2024, 10:17:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Using the same block files for multiple coins  (Read 152 times)
BTC Turkiye (OP)
Sr. Member
****
Offline Offline

Activity: 472
Merit: 254


Anlik Coin Fiyatlari BTCkur.com


View Profile WWW
February 10, 2018, 12:02:08 AM
Merited by ABCbits (1)
 #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?

Farklı Borsaların Anlık Bitcoin, Litecoin, Ethereum ve Bitcoin Cash Kurunu Takip Edebilirsiniz.
BTCkur.com
1715379460
Hero Member
*
Offline Offline

Posts: 1715379460

View Profile Personal Message (Offline)

Ignore
1715379460
Reply with quote  #2

1715379460
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715379460
Hero Member
*
Offline Offline

Posts: 1715379460

View Profile Personal Message (Offline)

Ignore
1715379460
Reply with quote  #2

1715379460
Report to moderator
1715379460
Hero Member
*
Offline Offline

Posts: 1715379460

View Profile Personal Message (Offline)

Ignore
1715379460
Reply with quote  #2

1715379460
Report to moderator
1715379460
Hero Member
*
Offline Offline

Posts: 1715379460

View Profile Personal Message (Offline)

Ignore
1715379460
Reply with quote  #2

1715379460
Report to moderator
aleksej996
Sr. Member
****
Offline Offline

Activity: 490
Merit: 389


Do not trust the government


View Profile
February 10, 2018, 01:55:47 AM
Merited by ABCbits (1)
 #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.
BTC Turkiye (OP)
Sr. Member
****
Offline Offline

Activity: 472
Merit: 254


Anlik Coin Fiyatlari BTCkur.com


View Profile WWW
February 10, 2018, 02:00:14 AM
 #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

Farklı Borsaların Anlık Bitcoin, Litecoin, Ethereum ve Bitcoin Cash Kurunu Takip Edebilirsiniz.
BTCkur.com
Xynerise
Sr. Member
****
Offline Offline

Activity: 322
Merit: 363

39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD


View Profile
February 10, 2018, 08:24:19 AM
Last edit: February 10, 2018, 08:37:24 AM by Xynerise
 #4

If they were in Core at the time of the fork then you can run
Code:
dumpprivkey <address>
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://bitcointalk.org/index.php?topic=2816604.msg28871645#msg28871645
Patatas
Legendary
*
Offline Offline

Activity: 1750
Merit: 1115

Providing AI/ChatGpt Services - PM!


View Profile
February 10, 2018, 08: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://bitcointalk.org/index.php?topic=2816604.msg28832141#msg28832141
Jet Cash
Legendary
*
Offline Offline

Activity: 2716
Merit: 2456


https://JetCash.com


View Profile WWW
February 10, 2018, 09: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.

Offgrid campers allow you to enjoy life and preserve your health and wealth.
Save old Cars - my project to save old cars from scrapage schemes, and to reduce the sale of new cars.
My new Bitcoin transfer address is - bc1q9gtz8e40en6glgxwk4eujuau2fk5wxrprs6fys
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
February 10, 2018, 05: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.

BTC Turkiye (OP)
Sr. Member
****
Offline Offline

Activity: 472
Merit: 254


Anlik Coin Fiyatlari BTCkur.com


View Profile WWW
June 28, 2018, 08:30:27 AM
 #8

Thanks everyone for their help

Farklı Borsaların Anlık Bitcoin, Litecoin, Ethereum ve Bitcoin Cash Kurunu Takip Edebilirsiniz.
BTCkur.com
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!