mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 01:43:13 +00:00
19 lines
270 B
Markdown
19 lines
270 B
Markdown
# Script: info-ethermine
|
|
|
|
This script reports the current hashrate (in MH/s) for your ethermine account.
|
|
|
|
|
|
## Dependencies
|
|
|
|
* `python-requests`
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/info-ethermine]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/info-ethermine.sh
|
|
interval = 60
|
|
```
|