|
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:
QYGPXYBKNIDKVFFUWMMJFPWNMPXAPAVFEFEJOTUEIALMQZEFNKXOUUQEWBOM
Support received since this version: 6,000,000 Qubic - Thank you for your future support!
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 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 (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 seriesnvtool --setcoreoffset 250 --setclocks 1500 --setmem 5001
4000 seriesnvtool --setcoreoffset 250 --setclocks 2400 --setmem 5001
High
3000 seriesnvtool --setcoreoffset 200 --setclocks 1600 --setmem 7000 --setmemoffset 2000
4000 seriesnvtool --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"
*** 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:
"cpuOnly":"yes"
"amountOfThreads":14
"accessToken":"YOUROWNTOKEN"