Skip to content

v1.2.0

Latest

Choose a tag to compare

@SplittyDev SplittyDev released this 16 Jun 22:19
· 4 commits to main since this release

Highlights

Routing Improvements

Warmup now more reliably reaches your fleet even when the coordinator doesn't like routing to it. Chat messages now more reliably reach your fleet, and chat title generation prefers your fleet while still using the rest of the network as fallback. In addition to those changes, you can now choose between My Fleet (Prefer) and My Fleet (Enforce).

Better Earnings Estimation

The earnings estimation algorithm has been reworked to use a normalized weighted average, and interpolates missing timeframes between historical and current data.

The formula is as follows:

$$P = \frac{ 0.15 \cdot \mathbf{1}_{15m} \cdot P_{15m} + 0.35 \cdot \mathbf{1}_{h} \cdot P_{h} + 0.50 \cdot \mathbf{1}_{d} \cdot P_{d} }{ 0.15 \cdot \mathbf{1}_{15m} + 0.35 \cdot \mathbf{1}_{h} + 0.50 \cdot \mathbf{1}_{d} }, \quad \mathbf{1}_x = \begin{cases} 1, & \text{if } P_x \text{ exists} \\\ 0, & \text{otherwise} \end{cases}$$

UI Improvements

The provider ID can now be copied, machine details show basic information and the restart panel even when offline.

Changelog

  • Improve chat routing
  • Improve provider warmup reliability
  • Allow provider ID to be copied
  • Show useful machine details even when the provider is offline
  • Fix missing region and country code API errors
  • Improve earnings estimation algorithm

Full Changelog: v1.1.0...v1.2.0