CameronDiver / Minereum

A short script to run the ethminer program and parse it's output to produce more meaningful information.
GNU General Public License v2.0
2 stars 5 forks source link

Minereum

A short script to mine Ether and parse the output to produce more meaningful information. Minereum starts an ethereum node using Geth and a standalone miner using Ethminer. Geth works in conjunction with Ethminer, using Ethminer as a worker and Geth as a scheduler.

Features

Install

GPU Mining

CPU Mining

Output

./minereum -G --geth="../go-ethereum/build/bin/geth" --ethminer="/usr/bin/ethminer"
[22:37  info]   Running command '../go-ethereum/build/bin/geth --rpccorsdomain localhost --rpc'
[22:37  info]   Running command '/usr/bin/ethminer -G'
[22:37  ethminer]   Connecting to geth JSON... 
[22:37  ethminer]   Connected.
[22:37  ethminer]   Full DAG loaded 
[22:37  ethminer]   Average Speed: 1.798Mh/s 

Query for accounts and balances

More Information

For more information on installing Geth and Ethminer take a look at the wiki. To see the Ethereum network stats take a look at stats.ethdev.com