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

When benchmarking (either CPU or GPU) no ethminer output is displayed #2

Closed jbaldwinroberts closed 9 years ago

jbaldwinroberts commented 9 years ago

joseph@joe-ubuntu:~/git/RunEthereumMiner$ python runminer.py -M -s --geth="../go-ethereum/build/bin/geth" --ethminer="/usr/bin/ethminer" [22:28 info] Running command '../go-ethereum/build/bin/geth --rpccorsdomain localhost --rpc' [22:28 info] Running command '/usr/bin/ethminer -M'

CameronDiver commented 9 years ago

Sorted it out now. Added that the verbose flag is set automatically on a benchmark, and changed it to read from the stdout stream when benchmarking because that's where ethminer puts the output.