Mining monitoring
-
@sheepson
Activated the monitoring for the miners --api-listen --api-network and implemented some JSON requests getting the information directly from the miners. The same for the Pools I work with (should be easy to extend it for other pools too).Additional JSON requests to the nice FTC API for the right part of the display.
As I write this - I should maybe also add a JSON request for BTC-E to get current stock information.
-
Looks awesome! If you could put it on a git i would love to help some
-
Good idea. Just need to change the code a bit and make it more configurable - as some of my data is currently hard wired ;-) I’ll post an update with the GIT repository as soon as I’m finished.
-
Nice! Looking forward to it :)
-
looks very cool. hope to get to the point of mining where something like that would be very useful (as opposed to showing how little mining ive done ;) )
great work…cool stuff -
First version is now available on github - [url=https://github.com/sradics/miningdashboard]https://github.com/sradics/miningdashboard[/url].
A simple step by step instruction is available in the readme file.Already included:
[list]
[*]configuration of miners and local miner status requests
[*]D2 and Give-Me-Coins pool
[*]FTC-API queries
[*]AJAX loading of several dashboard areas
[/list]Have fun,
Sebastian -
Dude, this seriously looks fantastic. And you wrote it in Java too. Great project! +1 rep, and please keep up the good work!!!
-
Wow, i totally missed your post due to christmas! I’ll have a look now exciting!
-
[quote name=“Kevlar” post=“50194” timestamp=“1389007386”]
Dude, this seriously looks fantastic. And you wrote it in Java too. Great project! +1 rep, and please keep up the good work!!!
[/quote]@Kevlar - to hear this from you … thanks a lot :D
-
[quote name=“aatje92” post=“50197” timestamp=“1389009664”]
Wow, i totally missed your post due to christmas! I’ll have a look now exciting!
[/quote]@aatje92 - have fun playing with it. For questions please don’t hesitate to contact me ;)
-
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