Lost bitcoin cash

0

I've sent my BTC to a new address, then imported the private key to BCH wallet from my previous BTC address. In the BCH wallet, I see the same transaction done, and thus there 0 BCH balance. How do I get my BCH in this case? The transactions was made in 5 of august.

bombix

Posted 2017-08-10T14:44:11.600

Reputation: 1

Is your wallet fully synchronized? Bitcoin ABC follows Bitcoin rules until it is caught up to the hard fork height.Murch 2017-08-10T16:49:52.133

Answers

0

What BCH wallet are you using? I've seen this problem in Electron Cash when it is connected to a BTC server (basically you are still seeing the BTC tx even when using a BCH wallet). If this is your case then make sure you disable automatic server selection and connect to a BCH server.

You can use any Bitcoin Cash explorer (e.g. Blockdozer) to confirm your address has non-zero BCH balance.

Paul

Posted 2017-08-10T14:44:11.600

Reputation: 361

Hi, thanks for your ansker. Acording to blockdozer they are there. Im using Bitcoin ABC, how can i select the server? Thanks in advance.bombix 2017-08-10T23:19:59.117

Did you sync Bitcoin ABC from scratch or did you reuse the blockchain from a Bitcoin Core node after the fork?Paul 2017-08-11T15:22:16.203

I reused the bitcoin core that i already had installed. I fallowed this tutorial: https://www.youtube.com/watch?v=XaRWNdRW9kE&feature=youtu.be

bombix 2017-08-12T22:38:27.147

1Your blockchain may have invalid BCH blocks. Try running the following command: invalidateblock 00000000000000000019f112ec0a9982926f1258cdcc558dd7c3b7e5dc7fa148Paul 2017-08-14T13:31:37.923