To install, run:<p>pip install moneywagon<p>and to perform the action:<p>moneywagon network-replay btc bch latest --verbose<p>That replays all transactions from the latest BTC block to the BCH network. You can also replay in the other direction:<p>moneywagon network-replay bch btc latest --verbose<p>It seems that the BCH devs did a good job of implementing replay protection, because every block I've tried to replay has failed. Maybe this tool can be useful when another currency tries to hard fork and they may not get replay protection quite right.<p>The code is here: <a href="https://github.com/priestc/moneywagon/blob/master/moneywagon/network_replay.py#L9" rel="nofollow">https://github.com/priestc/moneywagon/blob/master/moneywagon...</a><p>Output of running the script looks like this:<p><a href="https://gist.github.com/priestc/09c945cad4ebeaa3f8a35deed1f5a4af" rel="nofollow">https://gist.github.com/priestc/09c945cad4ebeaa3f8a35deed1f5...</a>