Mempool dot guide for start9
Go to file
2025-04-14 14:58:37 +02:00
.github/workflows bump version bounds for LND (#30) 2024-06-17 19:26:54 -04:00
assets/utils fix DNS 2025-04-14 14:12:47 +02:00
scripts fix DNS 2025-04-14 14:12:47 +02:00
.gitignore feat/x86 (#17) 2022-12-07 13:34:13 -07:00
.gitmodules V2.5.0 update, and replace submodule with docker images (#21) 2023-04-20 17:45:16 -04:00
docker_entrypoint.sh fix audit activation 2025-04-14 14:58:37 +02:00
Dockerfile update dockerfile to use debian bookworm 2025-04-14 14:11:52 +02:00
get-tag.sh updated backend for mempool v2 2022-03-10 15:32:45 -08:00
icon.png compress icon 2025-04-14 11:58:27 +02:00
instructions.md v3.0.0 Upstream Update (#32) 2024-08-26 12:17:48 -04:00
LICENSE Update LICENSE 2022-04-07 09:53:58 -04:00
Makefile fix yq 2025-04-14 14:10:59 +02:00
manifest.yaml switch to mempool dot guide source code 2025-04-14 11:42:40 +02:00
README.md updated README.md 2022-04-13 09:36:10 -04:00

Wrapper for Mempool

mempool is a fully featured visualizer, explorer, and API service for the Bitcoin mempool, with a focus on the emerging transaction fee market to help our transition into a multi-layer ecosystem

Dependencies

Cloning

Clone the project locally. Note the submodule link to the original project(s).

git clone https://github.com/Start9Labs/mempoolwrapper.git
cd mempool-wrapper
git submodule update --init --recursive
docker run --privileged --rm tonistiigi/binfmt --install arm64,riscv64,arm

Building

To build the project, run the following commands:

make

Installing (on Embassy)

SSH into an Embassy device. scp the .s9pk to any directory from your local machine.

scp mempool.s9pk root@<LAN ID>:/tmp

Run the following command to determine successful install:

embassy-cli auth login
embassy-cli package install /tmp/mempool.s9pk