Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: codehtcmail on August 02, 2017, 11:52:18 AM



Title: Got my BCH, (Bitcoin Cash) on a multisignature address, how do I move them ?
Post by: codehtcmail on August 02, 2017, 11:52:18 AM
Got my BCH, (Bitcoin Cash) on a multisignature address, how do I move them ? With what client ?


Title: Re: Got my BCH, (Bitcoin Cash) on a multisignature address, how do I move them ?
Post by: cypto_krs on August 02, 2017, 12:07:44 PM
I had my BTC in a multi sig wallet at 12:20 p.m. UTC as well.

Which wallet did you use to access your BCH?


Title: Re: Got my BCH, (Bitcoin Cash) on a multisignature address, how do I move them ?
Post by: ironclownfish on August 06, 2017, 08:44:44 PM
I used electron cash, but I didn't use the current release; I got the latest code off of github which fixed multisig.
I'm not sure if there's a new release available with that fix yet.


Title: Re: Got my BCH, (Bitcoin Cash) on a multisignature address, how do I move them ?
Post by: codehtcmail on August 06, 2017, 08:47:09 PM
And you compiled it yourself ?
Has anyone reviewed their code ? so far I hear a mot of warning about using Electron cash.


Title: Re: Got my BCH, (Bitcoin Cash) on a multisignature address, how do I move them ?
Post by: ironclownfish on August 06, 2017, 08:55:10 PM
I had to run `setup build` and `setup install` before it worked properly for me.
No real compilation necessary since it's python.

Yes we should be cautious of using electron cash, and in general avoid trusting any software to handle our money safely.
 You should follow electrum's advice here https://electrum.org/bcc2.txt
and transfer your BTC elsewhere before loading your wallet into electron cash.

EDIT:

I also attempted to run the packaging script several times, as it says to in the ReadMe.
It didn't complete, but may have done something necessary before failing.