How to keep my bitcoin safe when I move my bcash?

2

I had some bitcoin during the coinsplit, so now I have bcash that I want to move.

When I send bcash there is a risk that someone copies the transactions and uses it to steal my bitcoin. Most people recommend moving the bitcoin to a new adress for this. this is not practical for me right now, will it work to just move my bcash to a new adress instead before I send them or will this also allow an attacker to copy the transactions?

Kristoffer Nolgren

Posted 2017-10-09T07:42:18.633

Reputation: 537

Answers

2

Bcash transactions cannot be replayed on the Bitcoin network, and vice versa, Bitcoin transactions cannot be replayed on the Bcash network. This is called 2-way replay protection. In Bcash's case, it's implemented by the mandatory use of a sighash flag that's invalid for a Bitcoin transaction.

alcio

Posted 2017-10-09T07:42:18.633

Reputation: 1 164

This is not what I read in all the tutorials? Am I stupid or is there widespread misconseption about this?Kristoffer Nolgren 2017-10-09T16:38:13.007

12-way replay protection was added very late before BCash's hard fork so some tutorials may be out of date.alcio 2017-10-09T18:12:24.323

Can you cite any sources? Mostly for 2-way replay protection and from your comment that it was implemented late. Thank you.4276 2017-10-23T19:41:15.150

The pull request introducing the 2-way replay protection was merged into the code base on Jul 26th, while the fork happened on Aug 1st. See https://github.com/Bitcoin-ABC/bitcoin-abc/pull/30

alcio 2017-10-24T07:49:24.553