Hi, Is Armory capable to handle BCC chain that split from btc yesterday? and what should we do to get BCC via Armory and at the same time to prevent our btc from being lost?
Yep. Did it when I was going to try to dump my BCH. Here's how you do it. This may not be the most efficient way but it works, or should work. (I couldn't find an exchange where I could dump my coins, so I technically haven't tried this, other than seeing Armory report the correct length of the Cash chain.)
- If your blockchain isn't past the split yet, copy your Bitcoin Core data folder elsewhere. (Be forewarned, it'll be 170+ GB.) This saves you from having to re-download the blockchain. (If you've gone past the split, I'm guessing you can delete the last 1-2 blockchain files and be safe.)
- Download or compile a Cash-compatible client (e.g., v1.1 of Bitcoin Unlimited).
- Run
bitcoin-qt -datadir=/Location/Of/Copied/Bitcoin/Folder
for the Cash client.
- Grab or compile the latest Armory (v0.96.1 as of this writing).
- Start Armory with the following command line options:
--satoshi-datadir=/Location/Of/Copied/Bitcoin/Folder --datadir=/Separate/Folder/For/Armory/Data --dbdir=/Separate/Folder/For/ArmoryDB/Data
- Let Armory scan the Cash blockchain, reset Armory settings as needed (this will basically be like running Armory for the first time), etc.
- If necessary (e.g., switching to Expert mode), restart Armory with the same command line options.
- Import your wallets. You can just use the wallets in your original Armory data folder.
- Done.
EDIT: I read elsewhere that Armory chokes when trying to send a Tx under Unlimited. I
think this has to do with some networking changes made to Core after Unlimited split off. ABC might work but I haven't tried it yet. Maybe you will and you can report back?