Bitcoin Forum

Other => Beginners & Help => Topic started by: CryptoTux on August 03, 2017, 08:58:55 AM



Title: Question on accessing BTC and BCH chains on the same machine
Post by: CryptoTux on August 03, 2017, 08:58:55 AM
Good day,

Could someone give me some advice on how to access the BTC and BCH chains on the same machine? Namely, I currently have BUCash v1.1.0.0 installed and would like to be able to use Bitcoin Core so that I can access the BTC chain. However, I'm concerned that installing Bitcoin Core could overwrite the blockchain data stored by BUCash in the Roaming folder (Windows 10). I'd like to make it clear that I intend to use both chains on a regular basis, so this is why I'm posting this.

I would also like to know if it's possible to configure both clients to share the blockchain data before block 478,558 (all blocks before the hard fork) to save some disk space.

Thank you.


Title: Re: Question on accessing BTC and BCH chains on the same machine
Post by: CarlOrff on August 03, 2017, 11:03:10 AM
You can use Ubuntu : no roaming folder and one specific folder for each wallet.
If you don't want to use Ubuntu, you have to wait safe solutions on Windows : one day... or never (or too late).


Title: Re: Question on accessing BTC and BCH chains on the same machine
Post by: CryptoTux on August 03, 2017, 11:13:32 AM
You can use Ubuntu : no roaming folder and one specific folder for each wallet.
If you don't want to use Ubuntu, you have to wait safe solutions on Windows : one day... or never (or too late).

I do have a dual boot system including Kubuntu 16.04 LTS and Windows 10, so I think it might be worth a try. Can I simply copy everything in my Roaming folder to a Core client on Linux, then? I have a feeling it might lead to some strange behavior when I try to synchronize and reindex Bitcoin Core, since the most recent blocks won't be accepted as valid.

Edit: I decided not to complicate matters and just synchronize the entire blockchain from scratch for the Core client. However, seeing as my Linux hard disk had a little over 30 GB of free space remaining, I had no choice but to enable pruning. Anyway, thank you for replying to my post. I appreciate the help.