import api
net = api.NetCodePoolAPI('API-KEY-HERE')
print 'Alive workers:', [k for k, v in net.get_workers().items() if v['alive']]
print 'Best hashrate:', max([v['hashrate'] for k, v in net.get_workers().items()])
print 'Round earnings estimate:', net.get_stat('estimate')
print 'Current total hashrate:', net.get_stat('hashrate')-
Notifications
You must be signed in to change notification settings - Fork 0
License
kylestev/NetCodePool-API
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published