Skip to content

Releases: EloWord/hiveos

V1.8.10

20 Mar 18:02
6818f53
Compare
Choose a tag to compare

Version 1.8.10

  • fixed cases when the client crashed unexpected

Hive OS

  • Optimize CPU and GPU processing.
  • Enhance performance when running Eloword alongside other mining software.

Use now in flightsheet: https://github.com/EloWord/hiveos/releases/download/v1.8.10/eloword-v1.8.10.tar.gz

iconewebsite Qubic Website
iconewallet Web Wallet
Capture d’écran 2024-01-10 à 01 45 22 Software Wallet
iconePool Mining Pool
Capture d’écran 2024-01-10 à 01 45 22 Official Cient

No more patch needed


🌟 Support My Work and Contribute to its Growth 🌟

If you appreciate my work and want to contribute to its ongoing development, consider leaving a tip. Every contribution, big or small, makes a huge difference and motivates me to continue creating and improving.

  • To support me, use Qubic: TWVQTVPLEMNCWBJZFVCLCZCDGBDBLBWBAPCVQJOUECEZQQBMAPAXSRBEABSK

Support received since this version: 620,240,488 Qubic - Thank you for your future support!

discord

Thank you for being part of this journey!

⚠️ Hive Os Mandatory Installation Instructions

  • The CPU where you run the Client must support AVX2 or AVX512 CPU instructions
    cat /proc/cpuinfo | grep avx2(check if avx2 is in the result)
  • Hive OS beta (Ubuntu 20.04)
    /hive/sbin/hive-replace --list (choice 2/ yes to apply -- better to start this fresh install if you'r stuck)
  • GLIBC >=2.34
    apt update && apt upgrade -y && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y (answer yes to any question)
  • Cuda 12+ drivers (525+)
  • Cuda 12 for 1000 series must be 535+
    nvidia-driver-update 535.146.02 (or newer)
  • RAM >= 16Go improves CPU it/s
  • Higher RAM frequencies improves CPU it/s
  • Do not overload your CPUs with threads, instead, aim to find the sweetpoint

Only NVIDIA GPU compatible

🔧 Hive Os Settings

  • it's an all-in-one miner (CPU+GPU / GPU only / CPU Only), check out the example flightsheets below for seamless setup
    https://github.com/EloWord/hiveos/releases/download/v1.8.10/eloword-v1.8.10.tar.gz

  • Recommended GPU overclocks :
    Medium
    3000 series nvtool --setcoreoffset 250 --setclocks 1500 --setmem 5001
    4000 series nvtool --setcoreoffset 250 --setclocks 2400 --setmem 5001
    High
    3000 series nvtool --setcoreoffset 200 --setclocks 1600 --setmem 7000 --setmemoffset 2000
    4000 series nvtool --setcoreoffset 200 --setclocks 2900 --setmem 7000 --setmemoffset 2000


  • Extra config arguments Box (options):
Setting Description
"accessToken": This is you personal JWT Token which you can obtain from the Control Panel at qubic.li
"payoutId": This is the ID you want to get token payout for your found solutions.
"hugePages":nnnn Enable Huge Pages on Hiveos, 1280 recommended if RAM > 16GB (if trainer is unstable please remove)
"overwrites": {"AVX512": false} Disable AVX512 and enforce AVX2 (AVX Intel CPU not working)
"overwrites": {"SKYLAKE": true} Enforce SKYLAKE (AVX Intel CPU not working)

✈️ Hive OS flightsheet

Just drop your NVTOOL command in the Extra config argument box it's magic

*** CPU + GPU Dual Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"amountOfThreads":24
"accessToken":"YOUROWNTOKEN"

1

*** GPU Only Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"

2

*** CPU ONLY Flightsheet ***

Extra config arguments exemple:

"cpuOnly":"yes"
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"

3

v1.8.9

17 Mar 00:48
6818f53
Compare
Choose a tag to compare

Version 1.8.9

  • Changed internal solution processing
  • Added auto re-register of client if registration the first time fails (lead to 'waiting for task' loop)
  • Fixed some minor bugs

Hive OS

  • Remove dev fees

Use now in flightsheet: https://github.com/EloWord/hiveos/releases/download/v1.8.9/eloword-v1.8.9.tar.gz

iconewebsite Qubic Website
iconewallet Web Wallet
Capture d’écran 2024-01-10 à 01 45 22 Software Wallet
iconePool Mining Pool
Capture d’écran 2024-01-10 à 01 45 22 Official Cient

No more patch needed


🌟 Support My Work and Contribute to its Growth 🌟

If you appreciate my work and want to contribute to its ongoing development, consider leaving a tip. Every contribution, big or small, makes a huge difference and motivates me to continue creating and improving.

  • To support me, use Qubic: TWVQTVPLEMNCWBJZFVCLCZCDGBDBLBWBAPCVQJOUECEZQQBMAPAXSRBEABSK

Support received since this version: 620,240,488 Qubic - Thank you for your future support!

discord

Thank you for being part of this journey!

⚠️ Hive Os Mandatory Installation Instructions

  • The CPU where you run the Client must support AVX2 or AVX512 CPU instructions
    cat /proc/cpuinfo | grep avx2(check if avx2 is in the result)
  • Hive OS beta (Ubuntu 20.04)
    /hive/sbin/hive-replace --list (choice 2/ yes to apply -- better to start this fresh install if you'r stuck)
  • GLIBC >=2.34
    apt update && apt upgrade -y && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y (answer yes to any question)
  • Cuda 12+ drivers (525+)
  • Cuda 12 for 1000 series must be 535+
    nvidia-driver-update 535.146.02 (or newer)
  • RAM >= 16Go improves CPU it/s
  • Higher RAM frequencies improves CPU it/s
  • Do not overload your CPUs with threads, instead, aim to find the sweetpoint

Only NVIDIA GPU compatible

🔧 Hive Os Settings

  • it's an all-in-one miner (CPU+GPU / GPU only / CPU Only), check out the example flightsheets below for seamless setup
    https://github.com/EloWord/hiveos/releases/download/v1.8.9/eloword-v1.8.9.tar.gz

  • Recommended GPU overclocks :
    Medium
    3000 series nvtool --setcoreoffset 250 --setclocks 1500 --setmem 5001
    4000 series nvtool --setcoreoffset 250 --setclocks 2400 --setmem 5001
    High
    3000 series nvtool --setcoreoffset 200 --setclocks 1600 --setmem 7000 --setmemoffset 2000
    4000 series nvtool --setcoreoffset 200 --setclocks 2900 --setmem 7000 --setmemoffset 2000


  • Extra config arguments Box (options):
Setting Description
"accessToken": This is you personal JWT Token which you can obtain from the Control Panel at qubic.li
"payoutId": This is the ID you want to get token payout for your found solutions.
"hugePages":nnnn Enable Huge Pages on Hiveos, 1280 recommended if RAM > 16GB (if trainer is unstable please remove)
"overwrites": {"AVX512": false} Disable AVX512 and enforce AVX2 (AVX Intel CPU not working)
"overwrites": {"SKYLAKE": true} Enforce SKYLAKE (AVX Intel CPU not working)

✈️ Hive OS flightsheet

Just drop your NVTOOL command in the Extra config argument box it's magic

*** CPU + GPU Dual Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"amountOfThreads":24
"accessToken":"YOUROWNTOKEN"

1

*** GPU Only Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"

2

*** CPU ONLY Flightsheet ***

Extra config arguments exemple:

"cpuOnly":"yes"
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"

3

v 1.8.8

10 Mar 23:45
29f9366
Compare
Choose a tag to compare

311440315-1d9941d4-e4e1-4206-b523-08735ae8faf2

qli-Client 1.8.8 fix1

  • Resolved an issue where the trainer version might not display correctly after being updated
  • Fixed a bug that could potentially cause the miner to restart on HiveOS and result in unsubmitted solutions

Use now in flightsheet : https://github.com/EloWord/hiveos/releases/download/v1.8.8/eloword-v1.8.8fix1.tar.gz

qli-Client 1.8.8

  • added ability to resend unsubmitted solution after a client restart
iconewebsite Qubic Website
iconewallet Web Wallet
Capture d’écran 2024-01-10 à 01 45 22 Software Wallet
iconePool Mining Pool
Capture d’écran 2024-01-10 à 01 45 22 Official Cient

No more patch needed


🌟 Support My Work and Contribute to its Growth 🌟

If you appreciate my work and want to contribute to its ongoing development, consider leaving a tip. Every contribution, big or small, makes a huge difference and motivates me to continue creating and improving.

  • To support me, use Qubic: TWVQTVPLEMNCWBJZFVCLCZCDGBDBLBWBAPCVQJOUECEZQQBMAPAXSRBEABSK

Support received since this version: 620,240,488 Qubic - Thank you for your future support!

discord

Thank you for being part of this journey!

⚠️ Hive Os Mandatory Installation Instructions

  • The CPU where you run the Client must support AVX2 or AVX512 CPU instructions
    cat /proc/cpuinfo | grep avx2(check if avx2 is in the result)
  • Hive OS beta (Ubuntu 20.04)
    /hive/sbin/hive-replace --list (choice 2/ yes to apply -- better to start this fresh install if you'r stuck)
  • GLIBC >=2.34
    apt update && apt upgrade -y && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y (answer yes to any question)
  • Cuda 12+ drivers (525+)
  • Cuda 12 for 1000 series must be 535+
    nvidia-driver-update 535.146.02 (or newer)
  • RAM >= 16Go improves CPU it/s
  • Higher RAM frequencies improves CPU it/s
  • Do not overload your CPUs with threads, instead, aim to find the sweetpoint

Only NVIDIA GPU compatible

🔧 Hive Os Settings

  • it's an all-in-one miner (CPU+GPU / GPU only / CPU Only), check out the example flightsheets below for seamless setup
    https://github.com/EloWord/hiveos/releases/download/v1.8.8/eloword-v1.8.8fix1.tar.gz

  • Recommended GPU overclocks :
    Medium
    3000 series nvtool --setcoreoffset 250 --setclocks 1500 --setmem 5001
    4000 series nvtool --setcoreoffset 250 --setclocks 2400 --setmem 5001
    High
    3000 series nvtool --setcoreoffset 200 --setclocks 1600 --setmem 7000 --setmemoffset 2000
    4000 series nvtool --setcoreoffset 200 --setclocks 2900 --setmem 7000 --setmemoffset 2000


  • Extra config arguments Box (options):
Setting Description
"accessToken": This is you personal JWT Token which you can obtain from the Control Panel at qubic.li
"payoutId": This is the ID you want to get token payout for your found solutions.
"hugePages":nnnn Enable Huge Pages on Hiveos, 1280 recommended if RAM > 16GB (if trainer is unstable please remove)
"overwrites": {"AVX512": false} Disable AVX512 and enforce AVX2 (AVX Intel CPU not working)
"overwrites": {"SKYLAKE": true} Enforce SKYLAKE (AVX Intel CPU not working)

✈️ Hive OS flightsheet

Just drop your NVTOOL command in the Extra config argument box it's magic

*** CPU + GPU Dual Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"amountOfThreads":24
"accessToken":"YOUROWNTOKEN"

1

*** GPU Only Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"

2

*** CPU ONLY Flightsheet ***

Extra config arguments exemple:

"cpuOnly":"yes"
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"

3

v1.8.7

09 Mar 12:55
f6aa27b
Compare
Choose a tag to compare

1

qli-Client 1.8.7

  • Log time set to UTC
  • Added graceful handling of runner
  • Update to .net 8
  • Optimized logging of found solutions during epoch

Hive Os

  • Display now in Hive OS current Epoch and current CPU/GPU AI Trainer version
    Capture d’écran 2024-03-09 à 14 27 06
  • Moved HugePages settings as optional: now use "hugePages":nnnn in flightsheet to set this value
  • Fixed a display bug on Hive OS when using a mixed rig of AMD+NVIDIA
  • fixed a display bug on Hive OS when motherboard has iGPU
  • Experimental feature: option "autoupdateEnabled":false/true disable/enable auto update of the service client (default value false)

Use now in Flightsheet: https://github.com/qubic-li/client/releases/download/v1.8.7/eloword-v1.8.7.1.tar.gz

Packages are now uploaded in Qubic-li official repository


iconewebsite Qubic Website
iconewallet Web Wallet
Capture d’écran 2024-01-10 à 01 45 22 Software Wallet
iconePool Mining Pool
Capture d’écran 2024-01-10 à 01 45 22 Official Cient

🌟 Support My Work and Contribute to its Growth 🌟

If you appreciate my work and want to contribute to its ongoing development, consider leaving a tip. Every contribution, big or small, makes a huge difference and motivates me to continue creating and improving.

  • To support me, use Qubic: TWVQTVPLEMNCWBJZFVCLCZCDGBDBLBWBAPCVQJOUECEZQQBMAPAXSRBEABSK

Support received since this version: 620,240,488 Qubic - Thank you for your future support!

discord

Thank you for being part of this journey!

hive

⚠️ Hive Os Mandatory Installation Instructions

  • The CPU where you run the Client must support AVX2 or AVX512 CPU instructions
    cat /proc/cpuinfo | grep avx2(check if avx2 is in the result)
  • Hive OS beta (Ubuntu 20.04)
    /hive/sbin/hive-replace --list (choice 2/ yes to apply -- better to start this fresh install if you'r stuck)
  • GLIBC >=2.34
    apt update && apt upgrade -y && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y (answer yes to any question)
  • Cuda 12+ drivers (525+)
  • Cuda 12 for 1000 series must be 535+
    nvidia-driver-update 535.146.02 (or newer)
  • RAM >= 16Go improves CPU it/s
  • Higher RAM frequencies improves CPU it/s
  • Do not overload your CPUs with threads, instead, aim to find the sweetpoint

Only NVIDIA GPU compatible

🔧 Hive Os Settings

  • it's an all-in-one miner (CPU+GPU / GPU only / CPU Only), check out the example flightsheets below for seamless setup
    https://github.com/qubic-li/client/releases/download/v1.8.7/eloword-v1.8.7.1.tar.gz

  • Recommended GPU overclocks :
    Medium
    3000 series nvtool --setcoreoffset 250 --setclocks 1500 --setmem 5001
    4000 series nvtool --setcoreoffset 250 --setclocks 2400 --setmem 5001
    High
    3000 series nvtool --setcoreoffset 200 --setclocks 1600 --setmem 7000 --setmemoffset 2000
    4000 series nvtool --setcoreoffset 200 --setclocks 2900 --setmem 7000 --setmemoffset 2000


  • Extra config arguments Box (options):
Setting Description
"accessToken": This is you personal JWT Token which you can obtain from the Control Panel at qubic.li
"payoutId": This is the ID you want to get token payout for your found solutions.
"hugePages":nnnn Enable Huge Pages on Hiveos, 1280 recommended if RAM > 16GB (if trainer is unstable please remove)
"overwrites": {"AVX512": false} Disable AVX512 and enforce AVX2 (AVX Intel CPU not working)
"overwrites": {"SKYLAKE": true} Enforce SKYLAKE (AVX Intel CPU not working)

✈️ Hive OS flightsheet

Just drop your NVTOOL command in the Extra config argument box it's magic

*** CPU + GPU Dual Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"amountOfThreads":24
"accessToken":"YOUROWNTOKEN"

1

*** GPU Only Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"

2

*** CPU ONLY Flightsheet ***

Extra config arguments exemple:

"cpuOnly":"yes"
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"

3

v1.8.6 Revision 1 - Hive OS

06 Mar 16:37
6557898
Compare
Choose a tag to compare

Capture d’écran 2024-01-19 à 13 08 26

Hiveos

  • Optimized the number of hugepages in HiveOS system environment for the new AI training algorithm.
  • Enhanced overall stability and security.
  • Resolution of an issue encountered when operating another HiveOS miner within the same flight sheet
  • Correction of a bug associated with altering the CPU's thread count, specifically "amountOfThreads" option
  • Optimized binaries and librairies requirments for upcoming HiveOS integration

Use now in Flightsheet: https://github.com/EloWord/hiveos/releases/download/v1.8.6rev1/eloword-v1.8.6rev1.tar.gz

****** Get ready for the next exciting update - coming soon! *******

iconewebsite Qubic Website
iconewallet Web Wallet
Capture d’écran 2024-01-10 à 01 45 22 Software Wallet
iconePool Mining Pool
Capture d’écran 2024-01-10 à 01 45 22 Official Cient

🌟 Support My Work and Contribute to its Growth 🌟

If you appreciate my work and want to contribute to its ongoing development, consider leaving a tip. Every contribution, big or small, makes a huge difference and motivates me to continue creating and improving.

  • To support me, use Qubic: TWVQTVPLEMNCWBJZFVCLCZCDGBDBLBWBAPCVQJOUECEZQQBMAPAXSRBEABSK

Support received since this version: 620,240,488 Qubic - Thank you for your future support!

discord

Thank you for being part of this journey!

⚠️ Mandatory Installation Instructions

  • The CPU where you run the Client must support AVX2 or AVX512 CPU instructions
    cat /proc/cpuinfo | grep avx2(check if avx2 is in the result)
  • Hive OS beta (Ubuntu 20.04)
    /hive/sbin/hive-replace --list (choice 2/ yes to apply -- better to start this fresh install if you'r stuck)
  • GLIBC >=2.34
    apt update && apt upgrade -y && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y (answer yes to any question)
  • Cuda 12+ drivers (525+)
  • Cuda 12 for 1000 series must be 535+
    nvidia-driver-update 535.146.02 (or newer)
  • RAM >= 16Go improves CPU it/s
  • Higher RAM frequencies improves CPU it/s
  • Do not overload your CPUs with threads, instead, aim to find the sweetpoint

Only NVIDIA GPU compatible

🔧 Settings

  • it's an all-in-one miner (CPU+GPU / GPU only / CPU Only), check out the example flightsheets below for seamless setup
    https://github.com/EloWord/hiveos/releases/download/v1.8.6rev1/eloword-v1.8.6rev1.tar.gz

  • Recommended GPU overclocks :
    Medium
    3000 series nvtool --setcoreoffset 250 --setclocks 1500 --setmem 5001
    4000 series nvtool --setcoreoffset 250 --setclocks 2400 --setmem 5001
    High
    3000 series nvtool --setcoreoffset 200 --setclocks 1600 --setmem 7000 --setmemoffset 2000
    4000 series nvtool --setcoreoffset 200 --setclocks 2900 --setmem 7000 --setmemoffset 2000


  • Extra config arguments Box (options):
Setting Description
"accessToken": This is you personal JWT Token which you can obtain from the Control Panel at qubic.li
"payoutId": This is the ID you want to get token payout for your found solutions.
"overwrites": {"AVX512": false} Disable AVX512 and enforce AVX2 (AVX Intel CPU not working)
"overwrites": {"SKYLAKE": true} Enforce SKYLAKE (AVX Intel CPU not working)

✈️ Hive OS flightsheet

Just drop your NVTOOL command in the Extra config argument box it's magic

*** CPU + GPU Dual Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"amountOfThreads":24
"accessToken":"YOUROWNTOKEN"

1

*** GPU Only Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"

2

*** CPU ONLY Flightsheet ***

Extra config arguments exemple:

"cpuOnly":"yes"
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"

3

v1.8.6

30 Jan 19:02
50b7161
Compare
Choose a tag to compare

Capture d’écran 2024-01-19 à 13 08 26

Fix 2

  • Fixed a bug in the recognition and processing of specific CPU settings like "overwrites": {"AVX512": false} or "overwrites": {"SKYLAKE": true}

Fix 1

  • Solve bug on hiveos when using "payoutId"

Version 1.8.6

  • Fixed wrong "skylake" overwrite

Hiveos

  • Added support of "payoutId" option in hiveos FS
  • Improved general stability

Use now in flightsheet: https://github.com/EloWord/hiveos/releases/download/v1.8.6/eloword-v1.8.6fix2.tar.gz

****** Get ready for the next exciting update - coming soon! *******

iconewebsite Qubic Website
iconewallet Web Wallet
Capture d’écran 2024-01-10 à 01 45 22 Software Wallet
iconePool Mining Pool
Capture d’écran 2024-01-10 à 01 45 22 Official Cient

🌟 Support My Work and Contribute to its Growth 🌟

If you appreciate my work and want to contribute to its ongoing development, consider leaving a tip. Every contribution, big or small, makes a huge difference and motivates me to continue creating and improving.

  • To support me, use Qubic: TWVQTVPLEMNCWBJZFVCLCZCDGBDBLBWBAPCVQJOUECEZQQBMAPAXSRBEABSK

Support received since this version: 514,140,131 Qubic - Thank you for your future support!

discord

Thank you for being part of this journey!

⚠️ Mandatory Installation Instructions

  • The CPU where you run the Client must support AVX2 or AVX512 CPU instructions
    cat /proc/cpuinfo | grep avx2(check if avx2 is in the result)
  • Hive OS beta (Ubuntu 20.04)
    /hive/sbin/hive-replace --list (choice 2/ yes to apply -- better to start this fresh install if you'r stuck)
  • GLIBC >=2.34
    apt update && apt upgrade -y && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y (answer yes to any question)
  • Cuda 12+ drivers (525+)
    nvidia-driver-update 535.146.02 (or newer)
  • RAM >= 16Go improves CPU it/s
  • Do not overload your CPUs with threads, instead, aim to find the sweetpoint

Only NVIDIA GPU compatible

🔧 Settings

  • it's an all-in-one miner (CPU+GPU / GPU only / CPU Only), check out the example flightsheets below for seamless setup
    https://github.com/EloWord/hiveos/releases/download/v1.8.6/eloword-v1.8.6fix2.tar.gz

  • Recommended GPU overclocks :
    Medium
    3000 series nvtool --setcoreoffset 250 --setclocks 1500 --setmem 5001
    4000 series nvtool --setcoreoffset 250 --setclocks 2400 --setmem 5001
    High
    3000 series nvtool --setcoreoffset 200 --setclocks 1600 --setmem 7000 --setmemoffset 2000
    4000 series nvtool --setcoreoffset 200 --setclocks 2900 --setmem 7000 --setmemoffset 2000


  • Extra config arguments Box (options):
Setting Description
"accessToken": This is you personal JWT Token which you can obtain from the Control Panel at qubic.li
"payoutId": This is the ID you want to get token payout for your found solutions.
"overwrites": {"AVX512": false} Disable AVX512 and enforce AVX2 (AVX Intel CPU not working)
"overwrites": {"SKYLAKE": true} Enforce SKYLAKE (AVX Intel CPU not working)

✈️ Hive OS flightsheet

Just drop your NVTOOL command in the Extra config argument box it's magic

*** CPU + GPU Dual Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"amountOfThreads":24
"accessToken":"YOUROWNTOKEN"

gpucpu

*** GPU Only Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"

gpu

*** CPU ONLY Flightsheet ***

Extra config arguments exemple:

"cpuOnly":"yes"
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"

cpu

v1.8.5

19 Jan 10:35
5415dfd
Compare
Choose a tag to compare

Capture d’écran 2024-01-19 à 13 08 26

Version 1.8.5

  • Optimized Epoch Change

Hiveos

  • Fixed a bug where the Flightsheet parameters format did not accept certain formats containing spaces

Use now in flightsheet: https://github.com/EloWord/hiveos/releases/download/v1.8.5/eloword-v1.8.5.tar.gz

****** Get ready for the next exciting update - coming soon! *******

iconewebsite Qubic Website
iconewallet Web Wallet
Capture d’écran 2024-01-10 à 01 45 22 Software Wallet
iconePool Mining Pool
Capture d’écran 2024-01-10 à 01 45 22 Official Cient

🌟 Support My Work and Contribute to its Growth 🌟

If you appreciate my work and want to contribute to its ongoing development, consider leaving a tip. Every contribution, big or small, makes a huge difference and motivates me to continue creating and improving.

  • To support me, use Qubic: TWVQTVPLEMNCWBJZFVCLCZCDGBDBLBWBAPCVQJOUECEZQQBMAPAXSRBEABSK

Support received since this version: 9,060,000 Qubic - Thank you for your future support!

discord

Thank you for being part of this journey!

⚠️ Mandatory Installation Instructions (updated 17/01/2024)

  • The CPU where you run the Client must support AVX2 or AVX512 CPU instructions
    cat /proc/cpuinfo | grep avx2(check if avx2 is in the result)
  • Hive OS beta (Ubuntu 20.04)
    /hive/sbin/hive-replace --list (choice 2/ yes to apply -- better to start this fresh install if you'r stuck)
  • GLIBC >=2.34 (updated 17/01/2024)
    apt update && apt upgrade && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y (answer yes to any question)
  • Cuda 12+ drivers (525+)
    nvidia-driver-update 525.125.06 (or newer)
  • RAM >= 16Go improves CPU it/s
  • Do not overload your CPUs with threads, instead, aim to find the sweetpoint

Only NVIDIA GPU compatible

🔧 Settings

  • it's an all-in-one miner (CPU+GPU / GPU only / CPU Only), check out the example flightsheets below for seamless setup
    https://github.com/EloWord/hiveos/releases/download/v1.8.5/eloword-v1.8.5.tar.gz

  • Recommended GPU overclocks :
    Medium
    3000 series nvtool --setcoreoffset 250 --setclocks 1500 --setmem 5001
    4000 series nvtool --setcoreoffset 250 --setclocks 2400 --setmem 5001
    High
    3000 series nvtool --setcoreoffset 200 --setclocks 1600 --setmem 7000 --setmemoffset 2000
    4000 series nvtool --setcoreoffset 200 --setclocks 2900 --setmem 7000 --setmemoffset 2000


✈️ Hive OS flightsheet

Just drop your NVTOOL command in the Extra config argument box it's magic

*** CPU + GPU Dual Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"amountOfThreads":24
"accessToken":"YOUROWNTOKEN"

gpucpu

*** GPU Only Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"

gpu

*** CPU ONLY Flightsheet ***

Extra config arguments exemple:

"cpuOnly":"yes"
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"

cpu

Qubic 1.8.4 Hiveos

10 Jan 19:31
51af359
Compare
Choose a tag to compare
Capture d’écran 2024-01-09 à 14 49 06
iconewebsite Qubic Website
iconewallet Web Wallet
Capture d’écran 2024-01-10 à 01 45 22 Software Wallet
iconePool Mining Pool
Capture d’écran 2024-01-10 à 01 45 22 Official Cient

Version 1.8.4:

  • Enhanced Logging for GPU it/s

Hive OS use in flightsheet: https://github.com/EloWord/hiveos/releases/download/v1.8.4/eloword-v1.8.4fix2.tar.gz

1.8.4 FIX 2

  • Resolved an issue with GPU#0 hashrate reporting post-Epoch 92 (anticipated to remain accurate for subsequent epochs).
  • Corrected Solutions reporting discrepancies starting from Epoch 92.
  • Addressed the log error occurring during epoch transitions.

1.8.4 FIX 1

  • Resolved a bug causing GPU hashrate 'offset' in the HiveOS web UI when an iGPU is present.
  • Resolved some GLIBC version issue
  • Addressed compatibility issues
  • Resolved problems encountered during startup
  • Experimental feature: Added support of option "overwrites": {"AVX512":false} (Insert this into the flight sheet preceding the "accessToken")
  • Fixed GPU#0 decrease dislpay bug

1.8.4

  • Resolved issues with GPU hashrate reporting in the HiveOS Web UI.
  • Introduced a new feature: In cases where individual GPU it/s are not reported, HiveOS will now display an average of the total GPU it/s.

****** Get ready for the next exciting update - coming soon! *******


🌟 Support My Work and Contribute to its Growth 🌟

If you appreciate my work and want to contribute to its ongoing development, consider leaving a tip. Every contribution, big or small, makes a huge difference and motivates me to continue creating and improving.

  • To support me, use Qubic: TWVQTVPLEMNCWBJZFVCLCZCDGBDBLBWBAPCVQJOUECEZQQBMAPAXSRBEABSK

Support received since this version: 6,000,000 Qubic - Thank you for your future support!

discord

Thank you for being part of this journey!

⚠️ Mandatory Installation Instructions (updated 17/01/2024)

  • The CPU where you run the Client must support AVX2 or AVX512 CPU instructions
    cat /proc/cpuinfo | grep avx2(check if avx2 is in the result)
  • Hive OS beta (Ubuntu 20.04)
    hive-replace --list (choice 2/ yes to apply -- better to start this fresh install if you'r stuck)
  • GLIBC >=2.34 (updated 17/01/2024)
    apt update && apt upgrade && echo "deb http://cz.archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y (answer yes to any question)
  • Cuda 12+ drivers (525+)
    nvidia-driver-update 525.125.06 (or newer)
  • RAM >= 16Go improves CPU it/s
  • Do not overload your CPUs with threads, instead, aim to find the sweetpoint

Only NVIDIA GPU compatible

🔧 Settings

  • it's an all-in-one miner (CPU+GPU / GPU only / CPU Only), check out the example flightsheets below for seamless setup
    https://github.com/EloWord/hiveos/releases/download/v1.8.4/eloword-v1.8.4fix2.tar.gz

  • Recommended GPU overclocks :
    Medium
    3000 series nvtool --setcoreoffset 250 --setclocks 1500 --setmem 5001
    4000 series nvtool --setcoreoffset 250 --setclocks 2400 --setmem 5001
    High
    3000 series nvtool --setcoreoffset 200 --setclocks 1600 --setmem 7000 --setmemoffset 2000
    4000 series nvtool --setcoreoffset 200 --setclocks 2900 --setmem 7000 --setmemoffset 2000


✈️ Hive OS flightsheet

Just drop your NVTOOL command in the Extra config argument box it's magic

*** CPU + GPU Dual Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"amountOfThreads":24
"accessToken":"YOUROWNTOKEN"

1

*** GPU Only Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"

2

*** CPU ONLY Flightsheet ***

Extra config arguments exemple:

"cpuOnly":"yes"
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"

3

Qubic 1.8.3 Hiveos **All in one**

09 Jan 12:25
604a3d2
Compare
Choose a tag to compare
Capture d’écran 2024-01-09 à 14 49 06
iconewebsite Qubic Website
iconewallet Web Wallet
Capture d’écran 2024-01-10 à 01 45 22 Software Wallet
iconePool Mining Pool
Capture d’écran 2024-01-10 à 01 45 22 Official Cient

Version 1.8.3

  • Fixed a bug in calculating local found solutions. (e.g. wrong "SOL: 12/300" display)
  • Fixed a reporting bug
  • Added experimental display of epoch to console output

Hive OS

  • Added new option "cpuOnly":"yes" to mine only with your cpu
  • Improved it/s reporting in Hive OS Web ui
  • Fixed bug on solution reporting in CPU only mining use case
  • Improved stability
  • Experimental Feature: miner restart and adopt the new Trainer when it receives an update.

****** Get ready for the next exciting update - coming soon! *******


🌟 Support My Work and Contribute to its Growth 🌟

If you appreciate my work and want to contribute to its ongoing development, consider leaving a tip. Every contribution, big or small, makes a huge difference and motivates me to continue creating and improving.

  • To support me, use Qubic: TWVQTVPLEMNCWBJZFVCLCZCDGBDBLBWBAPCVQJOUECEZQQBMAPAXSRBEABSK

Support received since this version: 3,000,000 Qubic - Thank you for your future support!

discord

Thank you for being part of this journey!

⚠️ Mandatory Installation Instructions (updated 05/01/2024)

  • The CPU where you run the Client must support AVX2 or AVX512 CPU instructions
    cat /proc/cpuinfo | grep avx2(check if avx2 is in the result)
  • Hive OS beta (Ubuntu 20.04)
    hive-replace --list (choice 2/ yes to apply -- better to start this fresh install if you'r stuck)
  • GLIBC >=2.34
    sudo echo "deb http://cz.archive.ubuntu.com/ubuntu noble main" >> /etc/apt/sources.list && sudo apt update && sudo apt install tmux libc6-dev -y
  • Cuda 12+ drivers (525+)
    nvidia-driver-update 525.125.06
  • RAM >= 16Go improves CPU it/s

Only NVIDIA GPU compatible

🔧 Settings

  • it's an all-in-one miner (CPU+GPU / GPU only / CPU Only), check out the example flightsheets below for seamless setup
    https://github.com/EloWord/hiveos/releases/download/v-1.8.3/qubic-hivecustom-eloword-v1.8.3.tar.gz

  • Recommended GPU overclocks :
    Medium
    3000 series nvtool --setcoreoffset 250 --setclocks 1500 --setmem 5001
    4000 series nvtool --setcoreoffset 250 --setclocks 2400 --setmem 5001
    High
    3000 series nvtool --setcoreoffset 200 --setclocks 1600 --setmem 7000 --setmemoffset 2000
    4000 series nvtool --setcoreoffset 200 --setclocks 2900 --setmem 7000 --setmemoffset 2000


✈️ Hive OS flightsheet

Just drop your NVTOOL command in the Extra config argument box it's magic

*** CPU + GPU Dual Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"amountOfThreads":24
"accessToken":"YOUROWNTOKEN"
Capture d’écran 2024-01-09 à 14 43 55

*** GPU Only Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"
Capture d’écran 2024-01-09 à 14 34 36

*** CPU ONLY Flightsheet ***

Extra config arguments exemple:

"cpuOnly":"yes"
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"
Capture d’écran 2024-01-09 à 14 42 06

HotFix 1 : Qubic 1.8.2 Dual Hiveos Custom GPU+CPU

07 Jan 02:10
64cdb4b
Compare
Choose a tag to compare
  • Improved hashrate on GPU +/-50% on 4000s, +/-10% on 3000s (pool trainer update 07/01/2024)
  • Improved HiveOs version compatibility
  • Improved it/s reporting
  • Fixed bug on solution reporting when GPU only mining
  • Fixed bug on uptime reporting

****** stay tuned for next release version *******

Capture d’écran 2024-01-05 à 05 17 31

🌟 Support My Work and Contribute to its Growth 🌟

If you appreciate my work and want to contribute to its ongoing development, consider leaving a tip. Every contribution, big or small, makes a huge difference and motivates me to continue creating and improving.

  • To support me, use Qubic: TWVQTVPLEMNCWBJZFVCLCZCDGBDBLBWBAPCVQJOUECEZQQBMAPAXSRBEABSK

Support received since this version: 0 Qubic - Thank you for your future support!

Join our community on Discord

Thank you for being part of this journey!

⚠️ Mandatory Installation Instructions (updated 05/01/2024)

  • The CPU where you run the Client must support AVX2 or AVX512 CPU instructions
    cat /proc/cpuinfo | grep avx2(check if avx2 is in the result)
  • Hive OS beta (Ubuntu 20.04)
    hive-replace --list (choice 2/ yes to apply -- better to start this fresh install if you'r stuck)
  • GLIBC >=2.34
    sudo echo "deb http://cz.archive.ubuntu.com/ubuntu noble main" >> /etc/apt/sources.list && sudo apt update && sudo apt install tmux libc6-dev -y
  • Cuda 12+ drivers (525+)
    nvidia-driver-update 525.125.06
  • RAM >= 16Go improve CPU it/s

Settings:

🔧 Hive OS flightsheet

Just drop your NVTOOL command in the Extra config argument box it's magic

*** CPU + GPU Dual Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"
Capture d’écran 2024-01-07 à 04 59 17

*** GPU Only Flightsheet ***

Extra config arguments exemple:

nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"
Capture d’écran 2024-01-07 à 04 52 19

*** CPU ONLY Flightsheet ***

Extra config arguments exemple:

"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"
Capture d’écran 2024-01-07 à 04 56 32