bitpay / wallet

Bitpay Wallet (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for both desktop and mobile devices.
http://bitpay.com/wallet
MIT License
3.79k stars 1.74k forks source link

Bitcoin Cash #6504

Closed fluidirie closed 7 years ago

fluidirie commented 7 years ago

Hi,

Can you let me know how to claim my Bitcoin Cash balance on Copay wallet and how to go about selling it etc?

Thanks!

iamlebing commented 7 years ago

Same ask, thank you very much.

insiderq commented 7 years ago

i‘d like to specify details, so if i have copay multisig wallet, how to export private keys to be able to manually send the transaction?

I know you have a js tool for multisig spending, can i use that not to send transaction but to receive it in a plaintext to brodcast on bitcoin cash network? If yes then what about replay protection?

msfelipe88 commented 7 years ago

Waiting for the answer

iamlebing commented 7 years ago

I tried successfully as your reference. I empty the wallet first and use the seed in another BCC-support wallet, import the previous seed, BCC showed up . Done.

matiu commented 7 years ago

Hello,

Here is a procedure you can use now, for non-multisig wallets (personal wallets):

1- Move all your bitcoins to from your current Copay/Bitpay wallet to a new Copay/Bitpay wallet

(add a new wallet, back it up in a safe place, then go to send, select the new wallet, and then select "send max" and select the wallet you want to claim for BCC).

Because BCC implements transaction replay protection, moving your funds after the fork to a new wallet will generate a transaction that is invalid on the BCC chain. so, you BTC will move to your new wallet, and your BCC will stay on the old one.

2- Import your old wallet seed (balance should be 0 in Copay) to a BCC compatible wallet (see wallets at https://www.bitcoincash.org/).

So, your BTC will stay on your new wallet in Copay/Bitpay App, and your BCC will be on the BCC compatible wallet.

===

We are working to adapt our recovery tool https://bitpay.github.io/copay-recovery/ to support BCC. When that work is finished, you will be able to move your BCC balance with it, even for multisig wallets. Please follow the issue progress at:

https://github.com/bitpay/copay-recovery/issues/49

emx0r commented 7 years ago

Hi Matiu,

2- Import your old wallet seed (balance should be 0 in Copay) to a BCC compatible wallet (see wallets at https://www.bitcoincash.org/).

This step is quite a hassle. I tried to do it in Electron Cash wallet but Copay seed is not compatible. Also when I exported my private key and tried the import BCC shows 0 balance.

Do you know which BCC/BCH wallet currently supports Copay SEED?

Thank you

BabaJon108 commented 7 years ago

Hi, Can you help me wiht this transition please? I just caught onto the fact that MUtibit HD is really outdated and doesn't have support anymore. I ran into a nice tutorial they made 5 days ago about transitioning to an Electrum wallet, Now, I am wondering how to transition safely to make sure I don't lose my Bitcoin cash (BCC). I just bought more before the fork. I have my seed words.

Here is what I was thinking trying:

Upload my seeds to my new electrum wallet.

Transfer the Bitcoins (BTC) to a different Electrum wallet ( on another computer)

Then use my MULtibit HD seeds ( same as my new electrum right?) to upload my BCC on the Bitcoin cash wallet.

Thanks a million for any help, tips or inputs.

QUESTION: Should I even bother uploading my seeds from Multibit to Electrum or I could just transfer directly my BTC to a different Electrum wallet ?

ngellner commented 7 years ago

Matiu, in step 2, can I just import my wallet seed into Bitfinex directly, or do I have to first import it into a BCC compatible wallet and then from there put it on Bitfinex? Thanks.

mhagelstrom commented 7 years ago

ngellner, Bitfinex (or any other exchange) does not let you import a private key seed. You need to import your seed on a wallet and send the funds with a regular transaction.

emx0r commented 7 years ago

I finally found a guide how to get BCH. It's quite easy to follow: https://checksig.org/how-to-split-your-bcc-bch-from-your-btc-xbt-using-electrum-cash-cb91ca4a5961

All my BCH are now in my Electron Wallet

ngellner commented 7 years ago

Are there any legitimate mobile wallets we can transfer our BCH into yet?

dabura667 commented 7 years ago

I tried to do it in Electron Cash wallet but Copay seed is not compatible.

You have to choose BIP39.

SalenaJason commented 7 years ago

hi im fairly new to this so a lot of the tech terms go over my head, wondering if someone can help me retrieve my BCC ? i had my BTC saved in a bitaddress.org paper wallet as i wasn't aware of nor had time to buy a nano s ledger or something like that before the fork. i have transferred my BTC out of the paper wallets but with the instructions above am still struggling to retrieve my BCC, any tips in laymen's terms would be greatly appreciated, thanks jason

dabura667 commented 7 years ago

@SalenaJason If your bitcoins were in the paper wallet at the time of the fork, then your BCC are still in your paper wallet. Electron Cash allows you to create a new wallet with private keys directly, so just paste your private key in when starting a new wallet.

SalenaJason commented 7 years ago

Hi

Thank you I will look into it now

SalenaJason

On 6 Aug 2017, at 18:08, Dabura667 notifications@github.com<mailto:notifications@github.com> wrote:

@SalenaJasonhttps://github.com/salenajason If your bitcoins were in the paper wallet at the time of the fork, then your BCC are still in your paper wallet. Electron Cash allows you to create a new wallet with private keys directly, so just paste your private key in when starting a new wallet.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/bitpay/copay/issues/6504#issuecomment-320497578, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Ac1GfkFvMRg1OYuW9VHY4JCu669xpNrdks5sVZCFgaJpZM4OqfQ5.

nemestrinus commented 7 years ago

You can use your backkup seed phrase from copay/bitpay to recover your wallet using Coinomi. Open just the bitcoin wallet at first, then after your wallet opens, add the BitcoinCash wallet using +COINS from the menu., Make sure you use the advanced settings option and enter M/44H/0H/0H on the Derivation Path.

matiu commented 7 years ago

Copay/Bitpay app recovery tool supporting Bitcoin & Bitcoin cash has been deployed. You can use it at https://bitpay.github.io/copay-recovery/ source at https://github.com/bitpay/copay-recovery.

You can check and recover you BCH balance using that tool, for single or multi signature wallets.

I am opening a new ticket regarding Bitcoin Cash support on Copay itself at: https://github.com/bitpay/copay/issues/6557

vinicius03 commented 7 years ago

After scans my wallet and I tried to transfer it says: Could not build tx: bitcore.ErrorTransactionFeeErrorTooSmall: Fee is too small: expected more than 20000 but got 10000 - For more information please see: https://bitcore.io/api/lib/transaction#serialization-checks

matiu commented 7 years ago

@vinicius03 That was because the resulting TX had more that 1KB. Could you please try again, we just updated to a new version.

insiderq commented 7 years ago

@matiu what if it is 2-of-3 multisig wallet, can i use copay recovery if i have only 2 of mnemonic phrases?

vinicius03 commented 7 years ago

@matiu, you're right, this is a 2015 wallet, lots of addresses used, when I sent the funds to other BTC address before the fork the transactions itself cost 0.02, anyway now it worked, thanks a lot.

fluidirie commented 6 years ago

Hi,

Just to check, I presume this will still work if I move all my BTC to another external wallet not on Copay?

Thanks,

Aziz


From: Matias Alejo Garcia notifications@github.com Sent: 02 August 2017 12:48 To: bitpay/copay Cc: fluidirie; Author Subject: Re: [bitpay/copay] Bitcoin Cash (#6504)

Hello,

Here is a procedure you can use now, for non-multisig wallets (personal wallets):

1- Move all your bitcoins to from your current Copay/Bitpay wallet to a new Copay/Bitpay wallet

(add a new wallet, back it up in a safe place, then go to send, select the new wallet, and then select "send max" and select the wallet you want to claim for BCC).

Because BCC implements transaction replay protection, moving your funds after the fork to a new wallet will generate a transaction that is invalid on the BCC chain. so, you BTC will move to your new wallet, and your BCC will stay on the old one.

2- Import your old wallet seed (balance should be 0 in Copay) to a BCC compatible wallet (see wallets at https://www.bitcoincash.org/).

So, your BTC will stay on your new wallet in Copay/Bitpay App, and your BCC will be on the BCC compatible wallet.

===

We are working to adapt our recovery tool https://bitpay.github.io/copay-recovery/ to support BCC. When that work is finished, you will be able to move your BCC balance with it, even for multisig wallets. Please follow the issue progress at:

bitpay/copay-recovery#49https://github.com/bitpay/copay-recovery/issues/49

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bitpay/copay/issues/6504#issuecomment-319649436, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AbwI8sr_yhZsHPntAeJxjFhtDxStyVSpks5sUGIfgaJpZM4OqfQ5.

JDonadio commented 6 years ago

@fluidirie if you had balance before 1 Aug in that seed, you can move all your BTC out and your BCH will still be in the same seed.

fluidirie commented 6 years ago

Hi there,

I have done what you said am am now trying to import my private keys into a new Bitcoin Cash compatible wallet. However, it keeps saying the private key is not recognised, even though I have checked this a number of times and am using the right private key. The balance in my Copay wallet is 0 BTH and I send the max amount to another wallet already.

Can you help?

Is there any other way you can help me access my BTC?

Thanks,

Aziz


From: Matias Alejo Garcia notifications@github.com Sent: 02 August 2017 12:48 To: bitpay/copay Cc: fluidirie; Author Subject: Re: [bitpay/copay] Bitcoin Cash (#6504)

Hello,

Here is a procedure you can use now, for non-multisig wallets (personal wallets):

1- Move all your bitcoins to from your current Copay/Bitpay wallet to a new Copay/Bitpay wallet

(add a new wallet, back it up in a safe place, then go to send, select the new wallet, and then select "send max" and select the wallet you want to claim for BCC).

Because BCC implements transaction replay protection, moving your funds after the fork to a new wallet will generate a transaction that is invalid on the BCC chain. so, you BTC will move to your new wallet, and your BCC will stay on the old one.

2- Import your old wallet seed (balance should be 0 in Copay) to a BCC compatible wallet (see wallets at https://www.bitcoincash.org/).

Bitcoin Cash - Peer-to-Peer Electronic Cashhttps://www.bitcoincash.org/ www.bitcoincash.org Bitcoin Cash brings sound money to the world. Merchants and users are empowered with low fees and reliable confirmations. The future shines brightly with unrestricted ...

So, your BTC will stay on your new wallet in Copay/Bitpay App, and your BCC will be on the BCC compatible wallet.

===

We are working to adapt our recovery tool https://bitpay.github.io/copay-recovery/ to support BCC. When that work is finished, you will be able to move your BCC balance with it, even for multisig wallets. Please follow the issue progress at:

bitpay/copay-recovery#49https://github.com/bitpay/copay-recovery/issues/49

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bitpay/copay/issues/6504#issuecomment-319649436, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AbwI8sr_yhZsHPntAeJxjFhtDxStyVSpks5sUGIfgaJpZM4OqfQ5.

fluidirie commented 6 years ago

Hi there,

I have managed to get by BCH balance in my Copay wallet. However, I cannot send the BCH balance to another external wallet. I go into the send screen, put in the wallet address where I want to send it, but then it takes me to a another screen that seems to just be frozen. It has 'sending' on it, and it looks like a field to enter another wallet address but I cannot type anything in. Is there a problem with the Copay site?

Thanks,

Aziz


From: Matias Alejo Garcia notifications@github.com Sent: 02 August 2017 12:48 To: bitpay/copay Cc: fluidirie; Author Subject: Re: [bitpay/copay] Bitcoin Cash (#6504)

Hello,

Here is a procedure you can use now, for non-multisig wallets (personal wallets):

1- Move all your bitcoins to from your current Copay/Bitpay wallet to a new Copay/Bitpay wallet

(add a new wallet, back it up in a safe place, then go to send, select the new wallet, and then select "send max" and select the wallet you want to claim for BCC).

Because BCC implements transaction replay protection, moving your funds after the fork to a new wallet will generate a transaction that is invalid on the BCC chain. so, you BTC will move to your new wallet, and your BCC will stay on the old one.

2- Import your old wallet seed (balance should be 0 in Copay) to a BCC compatible wallet (see wallets at https://www.bitcoincash.org/).

Bitcoin Cash - Peer-to-Peer Electronic Cashhttps://www.bitcoincash.org/ www.bitcoincash.org Bitcoin Cash brings sound money to the world. Merchants and users are empowered with low fees and reliable confirmations. The future shines brightly with unrestricted ...

So, your BTC will stay on your new wallet in Copay/Bitpay App, and your BCC will be on the BCC compatible wallet.

===

We are working to adapt our recovery tool https://bitpay.github.io/copay-recovery/ to support BCC. When that work is finished, you will be able to move your BCC balance with it, even for multisig wallets. Please follow the issue progress at:

bitpay/copay-recovery#49https://github.com/bitpay/copay-recovery/issues/49

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bitpay/copay/issues/6504#issuecomment-319649436, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AbwI8sr_yhZsHPntAeJxjFhtDxStyVSpks5sUGIfgaJpZM4OqfQ5.

JDonadio commented 6 years ago

@fluidirie please check this out: https://github.com/bitpay/copay/wiki/COPAY---FAQ#sending-bch-shows-error-please-enter-a-valid-address

fluidirie commented 6 years ago

Hi,

No I think there is a problem with the Copay wallet. I tried sending it to another BCH address (begins with 1C) and again the wallet just freezes on the next 'Confirm' screen after I type in the address and amount I wish to send. Please can you look into this.

Thanks,

Aziz


From: Javier Donadío notifications@github.com Sent: 28 October 2017 14:02 To: bitpay/copay Cc: fluidirie; Mention Subject: Re: [bitpay/copay] Bitcoin Cash (#6504)

@fluidiriehttps://github.com/fluidirie please check this out: https://github.com/bitpay/copay/wiki/COPAY---FAQ#sending-bch-shows-error-please-enter-a-valid-address

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/bitpay/copay/issues/6504#issuecomment-340189373, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AbwI8nB-cLpHrOensrNXsGVnjRH_K2KTks5swyXygaJpZM4OqfQ5.

JDonadio commented 6 years ago

Both Copay as the Recovery tool accepts BCH addresses starting with C or H, which is a new convention to prevent errors (https://support.bitpay.com/hc/en-us/articles/115004671663-BitPay-s-Adopted-Conventions-for-Bitcoin-Cash-Addresses-URIs-and-Payment-Requests)

If you need to send to "old" addresses, and you are SURE those are BCH addresses, you can "translate" them using the BCH Translator tool: https://bitpay.github.io/address-translator/

Note: if you have copied your destination address, just use the bitcoincash: prefix in the send input field like this:

https://github.com/bitpay/copay/issues/7003#issuecomment-340542357

fluidirie commented 6 years ago

OK thanks, using the bitcoincash coverter in the app did the trick!

Kind regards,

Aziz


From: Javier Donadío notifications@github.com Sent: 31 October 2017 12:58 To: bitpay/copay Cc: fluidirie; Mention Subject: Re: [bitpay/copay] Bitcoin Cash (#6504)

Both Copay as the Recovery tool accepts BCH addresses starting with C or H, which is a new convention to prevent errors (https://support.bitpay.com/hc/en-us/articles/115004671663-BitPay-s-Adopted-Conventions-for-Bitcoin-Cash-Addresses-URIs-and-Payment-Requests)

[http://p4.zdassets.com/hc/settings_assets/281675/200034603/tla6ESWi2xE0xxix2mjvjw-bitpaylogo.png]https://support.bitpay.com/hc/en-us/articles/115004671663-BitPay-s-Adopted-Conventions-for-Bitcoin-Cash-Addresses-URIs-and-Payment-Requests

BitPay's Adopted Conventions for Bitcoin Cash Addresses ...https://support.bitpay.com/hc/en-us/articles/115004671663-BitPay-s-Adopted-Conventions-for-Bitcoin-Cash-Addresses-URIs-and-Payment-Requests support.bitpay.com BitPay's Adopted Conventions for Bitcoin Cash Addresses, URIs, and Payment Requests

If you need to send to "old" addresses, and you are SURE those are BCH addresses, you can "translate" them using the BCH Translator tool: https://bitpay.github.io/address-translator/

Note: if you have copied your destination address, just use the bitcoincash: prefix in the send input field like this:

7003 (comment)https://github.com/bitpay/copay/issues/7003#issuecomment-340542357

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/bitpay/copay/issues/6504#issuecomment-340754282, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AbwI8qyJCtL4yFuf4WpKP78joK-EIkCuks5sxxmQgaJpZM4OqfQ5.

fluidirie commented 6 years ago

One other question is that I still have a balance in my Copay wallet of BCH that I cannot spend/use. The reason is that only 1 blockchain has confirmed it. How long will this take to confirm as it's been weeks since I originally claimed/transferred it.

Thanks,

Aziz


From: Javier Donadío notifications@github.com Sent: 31 October 2017 12:58 To: bitpay/copay Cc: fluidirie; Mention Subject: Re: [bitpay/copay] Bitcoin Cash (#6504)

Both Copay as the Recovery tool accepts BCH addresses starting with C or H, which is a new convention to prevent errors (https://support.bitpay.com/hc/en-us/articles/115004671663-BitPay-s-Adopted-Conventions-for-Bitcoin-Cash-Addresses-URIs-and-Payment-Requests)

[http://p4.zdassets.com/hc/settings_assets/281675/200034603/tla6ESWi2xE0xxix2mjvjw-bitpaylogo.png]https://support.bitpay.com/hc/en-us/articles/115004671663-BitPay-s-Adopted-Conventions-for-Bitcoin-Cash-Addresses-URIs-and-Payment-Requests

BitPay's Adopted Conventions for Bitcoin Cash Addresses ...https://support.bitpay.com/hc/en-us/articles/115004671663-BitPay-s-Adopted-Conventions-for-Bitcoin-Cash-Addresses-URIs-and-Payment-Requests support.bitpay.com BitPay's Adopted Conventions for Bitcoin Cash Addresses, URIs, and Payment Requests

If you need to send to "old" addresses, and you are SURE those are BCH addresses, you can "translate" them using the BCH Translator tool: https://bitpay.github.io/address-translator/

Note: if you have copied your destination address, just use the bitcoincash: prefix in the send input field like this:

7003 (comment)https://github.com/bitpay/copay/issues/7003#issuecomment-340542357

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/bitpay/copay/issues/6504#issuecomment-340754282, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AbwI8qyJCtL4yFuf4WpKP78joK-EIkCuks5sxxmQgaJpZM4OqfQ5.

blockpool commented 6 years ago

We have a 3 of 3 multi sig wallet and have a BCH balance that needs to be moved out of the Copay wallet. 2 of the 3 users can sign the transaction but the 3rd had imported the wallet into a ledger nano. He cannot now see the transaction to sign because of a BIP issue between Ledger and Copay. Is there any solution to this? @JDonadio

pmartynov commented 6 years ago

Same issue as @insiderq and @blockpool mentioned. I have 2-of-3 multisig wallet and 2 signatures out of 3. Can I restore my BCH?