Pages:
Author

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

newbie
Activity: 21
Merit: 0
December 12, 2016, 06:14:57 PM
#30
I'm having a problem with this too.

For ETH, It says the stratum connection is established but it doesn't say that the worker is "authorized". Therefore mining does not start.

Is it a problem with the pool?

I tried changing worker names etc but did not make any difference.

Can anyone help?

Figured it out.

Just needed to add -esm 2.
newbie
Activity: 21
Merit: 0
I'm having a problem with this too.

For ETH, It says the stratum connection is established but it doesn't say that the worker is "authorized". Therefore mining does not start.

Is it a problem with the pool?

I tried changing worker names etc but did not make any difference.

Can anyone help?
legendary
Activity: 1498
Merit: 1030
Can I ask you guys, what is the best config for RX 480? mine is only 8.6MH using sgminer 4.1 is there any config to maximize my hashrate or i got the best result? thanks

 Which coin/algo are you talking about?

 If it's ETH or ETC you should run Genoil ETH miner or Claymore's dual ETH/others miner as both are a lot faster than sgminer ever managed.
 
legendary
Activity: 1498
Merit: 1030

yes for the time of dag generation. it's very long on my rig.


 Isn't there an option in Claymore to use the old style "keep the dag on the hard drive" method so you don't have to regenerate it every time you start up?

 Still have to generate a new one ever epoch change, and have to have plenty of HD space, but that might be faster for what you're trying to do.

hero member
Activity: 2086
Merit: 562
Can I ask you guys, what is the best config for RX 480? mine is only 8.6MH using sgminer 4.1 is there any config to maximize my hashrate or i got the best result? thanks
sr. member
Activity: 546
Merit: 250
It takes a lot to build but not much to lose
Finaly it's working for me with many algo Smiley

i have add SGMiner-5.3.1 of miningpoolhub :
https://github.com/miningpoolhub/sgminer/releases/latest

i put it in my application folder.
i create a start.bat file in this folder :
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

sgminer.exe -k groestlcoin -I 24 -o stratum+tcp://hub.miningpoolhub.com:12004 -u . -p x --no-retry
sgminer.exe -k skeincoin -I 24 -o stratum+tcp://hub.miningpoolhub.com:12016 -u . -p "d=1" --no-retry
sgminer.exe -k vanilla -I 24 -o stratum+tcp://hub.miningpoolhub.com:12019 -u . -p x --no-retry
sgminer.exe -k myriadcoin-groestl -I 24 -o stratum+tcp://hub.miningpoolhub.com:12005 -u . -p x --no-retry

i make a symlink on my desktop :
SGMiner => C:\Users\elgi\Applications\SGMiner-mph\start.bat

and i update my switch bat file :
Code:
:start
ZCashMiner.lnk
SGMiner.lnk
EthMiner.lnk

timeout 1
goto start

On miningpoolhub.com,
go to "hub workers"
define the good job for my worker.

now my rig mine the most profitable coin on multi-algo, 6 algo for now Smiley

Uing your code I still am not getting any mining on my ethereum. when sgminer fails it sure moves to zcash though. Zcash mining starts fine but ethereum connects to stratum but nothing happens after that. Any idea?


My Starthub.bat
Code:
Taskkill /IM WattTool.exe /F
Taskkill /IM ZecMiner64.exe /F
Taskkill /IM EthDcrMiner64.exe /F

cd "C:\Users\m\Desktop\sgminer"
start "" WattTool reset0.ini reset6.ini reset12.ini reset18.ini reset24.ini reset30.ini
timeout 5
:start
sgminer.lnk
ETH.lnk
ZEC.lnk
timeout 1
goto start


ETH.bat
Code:
Taskkill /IM WattTool.exe /F
Taskkill /IM ZecMiner64.exe /F
Taskkill /IM EthDcrMiner64.exe /F

timeout 5
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
cd "C:\Users\m\Desktop\sgminer\Claymore's Dual ETH"
start "" WattTool 0_eth.ini 6_eth.ini 12_eth.ini
timeout 5
#For autoswitch with sgminer
EthDcrMiner64.exe config.txt


config.txt for ETH.bat
Code:
-epool hub.miningpoolhub.com:12020
-ewal maxmad.max1
-epsw x
-esm 0
-mode 1
-dbg -1
-allpools 1
-allcoins 1
-retrydelay -1

