Bitcoin Forum
June 16, 2024, 07:53:06 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 »
  Print  
Author Topic: ⛏Team Black Miner (ETHB3 ETHW ETC VTC KAWPOW FIROPOW ZIL +dual +tripple mining )  (Read 34636 times)
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
January 13, 2022, 12:55:31 PM
Last edit: January 13, 2022, 01:26:54 PM by sp_
 #1641

I will build 1.39 today with fixes for Ethproxy pools and 0 rejected shares.



This bug has been there since version v1.00 Poolside rejects on hiveon.net and ezil.me and some other pools that use the ETHPROXY protocol.
In the later versions we have improved the reject rate abit, but I think v1.39 will remove them all together. A stratum problem solved on NVIDIA and AMD rigs.

Selecting the correct pool has been important when using TBM, but perhaps this will change after the bugfixed release is out.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
KillrBee
Jr. Member
*
Offline Offline

Activity: 139
Merit: 3


View Profile
January 13, 2022, 02:07:25 PM
 #1642

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 update
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.  
wasarianta
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 13, 2022, 05:39:48 PM
Last edit: January 13, 2022, 09:45:58 PM by Mr. Big
 #1643

check/confirm the necessary dependencies are installed
Quote
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX

output:
Quote
root@***:~# strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX                                                                                                                                        
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBCXX_3.4.25
GLIBCXX_3.4.26
GLIBCXX_3.4.27
GLIBCXX_3.4.28
GLIBCXX_3.4.29
GLIBCXX_DEBUG_MESSAGE_LENGTH

if the output are there but the miner not find then i don know..

if not there then..
Quote
sudo apt-get install gcc-4.9

and check again...
Quote
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX



I will build 1.39 today with fixes for Ethproxy pools and 0 rejected shares.

https://i.ibb.co/khDPj1k/bug-problem.png

This bug has been there since version v1.00 Poolside rejects on hiveon.net and ezil.me and some other pools that use the ETHPROXY protocol.
In the later versions we have improved the reject rate abit, but I think v1.39 will remove them all together. A stratum problem solved on NVIDIA and AMD rigs.

Selecting the correct pool has been important when using TBM, but perhaps this will change after the bugfixed release is out.

please include Ubuntu_20_04 Cuda_11_5 and Ubuntu_20_04 Cuda_11_4 for your next release. thank you.
KillrBee
Jr. Member
*
Offline Offline

Activity: 139
Merit: 3


View Profile
January 13, 2022, 08:12:56 PM
Last edit: January 13, 2022, 10:16:32 PM by KillrBee
 #1644

Are you using the latest Mesa OpenCL libs for AMD cards in your latest build, or are you using the original bionic libs?  

If it's the newest Mesa drivers, then I think we're out of luck on HiveOS since Mesa ceased supporting Ubuntu version 18.04 LTS and is only publishing new libs for version 20.04 -> 21.04 LTS.  


EDIT:

Also, to at least get the correct GLIBCXX do the following:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-9
sudo apt install libstdc++6
JL97786
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 13, 2022, 09:41:32 PM
 #1645

For 1.38, the 18.04 build is reporting lower hashrate than the 20.04 build, is this normal?
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
January 13, 2022, 09:49:26 PM
Last edit: January 15, 2022, 12:38:22 PM by sp_
 #1646

For 1.38, the 18.04 build is reporting lower hashrate than the 20.04 build, is this normal?

the ubuntu 18.04 build is cuda 11.4.

The team black miner is optimized for cuda 11.5

Ubuntu 18.04 (2016) is not going to be supported next year, and is selected by the other mining softwares.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
KillrBee
Jr. Member
*
Offline Offline

Activity: 139
Merit: 3


View Profile
January 13, 2022, 10:24:54 PM
 #1647

For 1.38, the 18.04 build is reporting lower hashrate than the 20.04 build, is this normal?

the ubuntu 18.04 build is cuda 11.4.

The team black miner is optimized for cuda 11.5

Ubuntu 18.04 (2016) is not going to be supported next year, and is selected by the other mining softwares. A 5 year old ubuntu distribution can easily be hacked..

you can update HiveOS to the Nvidia version 495.46 which has CUDA 11.5 by adding in the latest drivers by using:

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt upgrade
sudo apt install nvidia-driver-495
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
January 13, 2022, 10:41:01 PM
 #1648

t-rex-0.24.0-win.zip
https://www.virustotal.com/gui/file/264d60b35b9b3d10e853ba8f55c2c52ef61412f60235320a348eb6e29b78beaa



