qubic-li / client

248 stars 25 forks source link

CPU and GPU mining at the same time? #64

Open LostMySpirit opened 3 months ago

LostMySpirit commented 3 months ago

Hey im using win11 and want to mine on my gpu and cpu at the same time.# Does anyone know what i need to write in the config file?

Im pretty new to it so i appreciate your help!

MegaBassX commented 3 months ago

im in the same situation, when i look the taskmanager, i only look the CPU is high, and the GPU is low, like dont processing anything, this is my config file or appsettings.json

{ "Settings": { "baseUrl": "https://mine.qubic.li/", "amountOfThreads": 10, "allowHwInfoCollect": true, "overwrites": { "CUDA": "12" }, "accessToken": "MyToken", "alias": "qubic.li Client" } }

imagen

emike09 commented 3 months ago

You need to run it in Ubuntu. You can do this in Windows Subsystem for Linux. Open powershell as admin and install WSL. "wsl --install". Reboot. Follow Ubuntu GPU instructions in this github.