Bitcoin Forum
June 23, 2024, 08:15:58 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 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 ... 115 »
  Print  
Author Topic: ⛏Team Black Miner (ETHB3 ETHW ETC VTC KAWPOW FIROPOW ZIL +dual +tripple mining )  (Read 34638 times)
Asthix
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
September 20, 2021, 01:45:16 PM
 #181

Got this error when starting it, please have a look at these screenshot.
I'm definitely not a Ubuntu expert but searching is something i can do!

I did follow the few instruction given, installed cuda 11.4, extract the folder, edit the file and try to start it.

https://i.ibb.co/LtSFD5Z/tbm-error-launch.png
https://i.ibb.co/HzrNBsD/teamblacminer-error.png

Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
September 20, 2021, 02:11:01 PM
 #182

you need to give the script execute permission.

$chmod a+rx (filename)

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

Activity: 44
Merit: 1


View Profile
September 20, 2021, 02:11:29 PM
 #183

Got this error when starting it, please have a look at these screenshot.
I'm definitely not a Ubuntu expert but searching is something i can do!

I did follow the few instruction given, installed cuda 11.4, extract the folder, edit the file and try to start it.




Thanks!

the bash scripts are in windows format with CR/LF end of line, but linux uses only LF

you can use dos2unix to convert these files :
Code:
dos2unix tbminer_ethermine_eth.sh

if you want to save the output in different file :
Code:
dos2unix -n tbminer_ethermine_eth.sh corrected.sh

Edit Smiley
And As sp_ said,
Code:
chmod a+x tbminer_ethermine_eth.sh  (in my case as this is the one I use)
chmod a+x TBMiner
Asthix
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
September 20, 2021, 03:33:51 PM
 #184

you need to give the script execute permission.

$chmod a+rx (filename)
Got this error when starting it, please have a look at these screenshot.
I'm definitely not a Ubuntu expert but searching is something i can do!

I did follow the few instruction given, installed cuda 11.4, extract the folder, edit the file and try to start it.

https://i.ibb.co/LtSFD5Z/tbm-error-launch.png
https://i.ibb.co/HzrNBsD/teamblacminer-error.png

Thanks!

the bash scripts are in windows format with CR/LF end of line, but linux uses only LF

you can use dos2unix to convert these files :
Code:
dos2unix tbminer_ethermine_eth.sh

if you want to save the output in different file :
Code:
dos2unix -n tbminer_ethermine_eth.sh corrected.sh

Edit Smiley
And As sp_ said,
Code:
chmod a+x tbminer_ethermine_eth.sh  (in my case as this is the one I use)
chmod a+x TBMiner

Thanks a lot for your answer!

Seems i made some progress and got this :
https://i.ibb.co/sRtg8NH/tbm-error.png

Cuda 11.4 is well installed and tested from the link shown
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
September 20, 2021, 04:11:21 PM
 #185

You also need to upgrade your driver to the latest

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

Activity: 12
Merit: 0


View Profile
September 20, 2021, 05:35:51 PM
 #186

Hello,

So I'm confused by the log, it states Zil, while I haven't set anything like this in my bat file

Code:
Set WALLET=XXXXXX

:loop
TBMiner --algo ethash --hostname daggerhashimoto.usa-east.nicehash.com --port 3353 --wallet %WALLET% --worker_name Rig1
timeout 10
goto :loop

And this seems to be producing errors, that account in the eronous shares count