Team Black Miner 1.38


TeamBlackMiner_1_38_Ubuntu_18_04_Cuda_11_4.tar.xz
https://www.virustotal.com/gui/file/582aa2a4ddb1c86183e14e3a4311d81e5d323823be6a9c5049206756975091b3?nocache=1


Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
wasarianta
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 14, 2022, 07:35:09 AM
 #1649

Are you using the latest Mesa OpenCL libs for AMD cards in your latest build, or are you using the original bionic libs?  

If it's the newest Mesa drivers, then I think we're out of luck on HiveOS since Mesa ceased supporting Ubuntu version 18.04 LTS and is only publishing new libs for version 20.04 -> 21.04 LTS.  


EDIT:

Also, to at least get the correct GLIBCXX do the following:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-9
sudo apt install libstdc++6



if gcc-9 fail...


ADDING :

sudo apt install gcc-10 g++-10 -y

thencheck and confirm GLIBCXX

strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
Alexstabilini
Jr. Member
*
Offline Offline

Activity: 42
Merit: 2


View Profile
January 14, 2022, 07:45:35 AM
 #1650


Hi sp_!
Finally with 1.38 my rig is ok!
one stupid question... it is possible to install in win10 the cuda 11.5 without install new driver 49x from nvidia?
my rig doesnt like anything over 472..

thanks
alex
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
January 14, 2022, 10:40:45 AM
 #1651

one stupid question... it is possible to install in win10 the cuda 11.5 without install new driver 49x from nvidia?
my rig doesnt like anything over 472..

Yes it's possible to install cuda 11.5, but you cannot run cuda 11.5 programs without upgrading the driver.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
KillrBee
Jr. Member
*
Offline Offline

Activity: 139
Merit: 3


View Profile
January 14, 2022, 02:42:02 PM
 #1652

Has anyone been able to get AMD 6-series cards running under HiveOS with the latest 1.38 version?  

I really don't want to have to switch my main mining rig back to windows in order to get the upgrade (which I'm running in windows on my 6900XT rig and getting a 24 hour average of 65-70 MH/s on, while getting 62-63 MH/s for my 6800 series cards on HiveOS v. 1.27 (which is the only version that is stable enough to run for more than a few hours without pool timeouts)).

I'm currently getting the clBuild error from the AMD cards when running 1.38-115.  I can run 1.38-115 with just my Nvidia cards by installing the 495.xx drivers in HiveOS, but those drivers and the Xorg / nvidia-settings don't seem to play well with the HiveOS kernel and at the very best, I have to manually run one instance of TBM since HiveOS won't allow two simultaneous instances the same miner (despite being different versions), so if the HiveOS instance of the driver resets, the watchdog restarts it, but HiveOS throws continuous launch errors and then I'm down 50% of my hash power until I see that the rig is only producing 50% (which doesn't work well when I'm sleeping and it fails).

So, ideally I would like to see the benefits of the new AMD kernel and use HiveOS to manage my rig, and if that's not an option, then I guess I will have to move back to windows and remote desktop -- which isn't an ideal situation.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
January 14, 2022, 04:20:37 PM
Last edit: January 14, 2022, 06:47:50 PM by sp_
 #1653

v1.39
1. Improved Stale checker/estimates AMD
2. Fix reject bug on ethproxy pools.
3. Fix ETH+ZIL on LHR rigs.

Tests show that 1.39 has around +2.5% poolside speed hiveon.net and ezil.me after 5000 accepted shares.





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

Added cuda 11.6 build for windows.

TeamBlackMiner_1_39_cuda_11_6.7z
https://www.virustotal.com/gui/file/f3b4258ef04f5478f457ee8de51ee11d79b31d03b964b34acf6405b37b904a3d?nocache=1

TeamBlackMiner_1_39_cuda_11_5.7z
https://www.virustotal.com/gui/file/e1272cfda1eeebe7201ff77768596334e4e76df4b4f76572670d54b842e0ffcf?nocache=1

TeamBlackMiner_1_39_cuda_11_4.7z
https://www.virustotal.com/gui/file/2f2684be06125321b56a610275be99df7f928ec643b9a54c699cbca3690475e3?nocache=1

TeamBlackMiner_1_39_cuda_11_3.7z
https://www.virustotal.com/gui/file/0a2e2685ecf81fd39753368c02d4fd644008bc8d7942af7563fae68fff7db264?nocache=1

