- 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 *******
🌟 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:
QYGPXYBKNIDKVFFUWMMJFPWNMPXAPAVFEFEJOTUEIALMQZEFNKXOUUQEWBOM
Support received since this version: 0 Qubic - Thank you for your future support!
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 ifavx2
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:
-
CPU+GPU mining use https://github.com/EloWord/hiveos/releases/download/1.8.2dualfix1/qubic-hivecustom-eloword-v1.8.2dualfix1.tar.gz
-
Only GPU mining use https://github.com/EloWord/hiveos/releases/download/1.8.2dualfix1/qubic-hivecustom-eloword-v1.8.2dualfix1.tar.gz
-
Only CPU mining use https://github.com/EloWord/hiveos/releases/download/v-dual1.8.2/qubic-cpuhivecustom-eloword-v1.8.2.tar.gz
🔧 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"
*** GPU Only Flightsheet ***
Extra config arguments exemple:
nvtool --setcoreoffset 200 --setclocks 1500 --setmem 7000 --setmemoffset 2000
"accessToken":"YOUROWNTOKEN"
*** CPU ONLY Flightsheet ***
Extra config arguments exemple:
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"