Bitcoin Forum
June 29, 2024, 05:23:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Claymore's miner and miningpoolhub multi-algo ?  (Read 4501 times)
maxmad_x
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


It takes a lot to build but not much to lose


View Profile
December 04, 2016, 03:25:16 PM
 #21

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.
maxmad_x
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


It takes a lot to build but not much to lose


View Profile
December 04, 2016, 06:51:13 PM
 #22

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 <user_name>.<worker_name> -p x --no-retry
sgminer.exe -k skeincoin -I 24 -o stratum+tcp://hub.miningpoolhub.com:12016 -u <user_name>.<worker_name> -p "d=1" --no-retry
sgminer.exe -k vanilla -I 24 -o stratum+tcp://hub.miningpoolhub.com:12019 -u <user_name>.<worker_name> -p x --no-retry
sgminer.exe -k myriadcoin-groestl -I 24 -o stratum+tcp://hub.miningpoolhub.com:12005 -u <user_name>.<worker_name> -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?
miningpoolhub
Legendary
*
Offline Offline

Activity: 1456
Merit: 1006

Mining Pool Hub


View Profile WWW
December 05, 2016, 05:25:07 AM
 #23

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.

Mining Pool Hub - https://miningpoolhub.com
maxmad_x
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


It takes a lot to build but not much to lose


View Profile
December 05, 2016, 05:20:12 PM
 #24

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
maxmad_x
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


It takes a lot to build but not much to lose


View Profile
December 05, 2016, 06:02:33 PM
 #25

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 <user_name>.<worker_name> -p x --no-retry
sgminer.exe -k skeincoin -I 24 -o stratum+tcp://hub.miningpoolhub.com:12016 -u <user_name>.<worker_name> -p "d=1" --no-retry
sgminer.exe -k vanilla -I 24 -o stratum+tcp://hub.miningpoolhub.com:12019 -u <user_name>.<worker_name> -p x --no-retry
sgminer.exe -k myriadcoin-groestl -I 24 -o stratum+tcp://hub.miningpoolhub.com:12005 -u <user_name>.<worker_name> -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



john1010
Hero Member
*****
Offline Offline

Activity: 2086
Merit: 562


View Profile WWW
December 07, 2016, 04:39:33 AM
 #26

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
QuintLeo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1030


View Profile
December 07, 2016, 05:40:29 AM
 #27


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.


I'm no longer legendary just in my own mind!
Like something I said? Donations gratefully accepted. LYLnTKvLefz9izJFUvEGQEZzSkz34b3N6U (Litecoin)
1GYbjMTPdCuV7dci3iCUiaRrcNuaiQrVYY (Bitcoin)
QuintLeo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1030


View Profile
December 07, 2016, 05:42:51 AM
 #28

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.
 

I'm no longer legendary just in my own mind!
Like something I said? Donations gratefully accepted. LYLnTKvLefz9izJFUvEGQEZzSkz34b3N6U (Litecoin)
1GYbjMTPdCuV7dci3iCUiaRrcNuaiQrVYY (Bitcoin)
Etolay
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
December 12, 2016, 08:21:34 PM
 #29

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?
Etolay
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
December 12, 2016, 10: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.
Pages: « 1 [2]  All
  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!