Pages:
Author

Topic: Claymore's miner and miningpoolhub multi-algo ? - page 2. (Read 4529 times)

member
Activity: 124
Merit: 10
EthMiner config.txt :

Code:
# WARNING! Remove "#" characters to enable lines, with "#" they are disabled and will be ignored by miner! Check README for details.
# WARNING! Miner loads options from this file only if there are not any options in the command line!

-epool hub.miningpoolhub.com:12020
-ewal .
-epsw x
#-etha 0
#-dpool stratum+tcp://dcr.coinmine.pl:2222
#-dwal .
#-dpsw x
-esm 0
# you can active dual mining if you want with "-mode 0"
-mode 1
-tt 75
-dcri 40
-dbg -1
-tstop 85
-fanmin 30
-fanmax 95
-allpools 1
-allcoins 1
-retrydelay -1
#-mport 3333

ZCashMiner config.txt :

Code:
-zpool hub.miningpoolhub.com:12023
-zwal .
-zpsw x
-tt 75
-allpools 1
-dbg -1
-tstop 85
-fanmin 30
-fanmax 95
-retrydelay -1
#-mport 3333

EthMiner start.bat :

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

EthDcrMiner64.exe

ZCashMiner start.bat :

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe

On my Desktop i create some link :
EthMiner.lnk => C:\Users\elgi\Applications\Eth-clm\start.bat
ZCashMiner.lnk => C:\Users\elgi\Applications\ZCash-clm\start.bat

and i create my multi-algo bat file on my desktop (for me hub.bat) :

Code:
:start
ZCashMiner.lnk
EthMiner.lnk

timeout 1
goto start

A picture of my desktop :

full member
Activity: 237
Merit: 100
I'm just saying that I loop the applications with -noretrydelay -1 the program just quits when its time to switch and the next programs starts up not sure why your dag gen is so long...

i know, i have try this and speak about on my first post.
dag gen is long because i have a small cpu ? only 4GB of ram ? i don't know. just it's very long and i search a speed switch.


Sorry for the newbie question but, please, can you make a tutorial for the community explain how can we setup this?
member
Activity: 124
Merit: 10
I'm just saying that I loop the applications with -noretrydelay -1 the program just quits when its time to switch and the next programs starts up not sure why your dag gen is so long...

i know, i have try this and speak about on my first post.
dag gen is long because i have a small cpu ? only 4GB of ram ? i don't know. just it's very long and i search a speed switch.
newbie
Activity: 19
Merit: 0
Why run both at same time, just loop them and you won't have any issues.  Not sure what the benefit is to "sleep" one, are you trying to reduce DAG gen time or something...

yes for the time of dag generation. it's very long on my rig.
what is the benefit of no waiting miner, of make a loop ?

I'm just saying that I loop the applications with -noretrydelay -1 the program just quits when its time to switch and the next programs starts up not sure why your dag gen is so long...
member
Activity: 124
Merit: 10
Why run both at same time, just loop them and you won't have any issues.  Not sure what the benefit is to "sleep" one, are you trying to reduce DAG gen time or something...

yes for the time of dag generation. it's very long on my rig.
what is the benefit of no waiting miner, of make a loop ?
newbie
Activity: 19
Merit: 0
yes i'm sure !!!
on hubworker, i define a worker for multi-algo ethash and equihash only.
i use the port 12xxx for multi-algo.

and i run 2 miner in same time, one mine, another "sleep" Smiley

Why run both at same time, just loop them and you won't have any issues.  Not sure what the benefit is to "sleep" one, are you trying to reduce DAG gen time or something...
member
Activity: 124
Merit: 10
yes i'm sure !!!
on hubworker, i define a worker for multi-algo ethash and equihash only.
i use the port 12xxx for multi-algo.

and i run 2 miner in same time, one mine, another "sleep" Smiley
newbie
Activity: 19
Merit: 0
I'm using the multi-algo switching right now with MPH and claymores ZEC 8.0 as well as ETH/DCR 7.4 works well.

my only complaint is that the trigger for the switch is being done by a 10 minute "share not accepted" timeout function in the miner and I wish I could shorten it so that there isn't much delay in the switching. 

But it sounds like you might be trying to run both programs at the same time? thats not really how you do it maybe i Misunderstand what you are doing

your bat should just run one program at a time and cycle through the two depending on what the multialgo port says from MPH.
full member
Activity: 237
Merit: 100
Hi all and Claymore Smiley

Today i try the multi-algo switching on miningpoolhub with zcash and eth claymore's miner.
it work but i have some problem.

i have try to lauch in 1 bat file, but generate dag is long.
also i launch zcashminer and ethminer in same time on port 12xxx miningpoolhub. one of miner make nothing, another mine. it's ok.

now my problem :
1- fan management ...
2- watchdog (who make restart the eth miner and regenerate dag file) ...

for 2, i think just make -wd 0 or use -r 3600 (for example)
for 1, i don't know what i can do !!!

what do you think of this ?
any help ? someone use multi-algo already with claymore's miner ?

Zcash and ETH???

Are you sure?
member
Activity: 124
Merit: 10
Hi all and Claymore Smiley

Today i try the multi-algo switching on miningpoolhub with zcash and eth claymore's miner.
it work but i have some problem.

i have try to lauch in 1 bat file, but generate dag is long.
also i launch zcashminer and ethminer in same time on port 12xxx miningpoolhub. one of miner make nothing, another mine. it's ok.

now my problem :
1- fan management ...
2- watchdog (who make restart the eth miner and regenerate dag file) ...

for 2, i think just make -wd 0 or use -r 3600 (for example)
for 1, i don't know what i can do !!!

what do you think of this ?
any help ? someone use multi-algo already with claymore's miner ?
Pages:
Jump to: