An open API service indexing awesome lists of open source software.

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

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.