Code:
    32m [2021-09-20 13:22:52.189] usa-east.nicehash.com (ethash)    PING: 42ms    DIFFICULTY: 0.929    EPOCH: 442
    32m [2021-09-20 13:22:52.189]
    32m [2021-09-20 13:22:52.189]
    32m [2021-09-20 13:22:52.189] ID    BOARD   TEMP    FAN     CORE    MEM     WATT    kW/h    COST/h
    32m [2021-09-20 13:22:52.189] GPU0  3090    51/0    70      1139    10839   277     0.28    0.03USD
    32m [2021-09-20 13:22:52.189] GPU1  3070    46/0    70      1139    8091    113     0.11    0.01USD
    32m [2021-09-20 13:22:52.189]                                               390     0.39    0.04USD
    32m [2021-09-20 13:22:52.189]
    32m [2021-09-20 13:22:52.189] ID    BOARD   TYPE    HASHRATE/W      HASHRATE        AVERAGE         SHARES
    32m [2021-09-20 13:22:52.189] GPU0  3090    Cuda    458.92 kH/W     127.12 MH/s     127.28 MH/s     146/0/7 (100.00)
    32m [2021-09-20 13:22:52.189] GPU1  3070    Cuda    565.28 kH/W     63.88 MH/s      63.82 MH/s      80/1/8 (98.77)
    32m [2021-09-20 13:22:52.189]                       1024.21 kH/s    191.00 MH/s     191.10 MH/s     226/1/15 (99.56)
    32m [2021-09-20 13:22:52.189]
    32m [2021-09-20 13:22:52.189]
    32m [2021-09-20 13:22:53.164] Job 00000000ff9a6dd1
    32m [2021-09-20 13:22:54.239] Job 00000000ff9a6dd2
    32m [2021-09-20 13:22:54.880] GPU1 Starting generating zil dag (Epoch: 0)
    32m [2021-09-20 13:22:54.880] GPU1 DAG generated in 0.43 seconds (1048574kb)
    32m [2021-09-20 13:22:54.913] GPU0 Starting generating zil dag (Epoch: 0)
    32m [2021-09-20 13:22:54.913] GPU0 DAG generated in 0.49 seconds (1048574kb)
    32m [2021-09-20 13:22:54.913] Job 00000000ff9a6dd2
    32m [2021-09-20 13:23:31.307] Job 00000000ff9a6dd3
    32m [2021-09-20 13:23:32.020] Job 00000000ff9a6dd4
    32m [2021-09-20 13:23:36.681] GPU0 Solution found in 4.68s (Submit every 10.28 seconds)
    32m [2021-09-20 13:23:36.704] Accepted (227/228/15) Reply: 22ms
    32m [2021-09-20 13:23:36.887] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    32m [2021-09-20 13:23:41.682] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    32m [2021-09-20 13:23:46.512] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    32m [2021-09-20 13:23:51.306] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208] usa-east.nicehash.com (zil)    PING: 41ms    DIFFICULTY: 0.929    EPOCH: 0
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208] ID    BOARD   TEMP    FAN     CORE    MEM     WATT    kW/h    COST/h
    33m [2021-09-20 13:23:53.208] GPU0  3090    51/0    70      1139    10839   278     0.28    0.03USD
    33m [2021-09-20 13:23:53.208] GPU1  3070    46/0    70      1139    8091    111     0.11    0.01USD
    33m [2021-09-20 13:23:53.208]                                               389     0.39    0.04USD
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208] ID    BOARD   TYPE    HASHRATE/W      HASHRATE        AVERAGE         SHARES
    33m [2021-09-20 13:23:53.208] GPU0  3090    Cuda    460.87 kH/W     128.12 MH/s     128.13 MH/s     147/0/7 (100.00)
    33m [2021-09-20 13:23:53.208] GPU1  3070    Cuda    573.68 kH/W     63.68 MH/s      62.24 MH/s      80/5/8 (94.12)
    33m [2021-09-20 13:23:53.208]                       1034.55 kH/s    191.80 MH/s     190.37 MH/s     227/5/15 (97.84)
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:54.665] GPU0 Solution found in 22.66s (Submit every 10.45 seconds)
    33m [2021-09-20 13:23:54.707] Accepted (228/233/15) Reply: 41ms
    33m [2021-09-20 13:23:56.241] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    33m [2021-09-20 13:24:01.837] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    33m [2021-09-20 13:24:07.518] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    33m [2021-09-20 13:24:12.991] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!

Finally, if someone who got it working under HiveOS could do a how-to that'd be great, I followed the Medium link and the only thing this got me is a mess of a driver that wouldn't load anymore...
Thanks
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
September 20, 2021, 05:51:40 PM
 #187

And this seems to be producing errors, that account in the eronous shares count

We have an issue on some pools that the miner disconnect after 30mins. If nicehash is directed to these pools, they will have the same problem. Will be fixed in v1.07. Affected pools are currently 2miners.com, woolypooly.com and nicehash.com. Switch to other pools while waiting for a fix.

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

Activity: 20
Merit: 7


View Profile
September 20, 2021, 06:46:53 PM
 #188

HP RTX 3080 OEM
--xintensity 7 works best for me (no stales)
(I assume Nicehash does not pay for stales.)

Yes there are optimal defaults for each pool. But --xintensity 7 is low. Other pools run fine with --xintensity 64 and ~100MHASH.

I just like simplicity of Nicehash even if it means less profit.

And TBM gives 3-5MHs more (with this setup) than other miners, great job :-)
skablast
Member
**
Offline Offline

Activity: 476
Merit: 19


