Mention "esplora" value for blockstream/electrs

This commit is contained in:
hunicus 2022-05-26 22:13:37 -04:00
parent d944362c7d
commit b7c918b79d
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9
2 changed files with 9 additions and 1 deletions

View File

@ -99,7 +99,10 @@ Edit `mempool-config.json` as needed.
In particular, make sure: In particular, make sure:
- the correct Bitcoin Core RPC credentials are specified in `CORE_RPC` - the correct Bitcoin Core RPC credentials are specified in `CORE_RPC`
- the correct `BACKEND` is specified in `MEMPOOL`: it should be "electrum" if you're connecting to an Electrum Server and "none" if you're not - the correct `BACKEND` is specified in `MEMPOOL`:
- "electrum" if you're using [romanz/electrs](https://github.com/romanz/electrs) or [cculianu/Fulcrum](https://github.com/cculianu/Fulcrum)
- "esplora" if you're using [Blockstream/electrs](https://github.com/Blockstream/electrs)
- "none" if you're not using any Electrum Server
### 6. Run Mempool Backend ### 6. Run Mempool Backend

View File

@ -61,6 +61,11 @@ Then, set the following variables in `docker-compose.yml` so Mempool can connect
ELECTRUM_TLS_ENABLED: "false" ELECTRUM_TLS_ENABLED: "false"
``` ```
Eligible values for `MEMPOOL_BACKEND`:
- "electrum" if you're using [romanz/electrs](https://github.com/romanz/electrs) or [cculianu/Fulcrum](https://github.com/cculianu/Fulcrum)
- "esplora" if you're using [Blockstream/electrs](https://github.com/Blockstream/electrs)
- "none" if you're not using any Electrum Server
Of course, if your Docker host IP address is different, update accordingly. Of course, if your Docker host IP address is different, update accordingly.
With `bitcoind` and Electrum Server set up, run Mempool with: With `bitcoind` and Electrum Server set up, run Mempool with: