trexminer / T-Rex

T-Rex NVIDIA GPU miner with web control monitoring page
2.64k stars 439 forks source link

Linux. No CUDA-capable device is detected. #249

Open kilogold opened 3 years ago

kilogold commented 3 years ago

Running in Windows 10 Insider Preview in order to execute WSL2+GPU: https://developer.nvidia.com/cuda/wsl

Successfully installed Nvidia drivers and can run all CUDA samples.

However, running t-rex fails.

image

Meanwhile, the samples are fine:

image image

kilogold commented 3 years ago

I just tested using old school ethminer, and it seems to be operational: https://github.com/ethereum-mining/ethminer/blob/master/docs/POOL_EXAMPLES_ETH.md

image

kilogold commented 3 years ago

I should note that my host os (Win10) has deployed Crowdstrike Falcon Sensor via IT admin team rollout, so I am not authorized to disable it. On Windows, the miner gets identified as a threat and removed from the system.

For my personal learning experiments, I tried executing under WSL2. If I understand correctly, Falcon Sensor monitors Windows processes, so I figured I can run the miner in isolation over Linux-land.

Perhaps I'm being naïve?