https://github.com/tripflex/radiatorz
Fork of Hive https://github.com/radifier/radiator with tweaks
https://github.com/tripflex/radiatorz
Last synced: about 1 year ago
JSON representation
Fork of Hive https://github.com/radifier/radiator with tweaks
- Host: GitHub
- URL: https://github.com/tripflex/radiatorz
- Owner: tripflex
- License: gpl-3.0
- Created: 2022-09-23T15:49:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T23:24:56.000Z (over 3 years ago)
- Last Synced: 2025-01-20T17:32:51.031Z (over 1 year ago)
- Language: Shell
- Size: 399 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Radiator
Fork of https://github.com/radifier/radiator with few tweaks
- Echo about attempting to release `TIME_WAIT` sockets
- Automatically try set memory clock at 810 with `nvidia-smi -lmc 810`
If you have issues with the clocks not being set, or consistently seeing the `TIME_WAIT` sockets attemtping to be released, set the miner start delay to something like 30 seconds to give everything time to boot before starting the miner
Fork of KlausT ccminer with Radiant and Novo support.
Compile:
```
./build.sh
```
Mine Radiant:
```
./ccminer -a rad -o stratum+tcp://radpool.net:3052 -u ADDRESS.WORKER -p PASSWORD
```
Mine Novo:
```
./ccminer -a novo -o stratum+tcp://m.novopool.net:3333 -u ADDRESS.WORKER -p PASSWORD
```
License: GPLv3. See LICENSE.txt for details.