Bitcoin Forum
May 24, 2024, 11:46:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 417 »
621  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 29, 2021, 09:21:47 PM
It has been fixed, but we are adding some more fixes and features in v1.29
622  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 29, 2021, 02:27:14 PM
perhaps later. There are more important tasks to solve right now.
623  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 29, 2021, 01:39:05 PM
Ok, thank you. What would config look like if you use your second option?

I mean

tmbiner --miningtime 360 -U [0.] --worker-name rig100 (...)
tmbiner --miningtime 360 -U [1] --worker-name rig100 (...)
tmbiner --miningtime 360 -U [2] --worker-name rig100 (...)
tmbiner --miningtime 360 -U [3] --worker-name rig100 (...)
tmbiner --miningtime 360 -U [4] --worker-name rig100 (...)
tmbiner --miningtime 360 -U [5] --worker-name rig100 (...)

What do you mean about (...) We use linux. Our config is:

Quote
--algo ethash --hostname poolurl --port 9999 --wallet clientwallet --worker-name $rigName/xx@xx.com -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/xx@xx.com --miningtime 20

In a 6 cards cuda rig you need 6 instances of the miner: For amd replace --cuda-devices with --cl-devices

20 minutes is low. you loose 1-2% because of dag so you should set it higher.

Code:
--algo ethash --hostname poolurl --port 9999 --cuda-devices [0] --wallet clientwallet --worker-name $rigName/xx@xx.com -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/xx@xx.com --miningtime 20[/quote]

--algo ethash --hostname poolurl --port 9999 --cuda-devices [1] --wallet clientwallet --worker-name $rigName/xx@xx.com -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/xx@xx.com --miningtime 20[/quote]

--algo ethash --hostname poolurl --port 9999 --cuda-devices [2] --wallet clientwallet --worker-name $rigName/xx@xx.com -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/xx@xx.com --miningtime 20[/quote]

--algo ethash --hostname poolurl --port 9999 --cuda-devices [3] --wallet clientwallet --worker-name $rigName/xx@xx.com -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/xx@xx.com --miningtime 20[/quote]

--algo ethash --hostname poolurl --port 9999 --cuda-devices [4] --wallet clientwallet --worker-name $rigName/xx@xx.com -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/xx@xx.com --miningtime 20[/quote]

--algo ethash --hostname poolurl --port 9999 --cuda-devices [5] --wallet clientwallet --worker-name $rigName/xx@xx.com -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/xx@xx.com --miningtime 20[/quote]
624  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 29, 2021, 01:14:49 PM
What about --miningtime 20?
But dag creation will take some of the profit away, so more profitable with  a longer miningtime.

Another solution would be to run each card in the rig in its own instance of the miner and point to the same workername

tmbiner --miningtime 360 -U [ 0 ] --worker-name rig100 (...)
tmbiner --miningtime 360 -U [1] --worker-name rig100 (...)
tmbiner --miningtime 360 -U [2] --worker-name rig100 (...)
tmbiner --miningtime 360 -U [3] --worker-name rig100 (...)
tmbiner --miningtime 360 -U [4] --worker-name rig100 (...)
tmbiner --miningtime 360 -U [5] --worker-name rig100 (...)

Or to run x rigs on the same workername.

Before:

rig100
tmbiner --miningtime 360 --worker-name rig100
rig101
tmbiner --miningtime 360 --worker-name rig101
rig102
tmbiner --miningtime 360 --worker-name rig102
rig103
tmbiner --miningtime 360 --worker-name rig103
rig104
tmbiner --miningtime 360 --worker-name rig104

after
rename to:

rig100
tmbiner --miningtime 360 --worker-name rig100
rig101
tmbiner --miningtime 360 --worker-name rig100
rig102
tmbiner --miningtime 360 --worker-name rig100
rig103
tmbiner --miningtime 360 --worker-name rig100
rig104
tmbiner --miningtime 360 --worker-name rig100