View Profile
September 20, 2021, 06:54:26 PM
Last edit: September 20, 2021, 07:37:33 PM by skablast
 #189

Does it support CPU for VTC or I keep using the old miners ?
dle378
Copper Member
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
September 20, 2021, 07:35:15 PM
 #190

Should I be able to see the CORE/MEM/WATT reporting by default?


you could try to open a cmd promt and run:

nvidia-smi --id=0 --query-gpu=power.draw,clocks.sm,clocks.mem --format=csv
nvidia-smi --id=1 --query-gpu=power.draw,clocks.sm,clocks.mem --format=csv
nvidia-smi --id=2 --query-gpu=power.draw,clocks.sm,clocks.mem --format=csv
nvidia-smi --id=3 --query-gpu=power.draw,clocks.sm,clocks.mem --format=csv
nvidia-smi --id=4 --query-gpu=power.draw,clocks.sm,clocks.mem --format=csv

Do you get any information out?

Disregard the previous post. I updated to the latest Nvidia driver (471.12) and now it shows the Power Draw, Core Clock, and Memory Clock. Smiley
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
September 20, 2021, 08:10:13 PM
Last edit: November 08, 2021, 01:22:36 PM by mprep
 #191

HP RTX 3080 OEM
--xintensity 7 works best for me (no stales)
(I assume Nicehash does not pay for stales.)

Yes there are optimal defaults for each pool. But --xintensity 7 is low. Other pools run fine with --xintensity 64 and ~100MHASH.
I just like simplicity of Nicehash even if it means less profit.
And TBM gives 3-5MHs more (with this setup) than other miners, great job :-)

A good find. We might add optimized defaults to pools later. This setting is working good with zergpool as well.



Does it support CPU for VTC or I keep using the old miners ?

You can see in the VTC+ZIl script that it is using spminer. You need to copy the file into the folder if you want to mine VTC

[moderator's note: consecutive posts merged]

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

Activity: 181
Merit: 10


View Profile
September 21, 2021, 02:25:09 AM
 #192

Hello,

So I'm confused by the log, it states Zil, while I haven't set anything like this in my bat file

Code:
Set WALLET=XXXXXX

:loop
TBMiner --algo ethash --hostname daggerhashimoto.usa-east.nicehash.com --port 3353 --wallet %WALLET% --worker_name Rig1
timeout 10
goto :loop

And this seems to be producing errors, that account in the eronous shares count

Code:
    32m [2021-09-20 13:22:52.189] usa-east.nicehash.com (ethash)    PING: 42ms    DIFFICULTY: 0.929    EPOCH: 442
    32m [2021-09-20 13:22:52.189]
    32m [2021-09-20 13:22:52.189]
    32m [2021-09-20 13:22:52.189] ID    BOARD   TEMP    FAN     CORE    MEM     WATT    kW/h    COST/h
    32m [2021-09-20 13:22:52.189] GPU0  3090    51/0    70      1139    10839   277     0.28    0.03USD
    32m [2021-09-20 13:22:52.189] GPU1  3070    46/0    70      1139    8091    113     0.11    0.01USD
    32m [2021-09-20 13:22:52.189]                                               390     0.39    0.04USD
    32m [2021-09-20 13:22:52.189]
    32m [2021-09-20 13:22:52.189] ID    BOARD   TYPE    HASHRATE/W      HASHRATE        AVERAGE         SHARES
    32m [2021-09-20 13:22:52.189] GPU0  3090    Cuda    458.92 kH/W     127.12 MH/s     127.28 MH/s     146/0/7 (100.00)
    32m [2021-09-20 13:22:52.189] GPU1  3070    Cuda    565.28 kH/W     63.88 MH/s      63.82 MH/s      80/1/8 (98.77)
    32m [2021-09-20 13:22:52.189]                       1024.21 kH/s    191.00 MH/s     191.10 MH/s     226/1/15 (99.56)
    32m [2021-09-20 13:22:52.189]
    32m [2021-09-20 13:22:52.189]
    32m [2021-09-20 13:22:53.164] Job 00000000ff9a6dd1
    32m [2021-09-20 13:22:54.239] Job 00000000ff9a6dd2
    32m [2021-09-20 13:22:54.880] GPU1 Starting generating zil dag (Epoch: 0)
    32m [2021-09-20 13:22:54.880] GPU1 DAG generated in 0.43 seconds (1048574kb)
    32m [2021-09-20 13:22:54.913] GPU0 Starting generating zil dag (Epoch: 0)
    32m [2021-09-20 13:22:54.913] GPU0 DAG generated in 0.49 seconds (1048574kb)
    32m [2021-09-20 13:22:54.913] Job 00000000ff9a6dd2
    32m [2021-09-20 13:23:31.307] Job 00000000ff9a6dd3
    32m [2021-09-20 13:23:32.020] Job 00000000ff9a6dd4
    32m [2021-09-20 13:23:36.681] GPU0 Solution found in 4.68s (Submit every 10.28 seconds)
    32m [2021-09-20 13:23:36.704] Accepted (227/228/15) Reply: 22ms
    32m [2021-09-20 13:23:36.887] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    32m [2021-09-20 13:23:41.682] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    32m [2021-09-20 13:23:46.512] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    32m [2021-09-20 13:23:51.306] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208] usa-east.nicehash.com (zil)    PING: 41ms    DIFFICULTY: 0.929    EPOCH: 0
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208] ID    BOARD   TEMP    FAN     CORE    MEM     WATT    kW/h    COST/h
    33m [2021-09-20 13:23:53.208] GPU0  3090    51/0    70      1139    10839   278     0.28    0.03USD
    33m [2021-09-20 13:23:53.208] GPU1  3070    46/0    70      1139    8091    111     0.11    0.01USD
    33m [2021-09-20 13:23:53.208]                                               389     0.39    0.04USD
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208] ID    BOARD   TYPE    HASHRATE/W      HASHRATE        AVERAGE         SHARES
    33m [2021-09-20 13:23:53.208] GPU0  3090    Cuda    460.87 kH/W     128.12 MH/s     128.13 MH/s     147/0/7 (100.00)
    33m [2021-09-20 13:23:53.208] GPU1  3070    Cuda    573.68 kH/W     63.68 MH/s      62.24 MH/s      80/5/8 (94.12)
    33m [2021-09-20 13:23:53.208]                       1034.55 kH/s    191.80 MH/s     190.37 MH/s     227/5/15 (97.84)
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:53.208]
    33m [2021-09-20 13:23:54.665] GPU0 Solution found in 22.66s (Submit every 10.45 seconds)
    33m [2021-09-20 13:23:54.707] Accepted (228/233/15) Reply: 41ms
    33m [2021-09-20 13:23:56.241] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    33m [2021-09-20 13:24:01.837] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    33m [2021-09-20 13:24:07.518] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!
    33m [2021-09-20 13:24:12.991] GPU1 Cpu verification failed. Share not sent to the pool. Rejected!

