Post
Topic
Board Mining (Altcoins)
Re: Team Black Miner (Ethereum Ethereum classic Vertcoin Zilliqa 0.5% fee)LHR unlock
by
KillrBee
on 16/05/2022, 14:06:00 UTC
Linux release of The Black Pill LHR hashrate unlocker added. Make sure you download from my github and not from other sources..

https://github.com/sp-hash/TheBlackPill/releases

TheBlackPill.tar.xz
https://www.virustotal.com/gui/file/d5fa16087e09d0e85a63999307e9443f23503899762548adb7e31d55f0916d47?nocache


---------------------------

how to install and run third-party s/w in hiveos ? Is it same like adding custom miner?

You can ask the hiveos devs to integrate "The Black Pill". Perhaps they will..

Getting a runtime error on HiveOS:
./TheBlackPill.x: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./TheBlackPill.x)
./TheBlackPill.x: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./TheBlackPill.x)

What version of Linux did you compile this on?  HiveOS is still using Ubuntu Version 16.04 LTS and I can't seem to upgrade the system to use any GLIBC_ past 2.29. 

There are probably some third party ppa: repos that would fix it, but I'm not comfortable using unverified external ppa: repos published by some random on the net.

Alternatively I could probably compile/build the GLIBC_## packages and go through the process of relinking things, but it might be at the expense of disabling part of the main kernel, since the libc is so tightly integrated with the kernel, any changes can mess a lot of things up -- and besides, as soon as an upgrade comes along that updates the kernel for the HiveOS distro, I'll have to do it all over again.

**** gcc-9 and using the ppa: for ubuntu-toolchain-r/r-test is where I can get GLIBC_2.29 functioning, installing gcc-10 -> gcc-11 don't make a difference and my entire package repo is up to date and upgraded.