1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 06:57:53 +01:00

Merge pull request #658 from Kixunil/patch-5

Clearly state that altcoins are not supported.
This commit is contained in:
Roman Zeyde 2022-01-10 20:56:06 +02:00 committed by GitHub
commit f68403d854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 * [`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 * 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 ## Index database
The database schema is described [here](doc/schema.md). The database schema is described [here](doc/schema.md).