Finally, if someone who got it working under HiveOS could do a how-to that'd be great, I followed the Medium link and the only thing this got me is a mess of a driver that wouldn't load anymore...
Thanks

i tried integrating it also with hiveos and this just gives me headache
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
September 21, 2021, 06:27:27 AM
Last edit: November 08, 2021, 01:22:51 PM by mprep
 #193

How do I mine vertcoin with this.  what is algo setting?
./TBMiner --algo ??
thanks.

To mine vertcoin you use

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

To mine VTC+ZIL you can see the example in the script. Spminer has a zilliqacoin switch wich will sleep in the zil POW. Tbminer support zil standalone mining



i tried integrating it also with hiveos and this just gives me headache

It's not that difficult once you have upgraded to the latest driver. I have asked in the hivos channel, perhaps they can assist you there.



A reply in the hiveos thread. If you are on an old image you need to upgrade

https://bitcointalk.org/index.php?topic=2350786.2100




A couple of suggestions:

- cumulative average MH/s for current minig session
- cost / 24H would be nice addition

We are adding an readonly api, and this is the kind of information you can use other tools for once the api is done. But first more bugfixing, tuning and improvements.



Disregard the previous post. I updated to the latest Nvidia driver (471.12) and now it shows the Power Draw, Core Clock, and Memory Clock. Smiley

Good. The newest cards need the latest drivers.

