Skip to content

Latest commit

 

History

History
103 lines (75 loc) · 4.18 KB

README.md

File metadata and controls

103 lines (75 loc) · 4.18 KB

🌊JETSKI QUBIC POOL🌊

Join us to achieve true AI power powered by useful miners! side_sticker


⚙️ NVIDIA GPU Requirements:

Note

To update your NVIDIA GPU driver on HiveOS, please run the following command:

nvidia-driver-update
  • NVIDIA 3000 Series: Driver version 535+ or newer.
  • NVIDIA 4000 Series: Driver version 550+.

Important

Ensure each of your workers has a unique worker name; duplicating worker names is not permitted.

✈️ Flight Sheet Configuration

image

Important

For instance: "%WAL%-%WORKER_NAME%"

%WAL%- will use the Qubic wallet address that you configured in your HiveOS account.

-%WORKER_NAME% will automatically use your HiveOS rig name without requiring you to replace it manually.


Git Extra Config Arguments:

☀️GPU mining:☀️

nvtool OR EMPTY TO USE HIVEOS DASHBOARD OC

🏖️CPU mining:🏖️

"cpuOnly":"yes"
"amountOfThreads":32

⚡GPU+CPU (Dual mining)⚡

nvtool OR EMPTY FOR HIVEOS DASHBOARD OC
"amountOfThreads":32

💦Recommended GPU overclocks💦

3000 series nvtool --setcoreoffset 200 --setclocks 1600 --setmem 5001 --setmemoffset 2100
4000 series nvtool --setcoreoffset 200 --setclocks 2650 --setmem 7001 --setmemoffset 2300


🧪 Advanced Settings:

Idle Time Feature

Note

Starting September 4th, Qubic will introduce idle time every 677 ticks after 676 ticks of mining. During this idle period, you can configure your miner to run any application. The client will handle opening and closing the app. Below is a simple example for any program and miner.

Extra Config Arguments Example for CPU:

"idleSettings":{"command":"ping","arguments":"google.com"}

Extra Config Arguments Example for GPU:

"idleSettings":{"gpuOnly":true,"command":"ping","arguments":"google.com"}