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

Geth JSON interface #11

Closed CameronDiver closed 9 years ago

CameronDiver commented 9 years ago

Create a JSON interface so that runminer.py can query geth for accounts and and balances etc.

CameronDiver commented 9 years ago

@josephroberts I'm trying to work out how to integrate this into the script. We could use ncurses and just listen for individual keys, so like b could print balance q could be quit etc.

Or i can change the logging library so it always leave a line at the bottom for commands to be typed in.

What do you think?

CameronDiver commented 9 years ago

Implemented the single characters version, not using ncurses though because it's a pain