From e755aefc7b7cdf5ac034dfe1338a0438a9569ab5 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Tue, 27 Feb 2024 17:00:46 +1100 Subject: [PATCH] Update public pool (#983) --- public-pool/docker-compose.yml | 4 ++-- public-pool/umbrel-app.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public-pool/docker-compose.yml b/public-pool/docker-compose.yml index d6ee4655..6ef5fcb8 100644 --- a/public-pool/docker-compose.yml +++ b/public-pool/docker-compose.yml @@ -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: diff --git a/public-pool/umbrel-app.yml b/public-pool/umbrel-app.yml index 1c5cf37b..a808f3a5 100644 --- a/public-pool/umbrel-app.yml +++ b/public-pool/umbrel-app.yml @@ -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 \ No newline at end of file