[moderator's note: consecutive posts merged]

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

Activity: 3360
Merit: 1094


View Profile WWW
September 23, 2021, 09:23:15 AM
 #194

We are adding an readonly api, and this is the kind of information you can use other tools for once the api is done. But first more bugfixing, tuning and improvements.
Hello,

When adding an API for TeamBlackMiner, please also include the PCI Bus ID for each of the GPUs you are reporting hashrate and other details for. This is how most mining management software identifies each GPU.

Thanks and keep up the good work!

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
ep690d01
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 23, 2021, 09:36:00 AM
 #195

Congratulations,

finally a very competitive new miner.
Are you planning to add support for ZANO and ERGO?

THANK YOU
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
September 23, 2021, 10:39:34 AM
 #196

Congratulations,
finally a very competitive new miner.
Are you planning to add support for ZANO and ERGO?
THANK YOU

Not now.
here is the todo list and ETA:

1. Fix known bugs and add an API. (1 week)
2. Faster opencl kernel (2 weeks)
3. Merge vertcoin code out of spminer and into tbminer exe. (3 weeks)


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

Activity: 19
Merit: 0


View Profile
September 23, 2021, 04:02:13 PM
 #197

hello, well done again for your work.
what is the difference between version 1.06 cuda 11.2 and 11.4?
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
September 23, 2021, 05:00:42 PM
Last edit: November 08, 2021, 01:20:17 PM by mprep
 #198

New version with fixed AMD stats. Please post some AMD screenshots. Is it working on your rigs?

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

v1.7
1. Fixed submit hashrate when gpu0 was not active
2. Don't submit hashrate to pools that don't support it.
3. Fixed 30min disconnects on some pools
4. Fixed amd stats again.
5. Fixed mixed rigs. CUDA/AMD

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

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

Edit with --cl-devices fix:
TeamBlackMiner_1_07_cuda_11_2.7z
https://www.virustotal.com/gui/file/a7d65d91efcd29923755f7c28ea2d2d95927639f281f1afa8707f0b074a7bc70?nocache=1
TeamBlackMiner_1_07_cuda_11_4.7z
https://www.virustotal.com/gui/file/244f4aaed2e63531e4dff8c8c44ef0138a5681907528fdba1455895442a9bfa6?nocache=1


linux later



hello, well done again for your work.
what is the difference between version 1.06 cuda 11.2 and 11.4?

The cuda 11.4 is the fastest but require a newer driver. cuda 11.2 builds works on older drivers. LHA1 unlock on the rtx 3060 (470.05 driver)

[moderator's note: consecutive posts merged]

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

Activity: 21
Merit: 0


View Profile
September 23, 2021, 06:16:11 PM
 #199

RX5500XT - 21.9.1 driver

←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[0m←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[1meu1.ethermine.org (ethash)    PING: 254ms    DIFFICULTY: 1.00     EPOCH: 442←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[4m                                                                            ←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[0m←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[1mID     BOARD   TEMP    FAN     CORE    MEM     WATT    kW/h    COST/h←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[36mGPU0  5500XT  0/0     0       0       0       0       0.00    0.00USD←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[1;36m                                            0       0.00    0.00USD←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[0m←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[1mID     BOARD   TYPE    HASHRATE/W      HASHRATE        AVERAGE         SHARES←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[36mGPU0  5500XT  OpenCL  0.00 H/W        26.48 MH/s      26.47 MH/s      7/0/0 (100.00)←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[1;36m                    0.00 H/s        26.48 MH/s      26.47 MH/s      7/0/0 (100.00)←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[4m                                                                            ←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m010←[0m←[1m]←[0m ←[0m←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:03.←[0m←[0m885←[0m←[1m]←[0m ←[35mJob f55f51←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:05.←[0m←[0m666←[0m←[1m]←[0m ←[35mJob fed9db←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:09.←[0m←[0m744←[0m←[1m]←[0m ←[1mGPU0 Solution found in 4.14s (Submit every 237.25 seconds)←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:09.←[0m←[0m775←[0m←[1m]←[0m ←[32mAccepted (8/8/0) Reply: 26ms←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:12.←[0m←[0m568←[0m←[1m]←[0m ←[35mJob a9c6cd←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:13.←[0m←[0m631←[0m←[1m]←[0m ←[35mJob cc738d←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:14.←[0m←[0m724←[0m←[1m]←[0m ←[35mJob cb9b18←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:16.←[0m←[0m552←[0m←[1m]←[0m ←[35mJob a50d13←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:18.←[0m←[0m755←[0m←[1m]←[0m ←[35mJob e9ee40←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:20.←[0m←[0m834←[0m←[1m]←[0m ←[35mJob 61e04d←[0m
←[1;36m    31m←[0m ←[1m[2021-09-23 20:15:21.←[0m←[0m568←[0m←[1m]←[0m ←[35mJob ebb530←[0m
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2912
Merit: 1087

Team Black developer


View Profile
September 23, 2021, 06:22:11 PM
 #200

RX5500XT - 21.9.1 driver
OpenCL  0.00 H/W        26.48 MH/s      26.47 MH/s      7/0/0 (100.00)

Thanks for testing.
Run the ansicolors.reg script.
can you move the file atiadlxx.dll out of the folder and try again?

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 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 ... 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!