Post
Topic
Board Mining (Altcoins)
Re: Hive OS - new Linux GPU mining platform
by
TiasJ
on 30/05/2019, 07:02:44 UTC
phoenixminer exited, waiting to cooldown a bit

Phoenix Miner 4.2c Linux/gcc - Release build
--------------------------------------------

CUDA version: 9.0, CUDA runtime: 8.0
OpenCL driver version: 17.50-511655
Unknown OpenCL driver version! Hashrate and stale shares may suffer
OpenCL platform: OpenCL 2.1 AMD-APP (2527.3)
Available GPUs for mining:
GPU1: P106-100 (pcie 1), CUDA cap. 6.1, 5.9 GB VRAM, 10 CUs
GPU2: P106-100 (pcie 3), CUDA cap. 6.1, 5.9 GB VRAM, 10 CUs
GPU3: P106-100 (pcie 4), CUDA cap. 6.1, 5.9 GB VRAM, 10 CUs
/hive/miners/phoenixminer/h-run.sh: line 23: 17457 Segmentation fault      ./PhoenixMiner

phoenixminer exited, waiting to cooldown a bit



is this the correct miner log? can't seem to find more details on it. how do i correct it?

thanks
What driver version are you currently running?

4.13.16-hiveosKernel Version
N390.48
P106-100 × 3

is it correct driver for p106?

Cuda 9.2 and up are now the default on most miners.
You'll need at least 396.54, which is recommended on 0.6-01 (and above).

Start a Hive Shell session
Run the following commands;

Code:
disk-expand
logs-on
reboot

Note that logs should be turned back off after this procedure if you're running hive off a USB stick

Once you reboot start a Hive Shell session again.
Run the following;

Code:
systemctl stop hivex
miner stop
apt update
nvidia-driver-update

The installation could take up to around 10 minutes on SSD (depending on your internet connection speed) and takes longer on USB stick.
Reboot the machine again once done.

On some systems, OC and FAN settings may fail after a driver upgrade. This can easily be fixed.

Start a Hive Shell session
Run the following;

Code:
systemctl stop hivex
miner stop
apt-get install --reinstall -y nvidia-settings
reboot

All should be working again.

Let me know how it goes!