Browse Source

Update Public Pool - Bitcoin Core v28 compatibility (#1726)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
28b749e477
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      public-pool/docker-compose.yml
  2. 7
      public-pool/umbrel-app.yml

3
public-pool/docker-compose.yml

@ -15,7 +15,7 @@ services:
- DOMAIN=$DEVICE_DOMAIN_NAME - DOMAIN=$DEVICE_DOMAIN_NAME
server: server:
image: sethforprivacy/public-pool:820d8d1@sha256:2074bdad3930ad6e07e73f03cc07970cc5c912ab597bc7f11565d22038695d74 image: sethforprivacy/public-pool:9c14003@sha256:becfe82228a4cc814da8832d0c909000a382e2b39ef8a5d5cb6a8fb0bc554850
restart: on-failure restart: on-failure
stop_grace_period: 30s stop_grace_period: 30s
ports: ports:
@ -35,6 +35,7 @@ services:
- API_SECURE=false - API_SECURE=false
- ENABLE_SOLO=true - ENABLE_SOLO=true
- ENABLE_PROXY=false - ENABLE_PROXY=false
- POOL_IDENTIFIER="Public Pool on Umbrel"
proxy: proxy:
image: nginx:1.25.3@sha256:4c0fdaa8b6341bfdeca5f18f7837462c80cff90527ee35ef185571e1c327beac image: nginx:1.25.3@sha256:4c0fdaa8b6341bfdeca5f18f7837462c80cff90527ee35ef185571e1c327beac

7
public-pool/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: public-pool id: public-pool
category: bitcoin category: bitcoin
name: Public Pool name: Public Pool
version: "820d8d1" version: "9c14003"
tagline: Fully Open Source Solo Bitcoin Mining Pool tagline: Fully Open Source Solo Bitcoin Mining Pool
description: >- description: >-
Run your own Bitcoin Solo Mining Pool with no fees. Run your own Bitcoin Solo Mining Pool with no fees.
@ -25,9 +25,10 @@ gallery:
- 3.jpg - 3.jpg
path: "" path: ""
releaseNotes: >- releaseNotes: >-
This update includes some performance improvements, and UI changes. This update brings Bitcoin Core v28 compatibility to Public Pool, along with a number of other improvements.
See changes here: https://github.com/benjamin-wilson/public-pool
If you have already updated your Bitcoin Node app to v28.0 and Public Pool is not working, this update will fix it.
defaultPassword: "" defaultPassword: ""
submitter: smolgrrr submitter: smolgrrr
submission: https://github.com/getumbrel/umbrel-apps/pull/915 submission: https://github.com/getumbrel/umbrel-apps/pull/915
Loading…
Cancel
Save