Post
Topic
Board Mining (Altcoins)
Re: Team Black Miner (Ethereum Ethereum classic Vertcoin Zilliqa 0.5% fee)LHR unlock
by
KillrBee
on 13/01/2022, 14:07:25 UTC
So latestet v1.38 is stable on HiveOS or does it require some tweaks? I did not get it

The ubuntu 18,.04 build was released late, but the 20.04 build is working with some tweaks.



sudo apt-get install --only-upgrade libstdc++6

thanks, this helped some ppl.


cuda 11.4 build added

TeamBlackMiner_1_38_Ubuntu_18_04_Cuda_11_4.tar.xz
https://www.virustotal.com/gui/file/582aa2a4ddb1c86183e14e3a4311d81e5d323823be6a9c5049206756975091b3

The 11.5 build is "on fire" on my testrigs with a nice poolside increase. So an upgrade is recommended.

This is not help me for hive os , what can I do with this error ?

Perhaps upgrade the rig to the latest hiveos image that has buildt in support for v1.38?


it doesn't work yet:

teamblackminer exited (exitcode=0), waiting to cooldown a bit

Skipping miner log rotation due to execution time < 30sec

./TBMiner: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./TBMiner)


 tested all commands:

sudo apt-get install --only-upgrade libstdc++6

root@rig6FFB64:/# sudo apt-get install --only-upgrade libstdc++6                                                                                                                                                                                                                         
Reading package lists... Done                                                                                                                                                                                                                                                           
Building dependency tree                                                                                                                                                                                                                                                                 
Reading state information... Done                                                                                                                                                                                                                                                       
libstdc++6 is already the newest version (8.4.0-1ubuntu1~18.04).                                                                                                                                                                                                                         
0 upgraded, 0 newly installed, 0 to remove and 26 not upgraded.                                                                                                                                                                                                                         


so I've tested

sudo apt-get update
sudo apt-get upgrade
sudo apt-get update --fix-missing
sudo apt-get upgrade --fix-missing

and then

sudo apt-get install --only-upgrade libstdc++6

but it says ever the same message                                                                                                                                                                                                                                                             

root@rig6FFB64:/# sudo apt-get install --only-upgrade libstdc++6                                                                                                                                                                                                                         
Reading package lists... Done                                                                                                                                                                                                                                                           
Building dependency tree                                                                                                                                                                                                                                                                 
Reading state information... Done                                                                                                                                                                                                                                                       
libstdc++6 is already the newest version (8.4.0-1ubuntu1~18.04).                                                                                                                                                                                                                         
0 upgraded, 0 newly installed, 0 to remove and 26 not upgraded.         

but the miner says everytime

teamblackminer exited (exitcode=0), waiting to cooldown a bit

Skipping miner log rotation due to execution time < 30sec

./TBMiner: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./TBMiner)

so for now in HiveOS the latest working version is 1.35


What you want to do is:
sudo apt list --upgradeable
sudo apt upgrade (blank for all or specific libraries)

I get past the previous error (I also installed the gcc-9 compiler), and then I get an error on the clBuild within TBM (I'm assuming for the OpenCL libraries for the new AMD kernel).  It seems that there's some issue with the HiveOS distro with AMD libraries.