I been mining kaspa on one gpu with bzminer. However, bzminer wants to take over the world starting with all the gpus in the rig. Seems this happens most often when I reboot the rig. Unfortunately, when this happens it kills the rig, and needs to restart. So most of the logs are lost
bzminer has 0-2,4-8 to disable all gpus, but for 8:0. When it fails, all gpus have a memory clock of 810, otherwise, they have the value set by the oc
The output of the config is below. Not sure if this is a us (hive) or them (bzminer) issue?
=== /hive/miners/bzminer/12.0.2/config.txt =================================================
{
"log_file": "/var/log/miner/bzminer/miner.log",
"verbosity": 2,
"stales_ok": true,
"http_password": "",
"http_port": 4014,
"http_address": "127.0.0.1",
"http_enabled": true,
"oc_lock_memory_clock": [
810
],
"pool_configs": [
{
"algorithm": "kaspa",
"wallet": "kaspa:wallet",
"lhr_only": false,
"url": [
"stratum+tcp://us.acc-pool.pw:16061",
"stratum+tcp://ca.acc-pool.pw:16061",
"stratum+tcp://eu1.acc-pool.pw:16061",
"stratum+tcp://eu2.acc-pool.pw:16061"
]
}
],
"pool": [
0
],
"device_overrides": [
{
"uid": "5:0",
"start_mining": false
},
{
"uid": "6:0",
"start_mining": false
},
{
"uid": "7:0",
"start_mining": false
},
{
"uid": "9:0",
"start_mining": false
},
{
"uid": "11:0",
"start_mining": false
},
{
"uid": "12:0",
"start_mining": false
},
{
"uid": "13:0",
"start_mining": false
},
{
"uid": "16:0",
"start_mining": false
}
]
}