-
Notifications
You must be signed in to change notification settings - Fork 33
miner_getfile #2
Comments
I am sorry, but this project was cancelled and is not being developed anymore. I wrote it as a simple task to learn javascript. Since then I mastered it a lot and rewrote it from scratch using modern class-based approaches and latest ECMAscript features. It has full support of coin autodetect, rate scaling and underrate detection, dual miner support, console view feature, historical database of GPU health (temperatures, coolers) with charts, ini-style configuration file, miner rig grouping, etc. It also was planned to add some actions with web authentication. Of course, it still runs under any OS: MacOS, Linux, Windows (I had to find a replacement for RRD database to make easier to run it under Windows without RRDtool installation). As always, for freeware projects the main motivation for developers is a public interest and feedback. This is a driving force for improving a project and adding new features. But since this project had almost zero feedback and interest both here and in Claymore's miner topics despite few my posts there (even not talking about donations), I decided to not make a new one open and keep it for internal use only. |
That is a shame :( Myself and my whole team would very much love to get our hands on the version you've shown here, perhaps even contribute to enhancements. With current interest levels in mining I think this project could gain some decent popularity if it became more well known. Hoping you reconsider your decision on releasing it. |
That is definitly a shame. I try the same for our mining-project - maybe you can tell me where you save the Temperature? SQL-Database? Happy for every help =) |
Sorry for the late answer. No, SQL is not optimal for such data when you usually need high resolution for few days only. So I use a kind or RRD-like database written completely in javascript. Original RRD is good but has no ready to use npm package for Windows. Since some of my friends run it on Win, I had to find a replacement and not pull RRD native libraries that require separate installing. |
would you consider a pateron project or something. i am sure others will also pitch in a few bucks to keep it going to get access to a better monitor |
Hi, could you implement read/write config like EthMon
the command is
{"method":"miner_getfile",
"params":["config.txt"]}The text was updated successfully, but these errors were encountered: