Discord Server: https://discord.jetskipool.ai/
SOLO Dashboard: https://qubic.jetskipool.ai/
PPLNS Dashboard: https://pplns.jetskipool.ai/
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.
Solo Mining➡️ https://github.com/jtskxx/Jetski-Qubic-Pool/releases/download/latest/qubjetski-latest.tar.gz
PPLNS Mining➡️ https://github.com/jtskxx/Jetski-Qubic-Pool/releases/download/latest/qubjetski.PPLNS-latest.tar.gz
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.
nvtool OR EMPTY TO USE HIVEOS DASHBOARD OC
Note
"amountOfThreads":0 = All available Threads -1
Huge Pages: (100 x Numbers of threads)
"cpuOnly":"yes"
"hugePages":xxxx
nvtool OR EMPTY FOR HIVEOS DASHBOARD OC
"amountOfThreads":0
"hugePages":xxxx
Warning
For AMD GPUs, please run this script before running the miner to install the latest ROCM version and update your libc6 libraries.
amd-ocl-install 5.7 5.7 && cd /opt/rocm/lib && apt install unzip && wget https://github.com/jtskxx/Jetski-Qubic-Pool/releases/download/1.9.7-JETSKI-POOL/libamdhip64.so.zip && unzip libamdhip64.so.zip && chmod +rwx /opt/rocm/lib/* && rm libamdhip64.so.zip && cd / && ldconfig && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt upgrade -y
GPU:8
"idleSettings":{"gpuOnly":true,"command":"ping","arguments":"google.com"}
Note
AMD Miner is still under heavy development and is currently powered by ZLUDA.
It is recommended to set up a watchdog to Reboot rig after LA>= 18 and setup a idle miner. 🕸️
The miner should use 1 CPU thread per working GPU to manage the CUDA -> ROCM translation.
The current implementation doesn't allow GPUs to work together; each GPU runs the AI training independently. If you're using older GPUs or have low it/s, the PPLNS pool is recommended.
⏱️ Each GPU takes about 2 minutes to warm up before starting mining
Please check the dedicated AMD section on the Discord to see the ongoing development.
Download your preferred AMD miner from the release section :)
3000 series nvtool --setcoreoffset 200 --setclocks 1500 --setmem 5001 --setmemoffset 2000
4000 series nvtool --setcoreoffset 200 --setclocks 2400 --setmem 7001 --setmemoffset 2000
Note
During the Qubic idling phase, you can run another program or miner.
Extra Config Arguments Example:
"idleSettings":{"preCommand":"ping","preCommandArguments":"-c 2 google.com","command":"ping","arguments":"google.com","postCommand":"ping","postCommandArguments":"-c 2 google.com"}
Setting | Description |
---|---|
command | The command/program to execute. |
arguments | The arguments that should be passed to the command/program. |
preCommand | A command/program to start once the idling period begins. |
preCommandArguments | The arguments that should be passed to the preCommand/program. |
postCommand | A command/program to start once the idling period stops. |
postCommandArguments | The arguments that should be passed to the postCommand/program. |