Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sv2-ui/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

docker:
image: docker:28.3.0-dind@sha256:56e360024d7d35dac801b8fc87f869ccf5c89b88399dd266f7cfc1169690a86b
privileged: true

Check warning on line 10 in sv2-ui/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

access.privileged

Service `docker` uses `privileged: true`; justify this in the PR.
network_mode: host

Check warning on line 11 in sv2-ui/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

access.host_network

Service `docker` uses host networking; justify this in the PR.
stop_grace_period: 1m
restart: on-failure
environment:
Expand Down Expand Up @@ -37,7 +37,7 @@
- ${APP_DATA_DIR}/data/config:/app/data/config

sv2-ui:
image: stratumv2/sv2-ui:v0.5.0@sha256:e02bb0ec9588dda71817ef70bad9ff6c41f800d5d2c770ca4e39227d7d48381d
image: stratumv2/sv2-ui:v0.6.0@sha256:e9fc51df9c0fc02d367b4fe1a72f8216d7aaa5ce8a502982965610b95f244305
stop_grace_period: 1m
restart: on-failure
# required: sv2-ui expects docker DNS to resolve container names in production.
Expand Down
12 changes: 9 additions & 3 deletions sv2-ui/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: sv2-ui
category: bitcoin
name: Stratum V2 UI
version: "0.5.0"
version: "0.6.0"
tagline: Setup and monitor Stratum V2 mining
description: >-
Stratum V2 UI is a setup wizard and monitoring dashboard for running a
Expand All @@ -26,8 +26,14 @@ gallery:
path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
Added new Sv2 SOLO pools, together with new features like fallback pools, payout verification and minor bug fixes. More details in the release notes at https://github.com/stratum-mining/sv2-ui/releases/tag/v0.5.0.
releaseNotes: |-
- Added NexusPool and CK Pool for solo mining.
- Simplified Bitcoin Core connection setup for Job Declaration mode and unified pool configuration.
- Streamlined the dashboard with per-worker best difficulty and more accurate hashrate reporting.
- Added UI settings for coinbase verification, minimum worker hashrate, and custom JDS ports.
- Improved log readability with smart color coding.

Full release notes: https://github.com/stratum-mining/sv2-ui/releases/tag/v0.6.0
dependencies:
- bitcoin
developer: "The Stratum V2 Developers"
Expand Down