mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Clearly state that altcoins are not supported.
I think we wanted to add this but forgot. Used the word "altcoin" instead of "shitcoin" to avoid "x is not a shitcoin but an altcoin" arguments.
This commit is contained in:
parent
ca2841f432
commit
8ba8b8597a
@ -48,6 +48,13 @@ which is better optimized for public usage at the cost of consuming *significant
|
||||
* [`txindex`](https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch03.asciidoc#txindex) is not required for the Bitcoin node
|
||||
* Uses a single [RocksDB](https://github.com/spacejam/rust-rocksdb) database, for better consistency and crash recovery
|
||||
|
||||
## Altcoins
|
||||
|
||||
Altcoins are **not supported**!
|
||||
Forks of Bitcoin codebase that relax the consensus rules (hard forks) are also **not supported**.
|
||||
|
||||
You may be able to find a fork of electrs that does support them, look around or make your own, just don't file issues/PRs here.
|
||||
|
||||
## Index database
|
||||
|
||||
The database schema is described [here](doc/schema.md).
|
||||
|
Loading…
Reference in New Issue
Block a user