Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 

Repository files navigation

🌊JETSKI QUBIC POOL🌊

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


Summary

  1. 🌴 HiveOS Setup
  2. 🥥 Linux Setup
  3. Windows Setup
  4. 🌊 Docker Setup

Important

Ensure each of your workers has a unique worker name; duplicate worker names is not allowed!


✈️ Flight Sheet Configuration


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☀️


🏖️CPU mining🏖️

Note

"amountOfThreads":0 = All available Threads

Huge Pages: (100 x Numbers of threads)

"cpuOnly":"yes"
"hugePages":1000

⚡GPU+CPU (Dual mining)⚡

"amountOfThreads":0
"hugePages":1000

Linux Setup

1️⃣ Download the Miner

Go to https://download.jetskipool.ai/ to download qubjetski-Linux-v3.5.tar.gz


2️⃣ Extract the Miner

tar -xvzf qubjetski-Linux-v3.5.tar.gz
cd qubjetski-Linux-v3.5

3️⃣ Launch the Miner

Once extracted, you can start the miner in two simple ways:

- Quick Start (Wizard Mode)

Just run the miner directly and the setup wizard will guide you step-by-step

- Advanced (Command Line Mode)

For large deployments, you can launch with custom flags

./qubjetski-Client

Setting Description
-wallet Your wallet address
-workername Set worker name/alias
-cpu Enable CPU mining
-threads Set number of CPU threads (0 = auto)
-gpu Enable GPU mining
-pplns Use PPLNS pool (default = SOLO)
-start Start the client
-help Show available commands

Windows Setup

1️⃣ Download the Miner

Go to https://download.jetskipool.ai/ to download qubjetski-Windows-v3.0.zip


2️⃣ Extract the Miner

Extract the .zip file

  • The default Windows unzipper or WinRAR can be used to decompress the file
  • Once extracted, navigate to the folder where the miner is located

3️⃣ Launch the Miner

Once extracted, double-click on qubjetski-Miner.exe and fill in the Wallet Address and Worker Name fields

Mining Options

CPU-only mining Enable CPU Mining

  • CPU → used for AI Training

GPU-only mining Enable GPU Mining

  • GPU → used for AI Training

CPU + GPU mining Enable all options: CPU Mining, GPU Mining

  • CPU + GPU → both used for AI Training
win

Docker Setup

Docker Deployment:

Docker images are available for large-scale deployments, these images are ideal for use with rental platforms such as Vast.ai, Salad, and Clore.AI

Below are the available Docker images and their corresponding run options:

Quick Start Command:

  • CPU Mining : docker run --rm jetskipool/miner:qubjetski --pplns -w WALLET --cpu
  • GPU Mining : docker run --rm --gpus all jetskipool/miner:qubjetski --pplns -w WALLET --gpu
  • CPU+GPU Mining : docker run --rm --gpus all jetskipool/miner:qubjetski --pplns -w WALLET --cpu --gpu
Setting Description
-wallet Your wallet address
-workername Set worker name/alias
-cpu Enable CPU mining
-threads Set number of CPU threads (0 = auto)
-gpu Enable GPU mining
-pplns Use PPLNS pool (default = SOLO)

LICENSED UNDER ANTI-MILITARY LICENSE

About

No description, website, or topics provided.

Resources

Stars

18 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors