Update public pool (#983)

This commit is contained in:
smolgrrr 2024-02-27 17:00:46 +11:00 committed by GitHub
parent d48939baa6
commit e755aefc7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -8,14 +8,14 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
web:
image: smolgrrr/public-pool-ui:c2c081d@sha256:3623a1a42cfd0d3cab23ade9bc1bc6ccfadce583303d3a61bd0b3cc421246a36
image: smolgrrr/public-pool-ui:8cd2563@sha256:95884d33475b1681cf645831aefadb0cc31a89c6f537ede643251bc874311804
restart: on-failure
stop_grace_period: 30s
environment:
- DOMAIN=$DEVICE_DOMAIN_NAME
server:
image: sethforprivacy/public-pool:ef2d2b8@sha256:dddd4e9c4273f5e964c84052dfbb74a044169968aaae9e2a48ad02c663bf7c88
image: sethforprivacy/public-pool:820d8d1@sha256:2074bdad3930ad6e07e73f03cc07970cc5c912ab597bc7f11565d22038695d74
restart: on-failure
stop_grace_period: 30s
ports:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: public-pool
category: bitcoin
name: Public Pool
version: "ef2d2b8-hotfix"
version: "820d8d1"
tagline: Fully Open Source Solo Bitcoin Mining Pool
description: >-
Run your own Bitcoin Solo Mining Pool with no fees.
@ -25,9 +25,9 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
This hotfix update resolves an issue that was causing public-pool to persist old-blocks.
This update includes some performance improvements, and UI changes.
See changes here: https://github.com/benjamin-wilson/public-pool/commit/dadb03ed1cba6334acc009b79a389fb7b71e8567
See changes here: https://github.com/benjamin-wilson/public-pool
defaultPassword: ""
submitter: smolgrrr
submission: https://github.com/getumbrel/umbrel-apps/pull/915