From 43a81cf88fbd8997a159dad898e19c3d06e8c09b Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 6 Nov 2019 20:34:13 +0700 Subject: [PATCH] Remove RocksDB documentation from readme We don't need to document it here, it's already documented in the linked ElectrumX documentation. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1d5adb9..02bf9b1 100644 --- a/README.md +++ b/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 -### 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 By default only the SSL port is exposed. You can expose the unencrypted TCP port with `-p 50001:50001`, although this is strongly discouraged.