Skip to content

irainerc/qcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Qubicli Miner Installer

This script is a wrapper for installing the qubic.li client

Miner name

The name for the miner is generated from hostname, number of thread and ip: miner_24_88.88.88.88

Number of threads

The number of threads is set to the maximum possible on the processor. To reduce the number of threads you need to pass the number of threads to be reduced by as the second argument to the script sudo bash installer.sh <token> 2

If you have a total of 24 cores on your processor, passing 2 as the second argument. This will create a miner with 22 threads

Example

Run if you have downloaded installer.sh to your computer

sudo bash installer.sh <token> [ignore_number_of_threads] [disable_avx512]

AVX2

To switch from AVX512 to AVX2, you must add avx2 to the command. Important, if you do not use [ignore_number_of_threads], then you must set 0 after [token]:

sudo bash installer.sh tokentokentoken 0 avx2

Running without downloading installer.sh

curl https://raw.githubusercontent.com/Qubic-World/qubicli-miner-installer/main/installer.sh | sudo bash -s <token> [ignore_number_of_threads] [avx2]

Important, if you do not use [ignore_number_of_threads], then you must set 0 after [token]:

AVX2

curl https://raw.githubusercontent.com/Qubic-World/qubicli-miner-installer/main/installer.sh | sudo bash -s <token> 0 avx2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages