[BREAKGLASS] Mempool for StartOS
Go to file
2022-07-01 01:00:16 -06:00
assets update to v2.4.0 2022-06-14 13:58:22 -04:00
docs update address lookup warnings 2022-05-10 17:39:08 -05:00
mempool@f901f06992 Update/v2.4.0 (#9) 2022-06-13 12:43:09 -04:00
migrations Mempool updated to use js procedures (#12) 2022-06-30 01:16:53 -04:00
scripts switch to sdk lib (#13) 2022-07-01 00:41:27 -06:00
.gitignore updated health checks 2022-04-14 16:43:41 -04:00
.gitmodules update readme and add submodule 2021-04-22 04:35:16 -06:00
docker_entrypoint.sh resolved issues - #8#3#2#6 2022-06-13 16:12:07 -04:00
Dockerfile address lookups with electrs 2022-05-05 11:04:52 -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
LICENSE Update LICENSE 2022-04-07 09:53:58 -04:00
Makefile Mempool updated to use js procedures (#12) 2022-06-30 01:16:53 -04:00
manifest.yaml Update manifest.yaml 2022-07-01 01:00:16 -06: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