Is it possible to copy transactions between Bitcoin's forks blockchain?

0

Do Bitcoin forks share the same transaction protocol after the fork? If so, is it possible to copy/ duplicate a transaction that uses common input transactions in the other blockchain?

Let me explain what I mean:

Let's say, I have 1 BTC in an unspent transaction which happened before a fork (Bitcoin Cash for example). So after the fork, I own 1 BTC in Bitcoin blockchain and 1 BCH in Bitcoin Cash blockchain. Then, I send that 1 BTC to another person. At this point, can that person copy my transaction code and re-send it in Bitcoin Cash network so that he gets 1 BTC and 1 BCH?

AlexM

Posted 2018-03-18T16:50:07.730

Reputation: 103

Answers

2

Yes, some people call this a 'Replay Attack'. But it's not literally an attack, but the desired outcome. If a fork don't want this to happen it can change the rules to prevent it.

You can also avoid it but using inputs mined in BTC after the fork, if your wallet app allows this kind of selection.

Osias Jota

Posted 2018-03-18T16:50:07.730

Reputation: 769

1Thanks.That's what I was looking for, but couldn't google anything without this term.AlexM 2018-03-18T17:17:19.260