Browse Source

Remove RocksDB documentation from readme

We don't need to document it here, it's already documented in the linked ElectrumX documentation.
pull/51/head
Luke Childs 5 years ago
committed by GitHub
parent
commit
43a81cf88f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -25,10 +25,6 @@ If there's an SSL certificate/key (`electrumx.crt`/`electrumx.key`) in the `/dat
You can view all ElectrumX environment variables here: https://github.com/kyuupichan/electrumx/blob/master/docs/environment.rst You can view all ElectrumX environment variables here: https://github.com/kyuupichan/electrumx/blob/master/docs/environment.rst
### RocksDB
You can use RocksDB as the database engine instead of the default LevelDB by adding `-e DB_ENGINE=rocksdb` to your docker run. RocksDB should perform slightly better and use a little less disk space, but has to rebuild the databse.
### TCP Port ### TCP Port
By default only the SSL port is exposed. You can expose the unencrypted TCP port with `-p 50001:50001`, although this is strongly discouraged. By default only the SSL port is exposed. You can expose the unencrypted TCP port with `-p 50001:50001`, although this is strongly discouraged.

Loading…
Cancel
Save