Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitcoin Cash: Support aserti3-2d DAA #471

Open
jonas-lundqvist opened this issue Oct 30, 2020 · 1 comment
Open

Bitcoin Cash: Support aserti3-2d DAA #471

jonas-lundqvist opened this issue Oct 30, 2020 · 1 comment

Comments

@jonas-lundqvist
Copy link

On November 15 there will be a planned network upgrade on the Bitcoin Cash network that will activate a new and non backwards compatible Difficulty Adjustment Algorithm called aserti3-2d. Breadwallet needs to implement it since the wallet is verifying the block headers and thus verifying the difficulty.

Specifications can be found here:
https://www.bitcoincash.org/spec/2020-11-15-upgrade.html
https://upgradespecs.bitcoincashnode.org/2020-11-15-upgrade/

Please note that there will also be an additional soft-fork as specified in the "Coinbase Rule" by Bitcoin ABC and most certainly a chain split since no other full node software is implementing it. Not implementing the soft-fork will let the wallet follow the chain with most Proof-of-Work.

@imaginaryusername
Copy link

example bitcoincashj implementation: https://github.com/pokkst/asert-java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants