mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Hotfix for Public-Pool (ZMQ) (#947)
This commit is contained in:
parent
c8b0311fa2
commit
9ffa9afe32
@ -15,7 +15,7 @@ services:
|
|||||||
- DOMAIN=$DEVICE_DOMAIN_NAME
|
- DOMAIN=$DEVICE_DOMAIN_NAME
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: sethforprivacy/public-pool:dcfc528@sha256:29dd3493bf30006c3a855a5533226d09705714074f822298443a45a4c8d356c3
|
image: sethforprivacy/public-pool:ef2d2b8@sha256:dddd4e9c4273f5e964c84052dfbb74a044169968aaae9e2a48ad02c663bf7c88
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
ports:
|
ports:
|
||||||
@ -29,7 +29,6 @@ services:
|
|||||||
- BITCOIN_RPC_PASSWORD=${APP_BITCOIN_RPC_PASS}
|
- BITCOIN_RPC_PASSWORD=${APP_BITCOIN_RPC_PASS}
|
||||||
- BITCOIN_RPC_PORT=${APP_BITCOIN_RPC_PORT}
|
- BITCOIN_RPC_PORT=${APP_BITCOIN_RPC_PORT}
|
||||||
- BITCOIN_RPC_TIMEOUT=10000
|
- BITCOIN_RPC_TIMEOUT=10000
|
||||||
- BITCOIN_ZMQ_HOST="tcp://${APP_BITCOIN_NODE_IP}:${APP_BITCOIN_ZMQ_RAWBLOCK_PORT}"
|
|
||||||
- API_PORT=2019
|
- API_PORT=2019
|
||||||
- STRATUM_PORT=2018
|
- STRATUM_PORT=2018
|
||||||
- NETWORK=mainnet
|
- NETWORK=mainnet
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: public-pool
|
id: public-pool
|
||||||
category: bitcoin
|
category: bitcoin
|
||||||
name: Public Pool
|
name: Public Pool
|
||||||
version: "dcfc528-hotfix"
|
version: "ef2d2b8-hotfix"
|
||||||
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,14 +25,9 @@ gallery:
|
|||||||
- 3.jpg
|
- 3.jpg
|
||||||
path: ""
|
path: ""
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
This hotfix update disables extra caching, so less powerful devices don't run out of memory.
|
This hotfix update resolves an issue that was causing public-pool to persist old-blocks.
|
||||||
It will result in the reinitiation of the pool's database.
|
|
||||||
|
|
||||||
|
See changes here: https://github.com/benjamin-wilson/public-pool/commit/dadb03ed1cba6334acc009b79a389fb7b71e8567
|
||||||
Also, this update fixs port/CORs issues when proxied to be accessible over the public internet.
|
|
||||||
|
|
||||||
|
|
||||||
See changes here: https://github.com/sethforprivacy/public-pool/pull/1
|
|
||||||
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…
Reference in New Issue
Block a user