Mention "esplora" value for blockstream/electrs
This commit is contained in:
		
							parent
							
								
									d944362c7d
								
							
						
					
					
						commit
						b7c918b79d
					
				@ -99,7 +99,10 @@ Edit `mempool-config.json` as needed.
 | 
			
		||||
 | 
			
		||||
In particular, make sure:
 | 
			
		||||
- 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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -61,6 +61,11 @@ Then, set the following variables in `docker-compose.yml` so Mempool can connect
 | 
			
		||||
      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.
 | 
			
		||||
 | 
			
		||||
With `bitcoind` and Electrum Server set up, run Mempool with:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user