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
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,37 @@ Pithead ships as **one product, one version** — the version lives in the top-l
[`VERSION`](VERSION) file and every released image is tagged with it. Releases are cut
per the process in [`docs/dev/releasing.md`](docs/dev/releasing.md).

## [1.16.0] - 2026-08-01

### Added

- **Expected vs actual earnings, at a glance and in both views (#808).** A new dashboard card
puts each income stream's estimate beside what the view-only wallets actually confirmed, over
the same window: Monero XMR over the trailing 7 days — expected from the 7-day average routed
P2Pool hashrate, the hashrate that actually ran the window — with a percent-of-expected; Tari
in blocks over 30 days (solo merge-mining pays whole blocks, and a fraction of a block per
month is the normal expectation, shown as such); and XvB raffle wins in the window beside XvB's
published estimate for the current tier. The card appears in the Simple view too — its first
earnings figure. Streams without payout confirmation show the config key to set rather than a
zero, and windows that outrun the recorded payout history keep their partial marking. No XvB
XMR figure is shown anywhere: a win pays out through ordinary small payouts the payout table
cannot attribute, so any such number would be an invention.

### Fixed

- **A local→remote node switch now retires the old node container (#795).** Switching
`monero.mode` or `tari.mode` to `remote` dropped the node's compose profile as promised, but
compose never removes the running container of a profile-disabled service — it is not an
orphan — so the old node kept running, offline and re-syncing, against a remote-mode config.
Every `up` now removes the containers of profile-disabled services before recreating anything,
which also heals a box already stuck in that state on its next `apply` or `up`. On-disk chain
data is untouched, exactly as the apply preview says.
- **The tari-wallet container can now actually report healthy (#777).** Its liveness probe
grepped for the full `minotari_console_wallet` process name, but `ps` truncates the command
column at 15 characters, so the check could never match and the container reported unhealthy
forever — a permanently-firing container alert for the first user of Tari payout confirmation.
The probe now matches the truncated form `ps` actually prints.

## [1.15.0] - 2026-08-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.16.0
2 changes: 1 addition & 1 deletion build/dashboard/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "mining-dashboard"
# Keep in lockstep with the top-level VERSION file — the single source of truth for the stack version
# (#44). A shell test (tests/stack/run.sh) fails if these drift; the dashboard *displays* the version
# from VERSION (baked in as PITHEAD_VERSION, #58), so this is packaging metadata only.
version = "1.15.0"
version = "1.16.0"
description = "Monitoring dashboard and XvB switching engine for Pithead"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion build/dashboard/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.