3
1
When splitting coins from a hard fork and signing the transaction on the forked coin, is there a time/block limit when the transaction gets invalid on the BTC chain, so a potentially possible replay attack gets invalid forever?
Imagine this scenario: You successfully split 1 BTC and 1 BXX (which has no replay protection) from address A to B and C. At some later point you forget about it and send 2 BTC to address A. Can the old 1 BXX transaction be used to replay A -> C in BTC?
Thanks! What about the same scenario but you never moved your original 1 BTC away, is a replay attack possible at any point in time or does the "window" expire at some point? – A1m – 2017-11-28T06:10:15.513
When the UTXO has not been moved, the replay attack remains possible indefinitely. However, that's in conflict with "having split successfully". ;) – Murch – 2017-11-28T13:32:51.700
Yes, I understand. Thus for a successful split, you have to move both values to new addresses, other than that you could never be sure to not be replayed at some point. This answers my question, thanks! – A1m – 2017-11-28T15:18:18.457