Mention "esplora" value for blockstream/electrs
This commit is contained in:
		
							parent
							
								
									9d11c2eaa0
								
							
						
					
					
						commit
						b2aa83265c
					
				@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -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:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user