bitcobblers / multiminer-redux

Port/Re-write of Multiminer, only now built as a Tauri app instead of Electron.
2 stars 0 forks source link

Unify graphs #21

Closed mvastarelli closed 4 months ago

mvastarelli commented 4 months ago

The main screen uses separate graphs for the following four algorithms: etchash, kawpow, autolykos, and randomx.

Since there are many more supported algorithms, unify these into a single graph to make viewing easier.

mvastarelli commented 4 months ago

Pushed directly to main.