625  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 28, 2021, 09:42:22 PM
7 or 8 max.
it`s not for me.
I have couple of rigs with mote than 8 cards.
Thank you

12 cards should work

Try to add --dagintensity 1
626  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 28, 2021, 09:12:51 PM
1,2,3 cards working, but I want all cards works.

What's the maximum cards working?

try to increase like this:

-U [0,1,2,3,4]
-U [0,1,2,3,4,5]
-U [0,1,2,3,4,5,6]
-U [0,1,2,3,4,5,6,7]
-U [0,1,2,3,4,5,6,7,8]
-U [0,1,2,3,4,5,6,7,8,0]
-U [0,1,2,3,4,5,6,7,8,9,10]
-U [0,1,2,3,4,5,6,7,8,9,10,11]
627  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 28, 2021, 07:16:52 PM
perhaps it's because you have amd internal graphics. try -G (nvidia-only)
628  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 28, 2021, 06:31:42 PM
Check if one card is working -U
then -U [0,1]

Perhaps your driver need to be updated.
629  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 28, 2021, 05:37:45 PM
Can you take a pic of the flight sheet please? What's your launch config?
630  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 28, 2021, 04:52:56 PM
Can you upload the log of the miner?
631  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 28, 2021, 04:23:58 PM
did you upgrade the nvidia driver to the latest?
632  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 28, 2021, 09:59:31 AM


That average in the pool is what matters more to me as is based on that that the pool pays and the highest is with this miner so far,maybe just luck but I don't know.I never had an average of 280 Mhsh from 289 Mhsh max power with any other miner in the pool and it is like that from quite some time now.

The poolspeed estimate for ETH+ZIL in the miner window is missing all the ZIL shares and will be inaccurate.  That's why you see a higher value on the pool than in the miner window.
This will be fixed in v1.29

edit:

we found some more issues. 1.29 will be released later.
633  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 27, 2021, 05:18:57 PM
To be clear, these are not 2% stales, these are 2% invalid shares. Your overclock settings are way too high, they are crashing because they are unstable overclocks.

There was a bug in v1.27 and older versions that caused invalid shares on the ezil.me, hiveon.io pool and perhaps other pools as well.

Please upgrade to 1.28
634  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 27, 2021, 05:05:40 PM
v1.28
1. Improved performance for AMD cards on ETH+ZIL (dagger cache). (+1-2%)
2. Added the possibility to mine to ip adresses directly instead of hostnames.
3. Disable cpu verification with --no-cpu set (default)
4. Fixed Hashrate/W in the stats for opencl rigs
5. Added --maintainance-wallet adress (Mine to another wallet xx% of the time.)
6. Added --maintainance-percent (Set the % chance to use the maintainance-wallet for the whole session.)
7. Slower dag generation on --dagintensity 1 to be stable on higher clocks.
8. Reduced rejected/invalid shares on the ezil.me and the hiveon.io pool. (+1-4%)

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

TeamBlackMiner_1_28_cuda_11_5.7z
https://www.virustotal.com/gui/file/662b7eeb8c2ee14deb84c111a5e060bcc95d49080bdc34f4692d8b2d7a188f5b?nocache=1

TeamBlackMiner_1_28_cuda_11_4.7z
https://www.virustotal.com/gui/file/f19ddea19ad634602082fbf683c17d0c697e3e508fe1ea72c967fcf7369ab1e0?nocache=1

TeamBlackMiner_1_28_cuda_11_2.7z
https://www.virustotal.com/gui/file/9885edef4a17bb0f8e57a9b7615c18994ae7472a4899726482c1c4faf3d088ed?nocache=1

TeamBlackMiner_1_28_Ubuntu_18_04_Cuda_11_4.tar.gz
https://www.virustotal.com/gui/file/d30d96da7f695214b24ba81b1058af8a19ba171b4844b2eaeab73f52447b0335?nocache=1

TeamBlackMiner_1_28_Ubuntu_18_04_Cuda_11_5.tar.gz
https://www.virustotal.com/gui/file/c153cf0022b6cb8179cfb999a7e241124ec4f1414db2131a8a9f62f60a4defe1?nocache=1



I took this long to write because I am way to excited seeing a miner not crashing with my Powercolor RX 6800 XT-s,every other one has crashed so far.

please try v1.28

The 2% rejected in v1.27 and older version should be reduced to 0.25% or less in v1.28. The memleak in ETH+ZIL on amd has been fixed, and a dagger cache has been implemented to increase the poolside profit even more..





Note that pool speed in the miner window for ETH+ZIL mining is not correct because we have split the stats in ZIL and ETH. Only the ETH shares are used to calculate the pool speed.
But we should use the ETH+ZIL shares.

This will be fixed in v1.29


[moderator's note: consecutive posts merged]
635  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 26, 2021, 08:28:03 PM
try and switch beside other miners crashing was you being extremely active here in the forum and solving people issues,thanks for that.

Thanks.

47MHASH is possible on the 1080ti if you decide to increase the power limit from 71% to 80%.

That's a +20% speed increase with 12% more power. Your 1000w should handle it without any problems.
636  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 26, 2021, 11:11:06 AM
you can try --xintensity 1
637  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 26, 2021, 10:16:14 AM
The PSU is a Corsair 1000 Watt Gold and the fan aren't even running most of the time as measured at the wall I have about 550 watt total consumption so this is out of question as an error.Let's see this new release then.The error did crash my PC I restarted it via distance through anydesk but anydesk isn't coming green anymore meaning it is stuck so a lot of troubles when crashing,other miners restart automatically the PC.

There is another issue in ETH+ZIL for amd that has been fixed in the next release.

https://github.com/sp-hash/TeamBlackMiner/issues/112
638  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 26, 2021, 10:11:21 AM
What could be the problem,the error of the miner is in the picture.

Could be many problems. The error indicate a gpu timeout. Is the PSU of the rig too weak? The next version will have better performance and fewer rejects on ETH+ZIL on AMD. Currently in testing now. Perhaps a release later today. To reduce the power and rejects you can add --xintensity [24,24,0]
639  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 25, 2021, 01:20:00 PM
I'm curious if there's any plans on dropping OpenCL on modern AMD chips in favour of the new Vulkan API

Perhaps the Vulkan API can be used on NVIDIA LHR cards to do a 100% unlock..
640  Alternate cryptocurrencies / Mining (Altcoins) / Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee) on: November 25, 2021, 10:11:19 AM
Honestly I'm not surprised about those results.

The test was performed in a simulator program on utra low difficulty.

To get the best results with the Team Black Miner, mine with high --xintensity on a high difficulty pool that support stale shares.

For more info

https://github.com/sp-hash/TeamBlackMiner/blob/main/FAQ.md
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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 417 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!