Mining monitoring
-
Latest version now with a graph showing the daily FTC production (fetched via quartz triggered jobs from your pools and values stored in a mongo database)
[img]http://farm6.staticflickr.com/5516/11771260413_e38985db64_b.jpg[/img]
My mongo database is currently running on my two rigs with (2x2 datasets for availability).
Will now continue with some more documentation, in case you’ll start using it, hopefully it’s not that difficult getting started.
-
Good idea, good work…
-
REDIC!!! Hahaha, good job my friend!
-
Looks epic! what even looks more epic is the amount of FTC it shows u own :o
-
[quote name=“Morderchai” post=“50255” timestamp=“1389023982”]
Looks epic! what even looks more epic is the amount of FTC it shows u own :o
[/quote]Or it’s a test environment ;-)
-
And now a new profitability calculator is included (algorithm is the same like from the Feathercoin page). Results are placed to the right.
[img]http://farm4.staticflickr.com/3673/11889981073_a14cd2141e_b.jpg[/img]
Check it out from GitHub [url=https://github.com/sradics/miningdashboard]https://github.com/sradics/miningdashboard[/url]
-
[quote name=“iawgoM” post=“51491” timestamp=“1389475448”]
Great job! Can’t wait for my rig build to be finished (waiting for damn GPUs and PSU) so I can use this :)
[/quote]Wish you a fast installation progress ;) . Maybe you can provide me afterwards some info how it’s working for you - also to learn, what you’re missing and what should be improved.
-
This is a Great Idea however for us non technie guys how would we put this on our server.
-
[quote name=“ADSactly” post=“51802” timestamp=“1389620525”]
This is a Great Idea however for us non technie guys how would we put this on our server.
[/quote]Good question. Completely without some tech knowledge it’s not yet in a shape to get it running.
If you’re able to install and run a Tomcat ([font=Verdana][size=78%][url=http://tomcat.apache.org/]http://tomcat.apache.org/[/url][/size][/font]) - the rest is not difficult.
At [font=Verdana][/size][size=78%][url=https://github.com/sradics/miningdashboard/releases/tag/v0.5]https://github.com/sradics/miningdashboard/releases/tag/v0.5[/url][/size][/font] you can download the war-files (binaries for tomcat) and install them in Tomcat. After adjusting the configuration for your miners and the pool connection in /defaultAppConfig.properties and /minerProperties.json and restarting your Tomcat you should see an running version in your browser at [font=Verdana][/size][size=78%][url=http://localhost:8080/dashboardweb-1.0-SNAPSHOT]http://localhost:8080/dashboardweb-1.0-SNAPSHOT[/url][/size][/font]
Please let me know if you need further help ;)
Maybe later I could also provide an executable self containing version for simpler startup, but this depends on demand.
-
Ah this is awesome! can’t believe i missed it, damn christmas!
As an Java rookie i can’t wait to dig a bit into the source code.
Im guessing it might answer alot of questions i have :D