Giter Club home page Giter Club logo

ethmonitor's Introduction

EthMonitor

A gui to monitor the api port of a Ethminer instance.

Any ideas, comments, or suggestions can be made via inline comments in a commit, a pull request, or issue tracker.

screen

screen

Compilation


Using maven to handle dependencies.

  • Install Maven 3
  • Clone this repo and: mvn clean install

Downloads


Downloads

Configuration


First configure ethminer to open a port. Add the argument below to your startup script.

--api-port 3333

For example:

ethminer.exe -HWMON 1 -RH -G -P stratum+tcp://abcdefghijklmnopqrstuvwxyz1234567890.your_name_here@us1.ethermine.org:4444 --opencl-device 0 --api-port -3333

Optionally in linux you can run ethminer headless/nogui, with this gist. Headless Script

Point EthMonitor to your server by adding lines to you initialization file (config.ini). If you do not have a config.ini one will be generated for you on start up.

## Configuration ##
#IPaddress and port of the server to pole, more than one server line can be added
#Example: server={ipaddress}:{port}
server=127.0.0.1:3333

#Enable Tray Icon, true (default), false
trayicon=true
#Enable "AreYouSure" Question for exiting.
trayicon.question=true
#Detailed results, includes wattage
detailed=true

##   Appearance   ##
#Max hashrate, status gauge (default:200)
gauge_max.status=200
#Max hashrate, gpu gauge (default:50)
gauge_max.gpu=50
#Poling rate, amount of time in ms to wait between poles
poling_rate=1000
#Graphing Points (default:100)
graph_points=100
#Verbosity of the console, 1=TX/RX info, 2=ResponseParsing
verbose=0
#Animate gauges, true (default), false
animate=true

ethmonitor's People

Contributors

deathmarine avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.