edit instructions and config

This commit is contained in:
islandbitcoin 2023-05-01 11:16:55 -04:00
parent defcb59123
commit dc7dc9147f
3 changed files with 16 additions and 8 deletions

View File

@ -3,9 +3,19 @@
Mempool is an open-source explorer developed for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem.
## Configuration
Mempool on the Embassy requires a fully synced archival Bitcoin Core node to function.
Mempool on the Start9 Server requires a fully synced archival Bitcoin Core node to function.
This implementation of Mempool on Embassy enables you to connect to your own Bitcoin Core node.
This implementation of Mempool on the Start9 Server enables you to connect to your own Bitcoin Core node.
As of Mempool v2.5.0, you can optionally enable the Lightning Tab. This requires you to have either LND or Core Lightning running on your Start9 Server.
## Lightning
Once the Lightning tab is enabled, you are able to see information across the entire lightining network, including statistics about your own lightning node. Choosing LND or Core Lightning provide similar network data, but may have different quantities of historical data depending on the age of your lightning node.
## Mining
The Mining tab provides network information about bitcoin mining statistics and 3rd party information about known mining pools connected to each confirmed block.
## Address Lookups
@ -13,8 +23,6 @@ To enable address lookups, toggle on the "Enable Electrs Address Lookups" option
You will need electrs to be installed and synced before this feature will work. Also, lookups may be slow or time out altogether while the service is still warming up, or if there are too many other things running on your system.
**ATTENTION: Address lookups are an alpha feature. If electrs' health check is failing consistently even after it's fully synced, or if address lookups in mempool are timing out consistently, try restarting electrs, wait for it to finish syncing, and then try looking up an address again.**
## Support
For additional support, please visit the mempool.space matrix support room.
For additional support, please read the mempool documentation on the documentation tab, or visit the mempool.space matrix support room.

View File

@ -1,6 +1,6 @@
id: mempool
title: Mempool
version: 2.5.0
version: 2.5.0.1
release-notes: |
* Update Mempool to v2.5.0 [Release Notes](https://github.com/mempool/mempool/releases/tag/v2.5.0)
* Note: After upgrading the blocks database table will be cleared and reindexed

View File

@ -87,7 +87,7 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({
"type": "union",
"name": "Lightning Node",
"description":
"The Lightning node to connect to",
"The Lightning node you will connect to in order to serve network data to the Lightning tab in Mempool",
"tag": {
"id": "type",
"name": "Select Lightning Node",
@ -97,7 +97,7 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({
"cln": "Core Lightning",
},
"description":
"The Lightning node to connect to",
"The Lightning node you will connect to in order to serve network data to the Lightning tab in Mempool",
},
"default": "none",
"variants": {