wcpannell / apiminer

Interface with Claymore JSON RPC and XMRStak API
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

create simple demo application #10

Open wcpannell opened 5 years ago

wcpannell commented 5 years ago

Simple command line script that outputs formatted API data.

usage:

python -m apiminer miner1=claymore@localhost:8080 xmrstak@127.0.0.1:8081

Miner    coin    HR    uptime
miner1    ethash    667MH/s    873728:08
127.0.0.1:8081    monero    2.22kH/s    00:32
wcpannell commented 5 years ago

depends on #11