TeamBlackMiner_1_39_Ubuntu_18_04_Cuda_11_5.tar.xz
https://www.virustotal.com/gui/file/30eba90d3a51a18891e0b67cf089179ad643e93b62e38851e860bcc220c89c13

TeamBlackMiner_1_39_Ubuntu_18_04_Cuda_11_4.tar.xz
https://www.virustotal.com/gui/file/6be62f82aa57b53494a32f0351bb72924ff0b99414d051e243ff68824b9032f9?nocache=1

TeamBlackMiner_1_39_Ubuntu_20_04_Cuda_11_5.tar.xz
https://www.virustotal.com/gui/file/b3b86cd43d6b2c5b10e54696cd204f42d40b558d8376ed3363aea450439bf9d9?nocache=1


Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
January 14, 2022, 05:23:07 PM
Last edit: January 14, 2022, 06:48:31 PM by sp_
 #1654

Has anyone been able to get AMD 6-series cards running under HiveOS with the latest 1.38 version?  

I will build a ubuntu 18.04 cuda 11.5 binary of 1.39. Should work fine on HiveOS.

edit:

TeamBlackMiner_1_39_Ubuntu_18_04_Cuda_11_5.tar.xz
https://www.virustotal.com/gui/file/30eba90d3a51a18891e0b67cf089179ad643e93b62e38851e860bcc220c89c13

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Dojo76
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
January 14, 2022, 06:53:30 PM
 #1655

v1.39
1. Improved Stale checker/estimates AMD
2. Fix reject bug on ethproxy pools.
3. Fix ETH+ZIL on LHR rigs.

Tests show that 1.39 has around +2.5% poolside speed hiveon.net and ezil.me after 5000 accepted shares.


Thank you sp_ for your effort, I always liked TBM but I had rejected shares issues in Hiveon pool despite the past versions improvements so looking forward to test this new kernel. I'm also very curious to test profitability/share rate compared to other popular miners with a full AMD rig, in my tests despite the higher hashrate it wasn't the best performer
KillrBee
Jr. Member
*
Offline Offline

Activity: 139
Merit: 3


View Profile
January 14, 2022, 07:22:06 PM
 #1656

Has anyone been able to get AMD 6-series cards running under HiveOS with the latest 1.38 version?  

I will build a ubuntu 18.04 cuda 11.5 binary of 1.39. Should work fine on HiveOS.

edit:

TeamBlackMiner_1_39_Ubuntu_18_04_Cuda_11_5.tar.xz
https://www.virustotal.com/gui/file/30eba90d3a51a18891e0b67cf089179ad643e93b62e38851e860bcc220c89c13


I'm still unable to get my AMD cards to run with the build:

00:00:00 [2022-01-14 14:21:24.811]                                                                                
00:00:00 [2022-01-14 14:21:32.117] OpenCL driver version: 495.46
00:00:00 [2022-01-14 14:21:37.830] Cuda driver version: 11.5
00:00:00 [2022-01-14 14:21:37.830] Cuda runtime API version: 11.5
00:00:00 [2022-01-14 14:21:37.830]
00:00:00 [2022-01-14 14:21:37.830]                                
00:00:00 [2022-01-14 14:21:37.830]
00:00:00 [2022-01-14 14:21:37.830] Welcome to Team Black Miner 1.39
00:00:00 [2022-01-14 14:21:37.830]                                
00:00:00 [2022-01-14 14:21:37.830]
00:00:00 [2022-01-14 14:21:37.830] GPU0 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2022-01-14 14:21:37.830] GPU1 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2022-01-14 14:21:37.830] GPU2 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2022-01-14 14:21:37.830] GPU3 gfx1030 17GB added to miner as OpenCL device
00:00:00 [2022-01-14 14:21:39.372] GPU4 NVIDIA GeForce RTX 2060 SUPER 8GB added to miner as Cuda device
00:00:00 [2022-01-14 14:21:39.372] Trying us-eth.2miners.com:2020 (ethash)
00:00:00 [2022-01-14 14:21:39.374] GPU0 Started CL work thread
00:00:00 [2022-01-14 14:21:39.375] GPU1 Started CL work thread
00:00:00 [2022-01-14 14:21:39.376] GPU2 Started CL work thread
00:00:00 [2022-01-14 14:21:39.377] GPU3 Started CL work thread
00:00:00 [2022-01-14 14:21:39.420] GPU4 Started Cuda work thread
00:00:00 [2022-01-14 14:21:39.505] Pool responded successfully to subscribe
00:00:00 [2022-01-14 14:21:39.546] Pool responded successfully to extranonce subscribe
00:00:00 [2022-01-14 14:21:39.546] Extranonce is set to 18376093854555176960
00:00:00 [2022-01-14 14:21:39.588] Pool responded successfully to authorize
00:00:00 [2022-01-14 14:21:39.590] Difficulty is set to 2.031715
00:00:00 [2022-01-14 14:21:39.591] GPU3 Starting generating ethash dag (Epoch: 466)
00:00:00 [2022-01-14 14:21:39.591] GPU0 Starting generating ethash dag (Epoch: 466)
00:00:00 [2022-01-14 14:21:39.591] GPU2 Starting generating ethash dag (Epoch: 466)
00:00:00 [2022-01-14 14:21:39.591] GPU1 Starting generating ethash dag (Epoch: 466)
00:00:00 [2022-01-14 14:21:40.895] GPU4 Starting generating ethash dag (Epoch: 466)
00:00:00 [2022-01-14 14:21:40.898] GPU4 DAG generated in 1.31 seconds (4866046kb)
00:00:00 [2022-01-14 14:21:40.898] GPU4 Autoselect kernel activated
00:00:00 [2022-01-14 14:21:40.898] GPU4 XIntensity set to 952
terminate called after throwing an instance of 'cl::BuildError'
  what():  clBuildProgram
