https://github.com/tetherto/miningos-wrk-electricity-base
https://github.com/tetherto/miningos-wrk-electricity-base
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tetherto/miningos-wrk-electricity-base
- Owner: tetherto
- License: apache-2.0
- Created: 2026-01-07T12:30:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-03-19T13:46:45.000Z (4 months ago)
- Last Synced: 2026-03-20T06:31:54.206Z (4 months ago)
- Language: JavaScript
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# miningos-wrk-electricity-base
## Setup
```
DEBUG="*" node worker.js --wtype wrk-electricity-base --env development --rack rack-1
```
## Example Usage via RPC
All calls are made through the `hp-rpc-cli` command-line tool using the `-m 'getWrkExtData'` method
### Get stats history grouped by day
```bash
hp-rpc-cli -s RPC_KEY \
-m 'getWrkExtData' \
-d '{"query": {"key": "stats-history", "start": "1697500800000", "end": "1700179200000", "groupRange": "1D", "dataInterval": "1h"}}' \
```