mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 19:00:42 +02:00
Compare commits
5 Commits
710d58e406
...
1e4c89a467
Author | SHA1 | Date | |
---|---|---|---|
1e4c89a467 | |||
bde70f3cf2 | |||
6095647a0f | |||
db473855eb | |||
9bc90a9380 |
@ -19,7 +19,7 @@ services:
|
|||||||
NGINX_PORT: $APP_MEMPOOL_PORT
|
NGINX_PORT: $APP_MEMPOOL_PORT
|
||||||
NGINX_HOSTNAME: $APP_MEMPOOL_API_IP
|
NGINX_HOSTNAME: $APP_MEMPOOL_API_IP
|
||||||
LIGHTNING_DETECTED_PORT: $APP_MEMPOOL_LIGHTNING_NODE_PORT
|
LIGHTNING_DETECTED_PORT: $APP_MEMPOOL_LIGHTNING_NODE_PORT
|
||||||
AUDIT: true
|
AUDIT: "true"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: $APP_MEMPOOL_IP
|
ipv4_address: $APP_MEMPOOL_IP
|
||||||
@ -60,9 +60,9 @@ services:
|
|||||||
LND_REST_API_URL: "https://$APP_MEMPOOL_LIGHTNING_NODE_IP:$APP_MEMPOOL_LIGHTNING_NODE_REST_PORT"
|
LND_REST_API_URL: "https://$APP_MEMPOOL_LIGHTNING_NODE_IP:$APP_MEMPOOL_LIGHTNING_NODE_REST_PORT"
|
||||||
LND_TIMEOUT: 120000
|
LND_TIMEOUT: 120000
|
||||||
NODE_OPTIONS: "--max-old-space-size=2048"
|
NODE_OPTIONS: "--max-old-space-size=2048"
|
||||||
BLOCKS_SUMMARIES_INDEXING: true
|
MEMPOOL_BLOCKS_SUMMARIES_INDEXING: "true"
|
||||||
GOGGLES_INDEXING: true
|
MEMPOOL_GOGGLES_INDEXING: "true"
|
||||||
AUDIT: true
|
MEMPOOL_AUDIT: "true"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: $APP_MEMPOOL_API_IP
|
ipv4_address: $APP_MEMPOOL_API_IP
|
||||||
|
@ -1,26 +1,33 @@
|
|||||||
manifestVersion: 1
|
manifestVersion: 1
|
||||||
id: btc-mempool
|
id: btc-mempool
|
||||||
category: bitcoin
|
category: bitcoin
|
||||||
name: mempool dot guide
|
name: mempool
|
||||||
version: "3.2.0"
|
version: "3.2.0"
|
||||||
tagline: Explorer
|
tagline: Explorer
|
||||||
icon: https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/mempooldotguide.png
|
icon: https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/mempooldotguide.png
|
||||||
description: >-
|
description: >-
|
||||||
Run your own mempool dot guide instance.
|
Run your own mempool dot guide instance.
|
||||||
|
|
||||||
|
|
||||||
|
features:
|
||||||
|
|
||||||
|
|
||||||
|
- reworked health algorithm to show how much healthy transactions there is in a block.
|
||||||
|
|
||||||
|
- removed shitcoin explorer features.
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
developer: Mempool Space K.K.
|
developer: Mempool Space K.K.
|
||||||
website: https://mempool.space/about
|
website: https://mempool.guide
|
||||||
dependencies:
|
dependencies:
|
||||||
- bitcoin
|
|
||||||
- electrs
|
- electrs
|
||||||
repo: https://github.com/retropex/mempool
|
repo: https://github.com/retropex/mempool
|
||||||
support: https://mempool.support
|
support: https://mempool.support
|
||||||
port: 3006
|
port: 3006
|
||||||
gallery:
|
gallery:
|
||||||
- https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/refs/heads/master/mempool/1.jpg
|
- https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/1.jpg
|
||||||
- https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/refs/heads/master/mempool/2.jpg
|
- https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/2.jpg
|
||||||
- https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/refs/heads/master/mempool/3.jpg
|
- https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/3.jpg
|
||||||
- https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/refs/heads/master/mempool/4.jpg
|
- https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/4.jpg
|
||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
@ -46,5 +53,5 @@ widgets:
|
|||||||
- title: "High priority"
|
- title: "High priority"
|
||||||
text: "27"
|
text: "27"
|
||||||
subtext: "sat/vB"
|
subtext: "sat/vB"
|
||||||
submitter: Mempool Space K.K.
|
submitter: Léo Haf
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/470
|
submission: https://github.com/Retropex/Bitcoin-store/pull/7
|
||||||
|
Loading…
Reference in New Issue
Block a user