Aborted


with just the Nvidia cards (-G):

00:00:00 [2022-01-14 14:26:38.133]                                                                                 
00:00:00 [2022-01-14 14:26:38.192] Cuda driver version: 11.5
00:00:00 [2022-01-14 14:26:38.192] Cuda runtime API version: 11.5
00:00:00 [2022-01-14 14:26:38.192]
00:00:00 [2022-01-14 14:26:38.192]                                 
00:00:00 [2022-01-14 14:26:38.192]
00:00:00 [2022-01-14 14:26:38.192] Welcome to Team Black Miner 1.39
00:00:00 [2022-01-14 14:26:38.192]                                 
00:00:00 [2022-01-14 14:26:38.192]
00:00:00 [2022-01-14 14:26:38.192] Using all Nvidia devices
00:00:00 [2022-01-14 14:26:38.354] GPU0 NVIDIA GeForce RTX 3090 25GB added to miner as Cuda device
00:00:00 [2022-01-14 14:26:38.415] GPU1 NVIDIA GeForce RTX 2060 SUPER 8GB added to miner as Cuda device
00:00:00 [2022-01-14 14:26:38.415] Trying us-eth.2miners.com:2020 (ethash)
00:00:00 [2022-01-14 14:26:38.496] Pool responded successfully to subscribe
00:00:00 [2022-01-14 14:26:38.533] Pool responded successfully to extranonce subscribe
00:00:00 [2022-01-14 14:26:38.533] Extranonce is set to 18401708077435846656
00:00:00 [2022-01-14 14:26:38.570] Pool responded successfully to authorize
00:00:00 [2022-01-14 14:26:38.571] Difficulty is set to 2.031715
00:00:00 [2022-01-14 14:26:38.583] GPU0 Started Cuda work thread
00:00:00 [2022-01-14 14:26:38.644] GPU1 Started Cuda work thread
00:00:00 [2022-01-14 14:26:40.818] GPU1 Starting generating ethash dag (Epoch: 466)
00:00:00 [2022-01-14 14:26:40.996] GPU1 DAG generated in 1.59 seconds (4866046kb)
00:00:00 [2022-01-14 14:26:40.996] GPU1 Autoselect kernel activated
00:00:00 [2022-01-14 14:26:40.996] GPU1 XIntensity set to 952
00:00:00 [2022-01-14 14:26:41.001] GPU0 Starting generating ethash dag (Epoch: 466)
00:00:00 [2022-01-14 14:26:41.001] GPU0 DAG generated in 1.60 seconds (4866046kb)
00:00:00 [2022-01-14 14:26:41.001] GPU0 Autoselect kernel activated
00:00:00 [2022-01-14 14:26:41.001] GPU0 XIntensity set to 952
00:00:00 [2022-01-14 14:26:41.001] Job ccb53 (Validating Dag..)
00:00:00 [2022-01-14 14:26:45.265] Job ccb55 (Validating Dag..)
00:00:00 [2022-01-14 14:26:46.042] GPU0 Dag buffer verified ok!
00:00:00 [2022-01-14 14:26:51.774] GPU1 Dag buffer verified ok!
00:00:00 [2022-01-14 14:26:51.906] Job ccb57 (Autotuning..)
00:00:00 [2022-01-14 14:26:54.473] Job ccb58 (Autotuning..)
00:00:00 [2022-01-14 14:26:54.839] Job ccb59 (Autotuning..)
^C
00:00:00 [2022-01-14 14:26:57.711] Shutting down threads
00:00:00 [2022-01-14 14:26:57.711] Stratum thread exited
cafemax
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2022, 10:34:18 AM
 #1657

