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