readme: Document that we do not support altcoins

We don't altcoin, state it as such.
This commit is contained in:
Tobin C. Harding 2023-03-29 14:18:27 +11:00
parent 5d66f72e5c
commit 2f7bf1e7be
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 5 additions and 8 deletions

View File

@ -187,15 +187,12 @@ Alternatively add symlinks in your `.git/hooks` directory to any of the githooks
## Policy on Altcoins/Altchains
Patches which add support for non-Bitcoin cryptocurrencies by adding constants to existing enums
(e.g. to set the network message magic-byte sequence) are welcome. Anything more involved will be
considered on a case-by-case basis, as the altcoin landscape includes projects which [frequently
appear and disappear, and are poorly designed
anyway](https://download.wpsoftware.net/bitcoin/alts.pdf) and keeping the codebase maintainable is a
large priority.
Since the altcoin landscape includes projects which [frequently appear and disappear, and are poorly
designed anyway](https://download.wpsoftware.net/bitcoin/alts.pdf) we do not support any altcoins.
Supporting Bitcoin properly is already difficult enough and we do not want to increase the
maintenance burden and decrease API stability by adding support for other coins.
In general, things that improve cross-chain compatibility (e.g. support for cross-chain atomic
swaps) are more likely to be accepted than things which support only a single blockchain.
Our code is public domain so by all means fork it and go wild :)
## Release Notes