Skip to content
This repository has been archived by the owner on May 6, 2018. It is now read-only.

miner_getfile #2

Open
wiryonolau opened this issue May 11, 2017 · 5 comments
Open

miner_getfile #2

wiryonolau opened this issue May 11, 2017 · 5 comments

Comments

@wiryonolau
Copy link

Hi, could you implement read/write config like EthMon
the command is
{"method":"miner_getfile", "params":["config.txt"]}

@osnwt
Copy link
Collaborator

osnwt commented May 17, 2017

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).

rigmon

rigmon GPU health chart

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.

@Vaelek
Copy link

Vaelek commented Jun 16, 2017

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.

@Splasher2000
Copy link

That is definitly a shame.
Thanks for your great tool.

I try the same for our mining-project - maybe you can tell me where you save the Temperature? SQL-Database?

Happy for every help =)

@osnwt
Copy link
Collaborator

osnwt commented Jun 30, 2017

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.

@jtktam
Copy link

jtktam commented Jan 7, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants