Qubic 1.8.0 CPU Hive Custom based on official Qubic github https://github.com/qubic-li/client
✨ Support My Work ✨
you appreciate that... tip me
- [Qubic]:
QYGPXYBKNIDKVFFUWMMJFPWNMPXAPAVFEFEJOTUEIALMQZEFNKXOUUQEWBOM
Your support is greatly appreciated!
****** stay tuned for next release version *******
⚠️ Mandatory Installation Instructions
- 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) - GLIBC >=2.34
apt update && apt upgrade && echo "deb http://cz.archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install libc6 -y