I am back.
This time I have tried the 1.39, and got this:

00:00:00 [2022-01-15 18:26:54.937]
00:00:00 [2022-01-15 18:26:55.195] OpenCL driver version: 335.0
00:00:00 [2022-01-15 18:26:55.195] Cuda driver version: 0.0
00:00:00 [2022-01-15 18:26:55.195] Cuda runtime API version: 11.6
00:00:00 [2022-01-15 18:26:55.195]
00:00:00 [2022-01-15 18:26:55.195]
00:00:00 [2022-01-15 18:26:55.195]
00:00:00 [2022-01-15 18:26:55.195] Welcome to Team Black Miner 1.39
00:00:00 [2022-01-15 18:26:55.195]
00:00:00 [2022-01-15 18:26:55.195]
00:00:00 [2022-01-15 18:26:55.195] GPU0 gfx1032 8GB added to miner as OpenCL device
00:00:00 [2022-01-15 18:26:55.195] GPU1 gfx1032 8GB added to miner as OpenCL device
00:00:00 [2022-01-15 18:26:55.195] GPU2 gfx1032 8GB added to miner as OpenCL device
00:00:00 [2022-01-15 18:26:55.195] Trying eth-hk.flexpool.io:4444 (ethash)
00:00:00 [2022-01-15 18:26:55.218] GPU0 Started CL work thread
00:00:00 [2022-01-15 18:26:55.233] GPU1 Started CL work thread
00:00:00 [2022-01-15 18:26:55.249] GPU2 Started CL work thread
00:00:00 [2022-01-15 18:26:55.272] Pool responded successfully to subscribe
00:00:00 [2022-01-15 18:26:55.296] Pool responded successfully to extranonce subscribe
00:00:00 [2022-01-15 18:26:55.311] Pool responded successfully to authorize
00:00:00 [2022-01-15 18:26:55.311] Difficulty is set to 0.931308
00:00:00 [2022-01-15 18:26:55.326] GPU0 Starting generating ethash dag (Epoch: 466)
00:00:00 [2022-01-15 18:26:55.326] GPU1 Starting generating ethash dag (Epoch: 466)
00:00:00 [2022-01-15 18:26:55.326] GPU2 Starting generating ethash dag (Epoch: 466)

00:00:00 [2022-01-15 18:26:58.657] Shutting down threads
00:00:00 [2022-01-15 18:26:58.665] Control thread exited
00:00:00 [2022-01-15 18:26:58.665] Stratum thread exited


xintensity to 1 / ETC algo, all the same.


BTW,

1. The rig has a little different from last one, it's 3 card RX 6600 with another MB, AMD Driver: 21.12.1

2. log file was created, but empty (0 size)

3. sometimes can start up correctly, it's randomly in rare.






sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
January 15, 2022, 10:39:46 AM
 #1658

xintensity to 1 / ETC algo, all the same.

Don't set --xintensity 1 , use --dagintensity 1


Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
cafemax
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2022, 10:48:07 AM
 #1659

xintensity to 1 / ETC algo, all the same.

Don't set --xintensity 1 , use --dagintensity 1



OK, I tested the --dagintensity 1, It's still.
Dojo76
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
January 15, 2022, 11:11:08 AM
 #1660

Has anyone been able to get AMD 6-series cards running under HiveOS with the latest 1.38 version?  

I will build a ubuntu 18.04 cuda 11.5 binary of 1.39. Should work fine on HiveOS.

edit:

TeamBlackMiner_1_39_Ubuntu_18_04_Cuda_11_5.tar.xz
https://www.virustotal.com/gui/file/30eba90d3a51a18891e0b67cf089179ad643e93b62e38851e860bcc220c89c13


I'm still unable to get my AMD cards to run with the build:



Same here, it seems a build problem:

terminate called after throwing an instance of 'cl::BuildError'                                                                                                         
  what():  clBuildProgram                                                                                                                                                                                                                                                                                                                       
teamblackminer exited (exitcode=0), waiting to cooldown a bit
Pages: « 1 ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!