HCP
Legendary
Offline
Activity: 2086
Merit: 4361
<insert witty quote here>
|
|
August 02, 2017, 03:37:58 AM |
|
Fair enough...
If you have Bitcoin Core, you can download and install the BitcoinABC software (it uses the same wallet.dat format at the present time), rather than exporting (and potentially exposing) private keys. There are some necessary precautions that you will want to use tho, as by default it attempts to use the Bitcoin Core datadir's so it could "corrupt" your Bitcoin Core install, by messing with the block files...
Prior to the fork, I simply copied my entire Bitcoin Core datadir folder... and called it "BitcoinABC"... I start the BitcoinABC client with the -datadir="E:\BitcoinABC" argument and (after it actually found some ABC nodes to connect to) it is syncing nicely with the ABC chain... with it's own copy of wallet.dat.
Unfortunately, I'm not sure if creating a copy of the datadir and blocks will work post-fork, as there are blocks that are "invalid" on the BCC chain... which may cause ABC to choke? It's possible that a reindex will just remove the "invalid" blocks after Block #478558... and then it will resync from there... but I can't guarantee that.
Also, it is recommended that you actually create a new wallet for Core, send all your BTC there... then use a copy of the OLD pre-fork wallet.dat with ABC... that way, should the ABC software leak your wallet file and/or keys, only your BCC is at risk, because all your BTC are already in a different wallet/addresses.
|