Pages:
Author

Topic: Team Black Miner (ETHW ETC Vertcoin Ravencoin Zilliqa +dual +tripple mining ) - page 47. (Read 35053 times)

sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
perhaps later. There are more important tasks to solve right now.
copper member
Activity: 3
Merit: 0
I understand, i try it. But in this version clients will see unstable hashrate sometimes. Are you thinking about logic like TeamRedMiner or you are have fee from mining, why not we can use same parameter only modified for mining company fees? Thanks.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
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/[email protected] -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/[email protected] --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/[email protected] -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/[email protected] --miningtime 20[/quote]

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

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

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

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

--algo ethash --hostname poolurl --port 9999 --cuda-devices [5] --wallet clientwallet --worker-name $rigName/[email protected] -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/[email protected] --miningtime 20[/quote]
copper member
Activity: 3
Merit: 0
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/[email protected] -d --maintainance-wallet servicewallet --maintainance-percent 10 --worker-name $rigName/[email protected] --miningtime 20
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
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


copper member
Activity: 3
Merit: 0
Hello, new function maintenance is not good, becouse if i use parameter --miningtime 360 and system choose our wallet, client think that his miner is offline for 6 hours, If we are lucky maybe 12 hours.

Have you thought about remake? TeamRedMiner on AMD split hashrate on live time. It is great solution.

---------------------------------------- Pool Status ------------------------------------------
[2021-11-29 14:02:21] eth-eu1.nanopool.org       ethash: 472.9Mh/s, avg 491.5Mh/s, pool 498.9Mh/s a:2841 r:0  Client
[2021-11-29 14:02:21] eth-eu1.nanopool.org       ethash: 68.08Mh/s, avg 54.62Mh/s, pool 54.43Mh/s a:310 r:0    Our Company

What do you mean? You would help us a lot and we would switch the whole farm to your miner  Cool

newbie
Activity: 47
Merit: 0
Tryed.
With 0, with 1 - no working
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
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
newbie
Activity: 47
Merit: 0
7 or 8 max.
it`s not for me.
I have couple of rigs with mote than 8 cards.
Thank you
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
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]
newbie
Activity: 47
Merit: 0
What is that - Z?

So the whole Alphabet in order.
The last added -Z -
same shit.
Starting Lolminer to have a good sleep, sorry
newbie
Activity: 2
Merit: 0
I can`t start this miner on mine 12*1660super on hiveos.
Please, someone report the flysheet here.

Try adding -Z. My rig with 2080S, 2060, 1080, 2x1070, and 10606 will not start without it.
newbie
Activity: 47
Merit: 0
No any internal graphics.
Just start lolminer, no problem

With -G again :

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

Sorry, but me exited too

lolminer, t-rex even do`nt want to bother me - starting and working

So , Thank you very much for you work, but you still have to work
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
perhaps it's because you have amd internal graphics. try -G (nvidia-only)
newbie
Activity: 47
Merit: 0
1,2,3 cards working, but I want all cards works.
All other miners no need to make anything.
I`m resizing
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Check if one card is working -U
then -U [0,1]

Perhaps your driver need to be updated.
newbie
Activity: 47
Merit: 0
https://imgur.com/a/4EJE3ha

Working perfect with lolminer- t-rex, gminer - all other miners
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Can you take a pic of the flight sheet please? What's your launch config?
newbie
Activity: 47
Merit: 0
Don`t know how to put here log, but the miner report in red : No GPU devises available on platform 1 .....
and then TBM exited ....
I

Lol, t-rex working like a charm

https://imgur.com/a/mOgp2FK
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Can you upload the log of the miner?
Pages:
Jump to: