Are there any other differences between bitcoin and bitcoin cash

1

Bitcoin Cash was forked from a Bitcoin almost 2 months ago. During this time both of the repos have received a lot of commits and I would assume that their functionality and features might have diverged.

But it looks like a lot of resources mentioning the difference between BTC and BCH are either telling how amazing BCH is or how crappy it is. The maximum they tell is that the difference is that BCH removes all the changes related to SegWit and increases MaxBlockSize to 8Mb.

Another difference that I was able to find is that BCH added emergency difficulty adjustment: if less than 6 blocks were created in 12 hours, the difficulty drops by 20%.


Basically my question boils down to: what are the technical differences between bitcoin and bitcoin cash as of Sep 20, 2017?

Salvador Dali

Posted 2017-09-20T08:35:19.393

Reputation: 3 050

Question was closed 2019-07-17T17:42:49.700

Are you talking about differences between Bitcoin and Bitcoin Cash (the consensus and protocol rules of the networks), or about differences between Bitcoin Core and Bitcoin-ABC (software projects that implement the respective protocols). Changes to the software almost never related to protocol changes.Pieter Wuille 2017-09-20T08:56:20.003

@PieterWuille mostly about software changes. Because I assume that they will also include protocol changes.Salvador Dali 2017-09-20T08:58:34.197

To the best of my knowledge, no protocol changes occurred in either since august 1st (apart from SegWit activating on Bitcoin, using code that had been in Core for over a year at that point). At least in Bitcoin, protocol changes are rare and slow.Pieter Wuille 2017-09-20T09:14:39.707

Search for SIGHASH_FORKIDMCCCS 2017-09-20T13:53:32.997

No answers