https://github.com/cbusuioceanu/webdollar-miner-cpu-load
Make your miner keep its CPU load automatically to avoid hashrate drops
https://github.com/cbusuioceanu/webdollar-miner-cpu-load
cryptocurrency miner-cpuload webdollar webdollar-miner
Last synced: 11 months ago
JSON representation
Make your miner keep its CPU load automatically to avoid hashrate drops
- Host: GitHub
- URL: https://github.com/cbusuioceanu/webdollar-miner-cpu-load
- Owner: cbusuioceanu
- License: mit
- Created: 2018-10-03T11:10:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T11:34:19.000Z (over 7 years ago)
- Last Synced: 2024-05-02T04:46:57.039Z (about 2 years ago)
- Topics: cryptocurrency, miner-cpuload, webdollar, webdollar-miner
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebDollar Miner CPU Load
Make your miner keep its CPU load automatically to avoid hashrate drops
#### 1. Open your miner in a screen:
```shell
screen -S MINER
cd Node-WebDollar
npm run commands
10 # start mining in a pool
```
now hit
```
ctrl a then d # to detach from Screen
```
#### 2. Start ```bash minercpuload.sh``` from any location!
### Info
#### Script checks CPU load every 60 seconds - if CPU load is below or equal to 25%, WebDollar Miner will be restarted.