[BREAKGLASS] Mempool for StartOS
Go to file
2024-05-08 07:53:22 -04:00
.github/workflows update to 2.5.1 (#28) 2024-03-05 17:02:05 -05:00
assets/utils remove proxy as a dependency option and require bitcoin core (#23) 2023-07-10 12:20:34 -04:00
scripts fixes bug with running migrations when service is not configured (#27) 2023-11-03 11:16:24 -04: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 use bitcoin rpc creds 2023-07-12 09:59:30 -06:00
Dockerfile update to 2.5.1 (#28) 2024-03-05 17:02:05 -05:00
get-tag.sh updated backend for mempool v2 2022-03-10 15:32:45 -08:00
icon.png updating for 0.3.0 2022-02-17 01:44:51 -05:00
instructions.md remove proxy as a dependency option and require bitcoin core (#23) 2023-07-10 12:20:34 -04:00
LICENSE Update LICENSE 2022-04-07 09:53:58 -04:00
Makefile Integration/2.5.0.5 (#26) 2023-10-24 19:00:36 -04:00
manifest.yaml update bounds for bitcoin (#29) 2024-05-08 07:53:22 -04: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