Bitcoin Forum
November 02, 2025, 09:16:53 PM *
News: Pumpkin carving contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 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 EVRPROGPOW MEOWPOW +dual)  (Read 35778 times)
KillrBee
Jr. Member
*
Offline Offline

Activity: 139
Merit: 3


View Profile
November 22, 2021, 01:55:28 PM
Last edit: November 22, 2021, 10:24:29 PM by Mr. Big
 #1301

The repository you are linking from is from 2018.

I was in the team that made the first ethereum gpu miner. back in 2015. The Gateless Gate Sharp version seems to be a slightly modified version of the original kernel.
 



I know the history - because I was there. You did *not* write the GPLv3 code which you stole; it does not matter at all what other code you may have written in the miner. Also, I linked the code from the ethereum-mining repo, if you care to read - which originates from https://github.com/ethereum/aleth - which predates you. He did the real first Eth miner.

@sp_
https://i.imgur.com/BhLTtuS.mp4

So, 1.25 is working.  1.26 is working.  "The Latest" (not sure if it's +cuda or without cuda), is not working

In the latest version opencl has been disabled for nvidia. so the if you select amd devices with --cl-index you need to change the indexes.

Use tbminer --list-devices to find the correct index

It's all AMD and I explicitly use --amd-only to exclude the 1 Nvidia card I have in that machine from TBM
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
November 22, 2021, 01:59:32 PM
Last edit: November 22, 2021, 02:15:50 PM by sp_
 #1302

It's all AMD and I explicitly use --amd-only to exclude the 1 Nvidia card I have in that machine from TBM

Perhaps the --amd-only switch isn't working. Try to select --cl-devices manually

--cl-devices [0,1,2,3,4,5]

Use tbminer --list-devices to get the correct indexes.

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

Activity: 139
Merit: 3


View Profile
November 22, 2021, 02:37:35 PM
 #1303

It's all AMD and I explicitly use --amd-only to exclude the 1 Nvidia card I have in that machine from TBM

Perhaps the --amd-only switch isn't working. Try to select --cl-devices manually

--cl-devices [0,1,2,3,4,5]

Use tbminer --list-devices to get the correct indexes.

That's not it... I suspect that it probably has something to do with the stratum re-write and how HiveOS handles the pool connection.  It selects the pool and then injects it into the miner as %URL%, but if you're now expecting a different format, like 'stratum+tcp://%URL%' or whatever, and HiveOS isn't providing the correct values, there might be an issue. 
wasarianta
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
November 22, 2021, 09:37:44 PM
 #1304

Quote
--kernel [5] --xintensity [4096] (no add --tweak and no add --dagintensity)

https://ibb.co/bXbbSvf

https://ibb.co/c2MGyhF
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
November 22, 2021, 10:24:44 PM
 #1305

Quote
--kernel [5] --xintensity [4096] (no add --tweak and no add --dagintensity)







Pictures say more than words.

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

Activity: 26
Merit: 2


View Profile
November 22, 2021, 10:29:54 PM
 #1306

Yes it said all... You said Pool 53 Mhs and is 50Mhs... where are this 3Mhs?
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
November 22, 2021, 11:02:42 PM
 #1307

Yes it said all... You said Pool 53 Mhs and is 50Mhs... where are this 3Mhs?

The pool is the average of 6 hours, but he has only mined for 5:48 and the last accepted shares has not been added to the pool yet... The pool only refresh every 10minutes. So I expect the 50.50MHASH poolside hashrate comes from 5:30 minutes of mining

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

Activity: 77
Merit: 0


View Profile
November 23, 2021, 02:58:21 AM
 #1308

Is there any benefit in adding the dagintensity value if mining on miningpoolhub?
pitroy
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 23, 2021, 03:49:48 AM
 #1309

pls change text color when dag fail verify.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
November 23, 2021, 10:33:20 AM
 #1310

Is there any benefit in adding the dagintensity value if mining on miningpoolhub?

The point of the --dagintensity 1 is to avoid crash on dag creation on high clockrates. You can oc the memory +100-200 or more with this setting on, but the dag generation will be slower. So not good in eth-zil mining. In v1.28 we will do an adjustemnt to the dag creation  with --dagintensity and make it slower.

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

Activity: 77
Merit: 0


View Profile
November 23, 2021, 01:17:05 PM
 #1311

Is there any benefit in adding the dagintensity value if mining on miningpoolhub?

The point of the --dagintensity 1 is to avoid crash on dag creation on high clockrates. You can oc the memory +100-200 or more with this setting on, but the dag generation will be slower. So not good in eth-zil mining. In v1.28 we will do an adjustemnt to the dag creation  with --dagintensity and make it slower.

Thanks for the explanation.

I am setting the dagintensity value to "9", is that considered too high of a number?

Also, I don't understand why I see so many negative posts about your miner software. I have tried testing on other miner software such as GMiner and T-Rex. After three + hours or so, I either get 1-2% rejected shares or the miner software ends up crashing.

Plus your level of support within the thread is top notch so you can't beat that!

Please keep up the great work.  Grin
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
November 23, 2021, 02:56:58 PM
 #1312

I am setting the dagintensity value to "9", is that considered too high of a number?

Thanks.

0 or 9 is the default setting for nvidia.

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

Activity: 87
Merit: 5


View Profile
November 23, 2021, 03:01:02 PM
 #1313

I have tried testing on other miner software such as GMiner and T-Rex. After three + hours or so, I either get 1-2% rejected shares or the miner software ends up crashing.

Well, if you had problems on those rock solid miners there is something wrong with your setup/OC.
dle378
Copper Member
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
November 23, 2021, 04:27:01 PM
 #1314

I have tried testing on other miner software such as GMiner and T-Rex. After three + hours or so, I either get 1-2% rejected shares or the miner software ends up crashing.

Well, if you had problems on those rock solid miners there is something wrong with your setup/OC.

I won't disagree with you on that.

I'll probably need to spend more time troubleshooting/modifying my OC settings that would adhere stability to each individual miner software.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
November 23, 2021, 06:40:18 PM
 #1315

v1.28 will have improved performance for amd cards on ETH+ZIL (dagger cache). We have also added the possibility to mine to ip adresses directly instead of hostnames.

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

Activity: 3696
Merit: 1257



View Profile
November 23, 2021, 09:21:20 PM
 #1316

v1.28 will have improved performance for amd cards on ETH+ZIL (dagger cache). We have also added the possibility to mine to ip adresses directly instead of hostnames.


I just tried 1.27 and it directly crashed out,to make a long story short I need the ETH+ZIL bat file,or you can write it down here so I can give it another try,all other miners are crashing after a certain amount of time so at least I will win some more Mhsh with your miner and I am ready to make the switch.Maybe you have put it somewhere here in the thread as I asked already a long time ago but now I am ready to make the switch and see what happens.My cards are 2 RX 6800 XT and 1 GTX 1080 ti in this rig.Thank you.

I mean for Ezil.me pool I didn't see a bat for that.

██████████▄█
████████▄██▌
██████▄████
████▄█████▌
██▄███▀░▀███▄
▄███▀█▄░▄█▀███▄
███████████████
▀███▄█▀░▀█▄███▀
██▀███▄░▄███▀
████▐█████▀
████████▀
███▐██▀
████▀
Shock
POWER UP
YOUR PLAY!
█████████████████████
██████▄▄███████▄▄██████
████▄██▄▀▀███▀▀▄██████
███████▄▀▀███▀▀▄██████
████▀▄▀█████████▀▄▀███
███▄██▄██▄██▄██▄███
█████████████████████
███▀███▀███▀███▀███
████▄▀▄████████▄▀████
███████▀▄▄███▄▄▀██████
████▀██▀▄▄███▄▄▀██▀████
██████▀▀███████▀▀██████
█████████████████████
█████████████████████
███████████████████████
███████████████▄█▀█████
█████████████████████
███████████████████
████████████████████
██████████████████
████████████████████
██████████████████████
███████████████████████
██████████████████████
███████████████████████
█████████████████████

ORIGINAL GAMES
INSTANT RAKEBACK
WEEKLY REWARDS
MONTHLY REWARDS
.
..100% FIRST DEPOSIT BONUS....PLAY NOW..
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
November 23, 2021, 10:12:52 PM
Last edit: November 24, 2021, 01:51:38 PM by sp_
Merited by swogerino (1)
 #1317

Set ETH_WALLET=(ethereum wallet)
Set ZIL_WALLET=(zil wallet)

:loop
   TBMiner --algo ethash --hostname eu.ezil.me --port 5555 --wallet %ETH_WALLET%.%ZIL_WALLET% --worker-name %computername% --dagintensity 1 --kernel 0
   timeout 10
goto :loop

Use the pill in the backround for the 1080ti.

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

Activity: 3696
Merit: 1257



View Profile
November 24, 2021, 07:11:29 AM
 #1318

I got this error here in the picture below.


██████████▄█
████████▄██▌
██████▄████
████▄█████▌
██▄███▀░▀███▄
▄███▀█▄░▄█▀███▄
███████████████
▀███▄█▀░▀█▄███▀
██▀███▄░▄███▀
████▐█████▀
████████▀
███▐██▀
████▀
Shock
POWER UP
YOUR PLAY!
█████████████████████
██████▄▄███████▄▄██████
████▄██▄▀▀███▀▀▄██████
███████▄▀▀███▀▀▄██████
████▀▄▀█████████▀▄▀███
███▄██▄██▄██▄██▄███
█████████████████████
███▀███▀███▀███▀███
████▄▀▄████████▄▀████
███████▀▄▄███▄▄▀██████
████▀██▀▄▄███▄▄▀██▀████
██████▀▀███████▀▀██████
█████████████████████
█████████████████████
███████████████████████
███████████████▄█▀█████
█████████████████████
███████████████████
████████████████████
██████████████████
████████████████████
██████████████████████
███████████████████████
██████████████████████
███████████████████████
█████████████████████

ORIGINAL GAMES
INSTANT RAKEBACK
WEEKLY REWARDS
MONTHLY REWARDS
.
..100% FIRST DEPOSIT BONUS....PLAY NOW..
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
November 24, 2021, 08:16:29 AM
 #1319

Run the ansicolor.reg script in the 7zip archive to activate colors in Windows program console.

Your driver is only cuda 11.1 compatible so you need to install the latest driver. Download from nvidia

https://github.com/sp-hash/TeamBlackMiner/blob/main/INSTALL_WINDOWS.md


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

Activity: 3696
Merit: 1257



View Profile
November 24, 2021, 09:05:41 AM
 #1320

I did all above.Now it gives me different errors with the prevalent being --computername command not found but I didn't move anything from the bat file,I just installed latest Nvidia driver 496.xx for GTX 1080 ti from the official site of Nvidia.It didn't gave this error before as you see in the picture.For the moment I switched back to Phoenixminer 5.9 which was just released today and trying it.

However you can help,you can send me a bat file created by you so I know I am not doing anything wrong.I am writing you a personal message as I really want to try your miner.I am giving you my wallets addresses for ETH+ZIL so you can make one for me for the Ezil pool and I will try it.I am also giving you my email so you can send the file to me.Thanks again.

██████████▄█
████████▄██▌
██████▄████
████▄█████▌
██▄███▀░▀███▄
▄███▀█▄░▄█▀███▄
███████████████
▀███▄█▀░▀█▄███▀
██▀███▄░▄███▀
████▐█████▀
████████▀
███▐██▀
████▀
Shock
POWER UP
YOUR PLAY!
█████████████████████
██████▄▄███████▄▄██████
████▄██▄▀▀███▀▀▄██████
███████▄▀▀███▀▀▄██████
████▀▄▀█████████▀▄▀███
███▄██▄██▄██▄██▄███
█████████████████████
███▀███▀███▀███▀███
████▄▀▄████████▄▀████
███████▀▄▄███▄▄▀██████
████▀██▀▄▄███▄▄▀██▀████
██████▀▀███████▀▀██████
█████████████████████
█████████████████████
███████████████████████
███████████████▄█▀█████
█████████████████████
███████████████████
████████████████████
██████████████████
████████████████████
██████████████████████
███████████████████████
██████████████████████
███████████████████████
█████████████████████

ORIGINAL GAMES
INSTANT RAKEBACK
WEEKLY REWARDS
MONTHLY REWARDS
.
..100% FIRST DEPOSIT BONUS....PLAY NOW..
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 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!