ZEC.bat
Code:
Taskkill /IM WattTool.exe /F
Taskkill /IM ZecMiner64.exe /F
Taskkill /IM EthDcrMiner64.exe /F
timeout 4
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
cd "C:\Users\m\Desktop\sgminer\Claymore's ZCash"
Start "" WattTool 0.ini 2.ini 8.ini 6.ini 12.ini
timeout 2
GPU_FORCE_64BIT_PTR 1
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100
ZecMiner64.exe config.txt
pause

config.txt for ZEC.bat
Code:
-zpool hub.miningpoolhub.com:12023
-zwal maxmad.max1
-zpsw x
-allpools 1
-dbg -1
-i 6
-retrydelay -1

Sgminer.bat is exactly same as yours and I have seen that it works perfectly



sr. member
Activity: 546
Merit: 250
It takes a lot to build but not much to lose
I'm quite surprised that you guys did some brilliant workaround for auto switching.
I contact claymore about this issue again. I think there should be some workaround or bug fixed miner soon.

ALways trying something new Sir,

Btw does 12xxx let us change ETH/ETC/EXP as well as ZEC/ZCL switching? or should we be using 17xxx ports for those algos
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
I'm quite surprised that you guys did some brilliant workaround for auto switching.
I contact claymore about this issue again. I think there should be some workaround or bug fixed miner soon.
sr. member
Activity: 546
Merit: 250
It takes a lot to build but not much to lose
Finaly it's working for me with many algo Smiley

i have add SGMiner-5.3.1 of miningpoolhub :
https://github.com/miningpoolhub/sgminer/releases/latest

i put it in my application folder.
i create a start.bat file in this folder :
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

sgminer.exe -k groestlcoin -I 24 -o stratum+tcp://hub.miningpoolhub.com:12004 -u . -p x --no-retry
sgminer.exe -k skeincoin -I 24 -o stratum+tcp://hub.miningpoolhub.com:12016 -u . -p "d=1" --no-retry
sgminer.exe -k vanilla -I 24 -o stratum+tcp://hub.miningpoolhub.com:12019 -u . -p x --no-retry
sgminer.exe -k myriadcoin-groestl -I 24 -o stratum+tcp://hub.miningpoolhub.com:12005 -u . -p x --no-retry

i make a symlink on my desktop :
SGMiner => C:\Users\elgi\Applications\SGMiner-mph\start.bat

and i update my switch bat file :
Code:
:start
ZCashMiner.lnk
SGMiner.lnk
EthMiner.lnk

timeout 1
goto start

On miningpoolhub.com,
go to "hub workers"
define the good job for my worker.

now my rig mine the most profitable coin on multi-algo, 6 algo for now Smiley

Is the switch between ZEC and ZCL
and ETH/ETC/EXP working on ports 12xxx?
sr. member
Activity: 546
Merit: 250
It takes a lot to build but not much to lose
Do you think your calculations for your cards for profitability match whats there on miningpoolhub. I saw that RX cards have vastly different profitability profiles compared to miningpool.
I contcted the pool admin and I am in touch with them to create a new profile for RX cards. If possible have a profile for R9 x9x s and one more for all other older R9 and R7 cards. He is working on some way of addressing benchmarking of the rigs and providing different profitability profiles.

Lets see.
member
Activity: 124
Merit: 10
Finaly it's working for me with many algo Smiley

i have add SGMiner-5.3.1 of miningpoolhub :
https://github.com/miningpoolhub/sgminer/releases/latest

i put it in my application folder.
i create a start.bat file in this folder :
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

sgminer.exe -k groestlcoin -I 24 -o stratum+tcp://hub.miningpoolhub.com:12004 -u . -p x --no-retry
sgminer.exe -k skeincoin -I 24 -o stratum+tcp://hub.miningpoolhub.com:12016 -u . -p "d=1" --no-retry
sgminer.exe -k vanilla -I 24 -o stratum+tcp://hub.miningpoolhub.com:12019 -u . -p x --no-retry
sgminer.exe -k myriadcoin-groestl -I 24 -o stratum+tcp://hub.miningpoolhub.com:12005 -u . -p x --no-retry

i make a symlink on my desktop :
SGMiner => C:\Users\elgi\Applications\SGMiner-mph\start.bat

and i update my switch bat file :
Code:
:start
ZCashMiner.lnk
SGMiner.lnk
EthMiner.lnk

timeout 1
goto start

On miningpoolhub.com,
go to "hub workers"
define the good job for my worker.

