From dc7dc9147fb2c00a494d136270e0e682fce91c27 Mon Sep 17 00:00:00 2001 From: islandbitcoin Date: Mon, 1 May 2023 11:16:55 -0400 Subject: [PATCH] edit instructions and config --- instructions.md | 18 +++++++++++++----- manifest.yaml | 2 +- scripts/services/getConfig.ts | 4 ++-- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/instructions.md b/instructions.md index 9b5c1f9..178adea 100644 --- a/instructions.md +++ b/instructions.md @@ -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. diff --git a/manifest.yaml b/manifest.yaml index f5a3b19..4901351 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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 diff --git a/scripts/services/getConfig.ts b/scripts/services/getConfig.ts index c685a5b..60c3e21 100644 --- a/scripts/services/getConfig.ts +++ b/scripts/services/getConfig.ts @@ -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": {