2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								# Docker Installation
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								This directory contains the Dockerfiles used to build and release the official images, as well as a `docker-compose.yml`  to configure environment variables and other settings.
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								If you are looking to use these Docker images to deploy your own instance of Mempool, note that they only containerize Mempool's frontend and backend. You will still need to deploy and configure Bitcoin Core and an Electrum Server separately, along with any other utilities specific to your use case (e.g., a reverse proxy, etc). Such configuration is mostly beyond the scope of the Mempool project, so please only proceed if you know what you're doing.
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-06-15 15:51:11 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								See a video guide of this installation method by k3tan [on BitcoinTV.com ](https://bitcointv.com/w/8fpAx6rf5CQ16mMhospwjg ).
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								Jump to a section in this doc:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								-  [Configure with Bitcoin Core Only ](#configure-with-bitcoin-core-only )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								-  [Configure with Bitcoin Core + Electrum Server ](#configure-with-bitcoin-core--electrum-server )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								-  [Further Configuration ](#further-configuration )
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## Configure with Bitcoin Core Only
 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								_Note: address lookups require an Electrum Server and will not work with this configuration. [Add an Electrum Server ](#configure-with-bitcoin-core--electrum-server ) to your backend for full functionality._
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								The default Docker configuration assumes you have the following configuration in your `bitcoin.conf`  file:
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```ini
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								txindex=1
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								server=1
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								rpcuser=mempool
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								rpcpassword=mempool
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								If you want to use different credentials, specify them in the `docker-compose.yml`  file:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_BACKEND: "none"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      CORE_RPC_HOST: "172.27.0.1"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      CORE_RPC_PORT: "8332"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      CORE_RPC_USERNAME: "customuser"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      CORE_RPC_PASSWORD: "custompassword"
							 
						 
					
						
							
								
									
										
										
										
											2023-03-20 16:15:40 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      CORE_RPC_TIMEOUT: "60000"
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								The IP address in the example above refers to Docker's default gateway IP address so that the container can hit the `bitcoind`  instance running on the host machine. If your setup is different, update it accordingly.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								Make sure `bitcoind`  is running and synced.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								Now, run:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
									
										
										
										
											2022-05-09 01:13:54 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								docker-compose up
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Your Mempool instance should be running at http://localhost. The graphs will be populated as new transactions are detected.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								## Configure with Bitcoin Core + Electrum Server
 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								First, configure `bitcoind`  as specified above, and make sure your Electrum Server is running and synced. See [this FAQ ](https://mempool.space/docs/faq#address-lookup-issues ) if you need help picking an Electrum Server implementation.
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-19 16:36:59 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								Then, set the following variables in `docker-compose.yml`  so Mempool can connect to your Electrum Server:
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_BACKEND: "electrum"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ELECTRUM_HOST: "172.27.0.1"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ELECTRUM_PORT: "50002"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ELECTRUM_TLS_ENABLED: "false"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-26 22:13:37 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								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
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								Of course, if your Docker host IP address is different, update accordingly.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								With `bitcoind`  and Electrum Server set up, run Mempool with:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```bash
							 
						 
					
						
							
								
									
										
										
										
											2022-05-09 01:13:54 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								docker-compose up
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								## Further Configuration
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Optionally, you can override any other backend settings from `mempool-config.json` .
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Below we list all settings from `mempool-config.json`  and the corresponding overrides you can make in the `api`  > `environment`  section of `docker-compose.yml` . 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  "MEMPOOL": {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "NETWORK": "mainnet",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "BACKEND": "electrum",
							 
						 
					
						
							
								
									
										
										
										
											2022-08-30 11:12:49 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "ENABLED": true,
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    "HTTP_PORT": 8999,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "SPAWN_CLUSTER_PROCS": 0,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "API_URL_PREFIX": "/api/v1/",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "POLL_RATE_MS": 2000,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "CACHE_DIR": "./cache",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "CLEAR_PROTECTION_MINUTES": 20,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "RECOMMENDED_FEE_PERCENTILE": 50,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "BLOCK_WEIGHT_UNITS": 4000000,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "INITIAL_BLOCKS_AMOUNT": 8,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "MEMPOOL_BLOCKS_AMOUNT": 8,
							 
						 
					
						
							
								
									
										
										
										
											2022-12-21 09:39:22 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "BLOCKS_SUMMARIES_INDEXING": false,
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    "USE_SECOND_NODE_FOR_MINFEE": false,
							 
						 
					
						
							
								
									
										
										
										
											2023-02-26 13:54:43 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "EXTERNAL_ASSETS": [],
							 
						 
					
						
							
								
									
										
										
										
											2022-08-09 17:26:14 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "STDOUT_LOG_MIN_PRIORITY": "info",
							 
						 
					
						
							
								
									
										
										
										
											2022-12-21 09:39:22 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "INDEXING_BLOCKS_AMOUNT": false,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "AUTOMATIC_BLOCK_REINDEXING": false,
							 
						 
					
						
							
								
									
										
										
										
											2023-02-26 13:54:43 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "POOLS_JSON_URL": "https://raw.githubusercontent.com/mempool/mining-pools/master/pools-v2.json",
							 
						 
					
						
							
								
									
										
										
										
											2022-12-21 09:39:22 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "POOLS_JSON_TREE_URL": "https://api.github.com/repos/mempool/mining-pools/git/trees/master",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "ADVANCED_GBT_AUDIT": false,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "ADVANCED_GBT_MEMPOOL": false,
							 
						 
					
						
							
								
									
										
										
										
											2023-01-09 10:34:55 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "CPFP_INDEXING": false,
							 
						 
					
						
							
								
									
										
										
										
											2023-02-24 15:06:47 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "MAX_BLOCKS_BULK_QUERY": 0,
							 
						 
					
						
							
								
									
										
										
										
											2023-07-30 12:09:05 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "DISK_CACHE_BLOCK_INTERVAL": 6,
							 
						 
					
						
							
								
									
										
										
										
											2023-08-03 17:42:41 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "PRICE_UPDATES_PER_HOUR": 1
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  },
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_NETWORK: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_BACKEND: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_HTTP_PORT: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_SPAWN_CLUSTER_PROCS: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_API_URL_PREFIX: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_POLL_RATE_MS: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_CACHE_DIR: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_CLEAR_PROTECTION_MINUTES: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_RECOMMENDED_FEE_PERCENTILE: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_BLOCK_WEIGHT_UNITS: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_INITIAL_BLOCKS_AMOUNT: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_MEMPOOL_BLOCKS_AMOUNT: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-12-21 09:39:22 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      MEMPOOL_BLOCKS_SUMMARIES_INDEXING: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_USE_SECOND_NODE_FOR_MINFEE: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_EXTERNAL_ASSETS: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_STDOUT_LOG_MIN_PRIORITY: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-12-21 09:39:22 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      MEMPOOL_INDEXING_BLOCKS_AMOUNT: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_AUTOMATIC_BLOCK_REINDEXING: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-08-09 17:26:14 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      MEMPOOL_POOLS_JSON_URL: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_POOLS_JSON_TREE_URL: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-12-21 09:39:22 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      MEMPOOL_ADVANCED_GBT_AUDIT: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_ADVANCED_GBT_MEMPOOL: ""
							 
						 
					
						
							
								
									
										
										
										
											2023-01-09 10:34:55 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      MEMPOOL_CPFP_INDEXING: ""
							 
						 
					
						
							
								
									
										
										
										
											2023-06-15 21:39:51 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      MEMPOOL_MAX_BLOCKS_BULK_QUERY: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MEMPOOL_DISK_CACHE_BLOCK_INTERVAL: ""
							 
						 
					
						
							
								
									
										
										
										
											2023-08-03 17:42:41 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      MEMPOOL_PRICE_UPDATES_PER_HOUR: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-12-21 09:39:22 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								`ADVANCED_GBT_AUDIT`  AND `ADVANCED_GBT_MEMPOOL`  enable a more accurate (but slower) block prediction algorithm for the block audit feature and the projected mempool-blocks respectively.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2023-01-09 10:34:55 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								`CPFP_INDEXING`  enables indexing CPFP (Child Pays For Parent) information for the last `INDEXING_BLOCKS_AMOUNT`  blocks.
							 
						 
					
						
							
								
									
										
										
										
											2022-12-21 09:39:22 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  "CORE_RPC": {
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    "HOST": "127.0.0.1",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "PORT": 8332,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "USERNAME": "mempool",
							 
						 
					
						
							
								
									
										
										
										
											2023-03-20 16:15:40 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "PASSWORD": "mempool",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "TIMEOUT": 60000
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  },
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      CORE_RPC_HOST: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      CORE_RPC_PORT: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      CORE_RPC_USERNAME: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      CORE_RPC_PASSWORD: ""
							 
						 
					
						
							
								
									
										
										
										
											2023-03-20 16:35:44 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      CORE_RPC_TIMEOUT: 60000
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  "ELECTRUM": {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "HOST": "127.0.0.1",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "PORT": 50002,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "TLS_ENABLED": true
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  },
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ELECTRUM_HOST: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ELECTRUM_PORT: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-05-12 10:17:53 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      ELECTRUM_TLS_ENABLED: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  "ESPLORA": {
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 03:36:14 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "REST_API_URL": "http://127.0.0.1:3000",
							 
						 
					
						
							
								
									
										
										
										
											2023-04-07 13:28:32 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "UNIX_SOCKET_PATH": "/tmp/esplora-socket",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "RETRY_UNIX_SOCKET_AFTER": 30000
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  },
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ESPLORA_REST_API_URL: ""
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 03:36:14 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      ESPLORA_UNIX_SOCKET_PATH: ""
							 
						 
					
						
							
								
									
										
										
										
											2023-04-07 13:28:32 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      ESPLORA_RETRY_UNIX_SOCKET_AFTER: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  "SECOND_CORE_RPC": {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "HOST": "127.0.0.1",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "PORT": 8332,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "USERNAME": "mempool",
							 
						 
					
						
							
								
									
										
										
										
											2023-03-20 16:15:40 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "PASSWORD": "mempool",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "TIMEOUT": 60000
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  },
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SECOND_CORE_RPC_HOST: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SECOND_CORE_RPC_PORT: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SECOND_CORE_RPC_USERNAME: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SECOND_CORE_RPC_PASSWORD: ""
							 
						 
					
						
							
								
									
										
										
										
											2023-03-20 16:15:40 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      SECOND_CORE_RPC_TIMEOUT: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  "DATABASE": {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "ENABLED": true,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "HOST": "127.0.0.1",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "PORT": 3306,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "DATABASE": "mempool",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "USERNAME": "mempool",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "PASSWORD": "mempool"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  },
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      DATABASE_ENABLED: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      DATABASE_HOST: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      DATABASE_PORT: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      DATABASE_DATABASE: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-06-24 13:55:26 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      DATABASE_USERNAME: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      DATABASE_PASSWORD: ""
							 
						 
					
						
							
								
									
										
										
										
											2023-04-28 19:05:49 -06:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      DATABASE_TIMEOUT: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  "SYSLOG": {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "ENABLED": true,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "HOST": "127.0.0.1",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "PORT": 514,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "MIN_PRIORITY": "info",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "FACILITY": "local7"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  },
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SYSLOG_ENABLED: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SYSLOG_HOST: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SYSLOG_PORT: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SYSLOG_MIN_PRIORITY: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SYSLOG_FACILITY: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  "STATISTICS": {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "ENABLED": true,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "TX_PER_SECOND_SAMPLE_PERIOD": 150
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  },
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      STATISTICS_ENABLED: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      STATISTICS_TX_PER_SECOND_SAMPLE_PERIOD: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  "BISQ": {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "ENABLED": false,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "DATA_PATH": "/bisq/statsnode-data/btc_mainnet/db"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      BISQ_ENABLED: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      BISQ_DATA_PATH: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  "SOCKS5PROXY": {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "ENABLED": false,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "HOST": "127.0.0.1",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "PORT": "9050",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "USERNAME": "",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "PASSWORD": ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 00:01:20 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SOCKS5PROXY_ENABLED: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SOCKS5PROXY_HOST: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SOCKS5PROXY_PORT: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SOCKS5PROXY_USERNAME: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      SOCKS5PROXY_PASSWORD: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-08-19 22:08:36 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-08-19 22:08:36 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  "LIGHTNING": {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "ENABLED": false
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "BACKEND": "lnd"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "TOPOLOGY_FOLDER": ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "STATS_REFRESH_INTERVAL": 600
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "GRAPH_REFRESH_INTERVAL": 600
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "LOGGER_UPDATE_INTERVAL": 30
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-08-19 22:08:36 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      LIGHTNING_ENABLED: false
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      LIGHTNING_BACKEND: "lnd"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      LIGHTNING_TOPOLOGY_FOLDER: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      LIGHTNING_STATS_REFRESH_INTERVAL: 600
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      LIGHTNING_GRAPH_REFRESH_INTERVAL: 600
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      LIGHTNING_LOGGER_UPDATE_INTERVAL: 30
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-08-19 22:08:36 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  "LND": {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "TLS_CERT_PATH": ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "MACAROON_PATH": ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "REST_API_URL": "https://localhost:8080"
							 
						 
					
						
							
								
									
										
										
										
											2023-03-20 16:35:44 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "TIMEOUT": 10000
							 
						 
					
						
							
								
									
										
										
										
											2022-08-19 22:08:36 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-08-19 22:08:36 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      LND_TLS_CERT_PATH: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      LND_MACAROON_PATH: ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      LND_REST_API_URL: "https://localhost:8080"
							 
						 
					
						
							
								
									
										
										
										
											2023-03-20 16:35:44 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      LND_TIMEOUT: 10000
							 
						 
					
						
							
								
									
										
										
										
											2022-08-19 22:08:36 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 19:02:13 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  "CLIGHTNING": {
							 
						 
					
						
							
								
									
										
										
										
											2022-08-19 22:08:36 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "SOCKET": ""
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
									
										
										
										
											2022-12-17 21:59:39 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
									
										
										
										
											2022-08-19 22:08:36 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 19:02:13 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      CLIGHTNING_SOCKET: ""
							 
						 
					
						
							
								
									
										
										
										
											2022-08-19 22:08:36 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2023-03-19 15:39:17 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< br / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								`mempool-config.json` :
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```json
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  "MAXMIND": {
							 
						 
					
						
							
								
									
										
										
										
											2023-03-19 17:33:51 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "ENABLED": true,
							 
						 
					
						
							
								
									
										
										
										
											2023-03-19 15:39:17 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    "GEOLITE2_CITY": "/usr/local/share/GeoIP/GeoLite2-City.mmdb",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "GEOLITE2_ASN": "/usr/local/share/GeoIP/GeoLite2-ASN.mmdb",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    "GEOIP2_ISP": "/usr/local/share/GeoIP/GeoIP2-ISP.mmdb"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Corresponding `docker-compose.yml`  overrides:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```yaml
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  api:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    environment:
							 
						 
					
						
							
								
									
										
										
										
											2023-03-19 17:33:51 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      MAXMIND_ENABLED: true,
							 
						 
					
						
							
								
									
										
										
										
											2023-03-19 18:00:37 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      MAXMIND_GEOLITE2_CITY: "/backend/GeoIP/GeoLite2-City.mmdb",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MAXMIND_GEOLITE2_ASN": "/backend/GeoIP/GeoLite2-ASN.mmdb",
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      MAXMIND_GEOIP2_ISP": "/backend/GeoIP/GeoIP2-ISP.mmdb"
							 
						 
					
						
							
								
									
										
										
										
											2023-03-19 15:39:17 +09:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      ...
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```