now my rig mine the most profitable coin on multi-algo, 6 algo for now Smiley
sr. member
Activity: 546
Merit: 250
It takes a lot to build but not much to lose
We use the miningpoolhub.com feature for this.
we must use port 12xxx, define a hub worker and a good job.

All explain is here :
https://miningpoolhub.com/index.php?page=gettingstarted

I am just not sure if Claymorem iner will do that . I guess they have perfected stuff for sgminer. but I can be wrong

This way is more profitable than using nicehash? Nicehash also uses claymore miner now...

@maxmad_x
claymore's miner can do that, i use now.
and i try sgminer-gm too but i don't have a good result, it don't work fine for me, i must testing more.
but sgminer have a good hashrate, little same of claymore's ethminer without devfee Smiley
and a perfect feature for use with miningpoolhub.

@forato
yes it's more profitable. we can use a miner without fee of claymore, of nicehash, of someone, just must use miningpoolhub for pool but maybe not, i don't know for now.

but now i think claymore make a new release in a few time with more speed :p

Thanx. Thats a great news. I just played with sgminer a bit more today. I am so used to Claymore, I am sticking with it. I will add your way of dealing with autoswitching between ethash and equihash. Currently I am doing some other shenanegans with XMR miner Cheesy
Thank you so much for detailed information Smiley
member
Activity: 124
Merit: 10
We use the miningpoolhub.com feature for this.
we must use port 12xxx, define a hub worker and a good job.

All explain is here :
https://miningpoolhub.com/index.php?page=gettingstarted

I am just not sure if Claymorem iner will do that . I guess they have perfected stuff for sgminer. but I can be wrong

This way is more profitable than using nicehash? Nicehash also uses claymore miner now...

@maxmad_x
claymore's miner can do that, i use now.
and i try sgminer-gm too but i don't have a good result, it don't work fine for me, i must testing more.
but sgminer have a good hashrate, little same of claymore's ethminer without devfee Smiley
and a perfect feature for use with miningpoolhub.

@forato
yes it's more profitable. we can use a miner without fee of claymore, of nicehash, of someone, just must use miningpoolhub for pool but maybe not, i don't know for now.

but now i think claymore make a new release in a few time with more speed :p
full member
Activity: 237
Merit: 100
We use the miningpoolhub.com feature for this.
we must use port 12xxx, define a hub worker and a good job.

All explain is here :
https://miningpoolhub.com/index.php?page=gettingstarted

I am just not sure if Claymorem iner will do that . I guess they have perfected stuff for sgminer. but I can be wrong

This way is more profitable than using nicehash? Nicehash also uses claymore miner now...
sr. member
Activity: 546
Merit: 250
It takes a lot to build but not much to lose
We use the miningpoolhub.com feature for this.
we must use port 12xxx, define a hub worker and a good job.

All explain is here :
https://miningpoolhub.com/index.php?page=gettingstarted

I am just not sure if Claymorem iner will do that . I guess they have perfected stuff for sgminer. but I can be wrong
member
Activity: 124
Merit: 10
We use the miningpoolhub.com feature for this.
we must use port 12xxx, define a hub worker and a good job.

All explain is here :
https://miningpoolhub.com/index.php?page=gettingstarted
sr. member
Activity: 546
Merit: 250
It takes a lot to build but not much to lose
i miss something !

On miningpoolhub.com, after you have log. you must go to "Hub Worker" page and create a special worker with the good job, "AMD - Ethash, Equihash" for me.
And maybe you must go to "Auto Exchange" page too.

Hey Elgi76 thank you so much for the hub.bat idea

I have a big question though.
1) What will trigger usage if ETH miner vs ZCASH miner automatically?

SHouldnt we be using the hub.miningpoolhub.com:xxxxx to connect with each algorithm?
I think the auto switch works only with hub feature, still I am not sure about who will desktop know to switch from ETH to ZCASH mining depending upon the profitability
member
Activity: 124
Merit: 10
i miss something !

On miningpoolhub.com, after you have log. you must go to "Hub Worker" page and create a special worker with the good job, "AMD - Ethash, Equihash" for me.
And maybe you must go to "Auto Exchange" page too.
member
Activity: 124
Merit: 10
yes, just start hub.bat Wink
full member
Activity: 237
Merit: 100
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 :




Tks so much!! Nice config!!

You only have to run hub.bat after all this configuration correct? Nice job!!
Pages:
Jump to: