Mining monitoring
-
[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