Bitcoin Forum
June 26, 2024, 04:05:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Ethminer how to mine with multiple GPU?  (Read 41384 times)
molitar (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 01, 2016, 03:13:59 AM
 #1

I have tried to search for multi GPU but the search pulls up everything but.  How do I mine with my 2 R9 280x cards?

currently using ethminer -G -F http://eth-us.suprnova.cc:3001/

for single GPU but how do I run for both GPUs?
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
March 01, 2016, 03:22:32 AM
 #2

etminer --help

For nvidia it's --cuda-devices 0 1 2 etc for AMD it's probably something similar.

Not your keys, not your coins!
molitar (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 01, 2016, 03:28:13 AM
 #3

etminer --help

For nvidia it's --cuda-devices 0 1 2 etc for AMD it's probably something similar.

Ok that --help command helped..  so it appears if I got it correct to be ..

ethminer -G -t 2 -F http://eth-us.suprnova.cc:3001/worker/<estimated MH/s)
Rexxxem
Full Member
***
Offline Offline

Activity: 368
Merit: 100



View Profile
March 01, 2016, 03:30:26 AM
 #4

--opencl-device 0,1
molitar (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 01, 2016, 03:35:41 AM
 #5

--opencl-device 0,1

tried that and it failed.. reported rpc error and only GPU Miner 0 was actually showing in the workload.

ethminer -G --opencl-device 0,1 -F http://eth-us.suprnova.cc:3001/
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
March 01, 2016, 03:39:37 AM
 #6

--cuda-devices only work without commas (0 1 2 instead of 0,1,2) so it might be the case for opencl as well, I'm not sure.

Not your keys, not your coins!
Rexxxem
Full Member
***
Offline Offline

Activity: 368
Merit: 100



View Profile
March 01, 2016, 03:45:53 AM
 #7

--opencl-device 0,1

tried that and it failed.. reported rpc error and only GPU Miner 0 was actually showing in the workload.

ethminer -G --opencl-device 0,1 -F http://eth-us.suprnova.cc:3001/

Hmm, weird..
I used ethminer as well and my bat looks like:

ethminer.exe -G -F http://yourpoolhere
--opencl-device 0,1

The only difference is that i have the device specification one line underneath the rest. Try doing that.
molitar (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 01, 2016, 04:07:10 AM
 #8

--opencl-device 0,1

tried that and it failed.. reported rpc error and only GPU Miner 0 was actually showing in the workload.

ethminer -G --opencl-device 0,1 -F http://eth-us.suprnova.cc:3001/

Hmm, weird..
I used ethminer as well and my bat looks like:

ethminer.exe -G -F http://yourpoolhere
--opencl-device 0,1

The only difference is that i have the device specification one line underneath the rest. Try doing that.

Thanks that seems to work seems the --opencl-device 0,1 has to be at least at the end.  Now I seen my first failure. Is that normal when mining on more than one card or should I increase my voltage a bit?

Sapphire Vapor-X R9 280X   875/1250/1125
XFX Double D R9 280X         875/1250/1125
Rexxxem
Full Member
***
Offline Offline

Activity: 368
Merit: 100



View Profile
March 01, 2016, 04:26:10 AM
 #9

--opencl-device 0,1

tried that and it failed.. reported rpc error and only GPU Miner 0 was actually showing in the workload.

ethminer -G --opencl-device 0,1 -F http://eth-us.suprnova.cc:3001/

Hmm, weird..
I used ethminer as well and my bat looks like:

ethminer.exe -G -F http://yourpoolhere
--opencl-device 0,1

The only difference is that i have the device specification one line underneath the rest. Try doing that.

Thanks that seems to work seems the --opencl-device 0,1 has to be at least at the end.  Now I seen my first failure. Is that normal when mining on more than one card or should I increase my voltage a bit?

Sapphire Vapor-X R9 280X   875/1250/1125
XFX Double D R9 280X         875/1250/1125

Awesome. Glad it's working for you  Smiley

I've always left my cards at stock settings. If your looking to squeeze a little bit more hash out you could add the "--cl-global-work 16384" parameter.
molitar (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 01, 2016, 04:36:48 AM
 #10


Awesome. Glad it's working for you  Smiley

I've always left my cards at stock settings. If your looking to squeeze a little bit more hash out you could add the "--cl-global-work 16384" parameter.

Thanks for that tip so I imagine I would add that right after the --opencl-device 0,1 --cl-global-work 16384

Getting some really good hash rate on the easy pool on Suprnova bouncing between 44-67MH/s so not bad at all.
Rexxxem
Full Member
***
Offline Offline

Activity: 368
Merit: 100



View Profile
March 01, 2016, 04:49:19 AM
 #11


Awesome. Glad it's working for you  Smiley

I've always left my cards at stock settings. If your looking to squeeze a little bit more hash out you could add the "--cl-global-work 16384" parameter.

Thanks for that tip so I imagine I would add that right after the --opencl-device 0,1 --cl-global-work 16384

Getting some really good hash rate on the easy pool on Suprnova bouncing between 44-67MH/s so not bad at all.

Yep. I dont remember the percentage increase exactly but it should give you a few more mh. Its somethig similar to raising the intensity on cgminer and similar software.

Keep in mind that the pools calculate your hash by share rate per certain amount of time. So you will see crazy swings in your displayed hashrate from time to time.
Restmand
Sr. Member
****
Offline Offline

Activity: 979
Merit: 258



View Profile
March 01, 2016, 09:11:50 AM
 #12

--opencl-device 0,1

tried that and it failed.. reported rpc error and only GPU Miner 0 was actually showing in the workload.

ethminer -G --opencl-device 0,1 -F http://eth-us.suprnova.cc:3001/

Hmm, weird..
I used ethminer as well and my bat looks like:

ethminer.exe -G -F http://yourpoolhere
--opencl-device 0,1

The only difference is that i have the device specification one line underneath the rest. Try doing that.

Thanks that seems to work seems the --opencl-device 0,1 has to be at least at the end.  Now I seen my first failure. Is that normal when mining on more than one card or should I increase my voltage a bit?

Sapphire Vapor-X R9 280X   875/1250/1125
XFX Double D R9 280X         875/1250/1125

With 875 MHz core frequency, you can reduce the core voltage from 1125mV to 1000mV or lower. That will reduce the power consumption.
molitar (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 02, 2016, 01:28:20 AM
 #13


With 875 MHz core frequency, you can reduce the core voltage from 1125mV to 1000mV or lower. That will reduce the power consumption.

Tried to go down got the BSOD.  It appears XFX Double D does not like to run below 1.125 volts someone mentioned here and looks to be correct..
mat5551
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 08, 2016, 08:23:58 PM
 #14

hi guys

having similar problem

getting json-rpo all the time

i have bought 6 gpus 3+3 sepparate   R9 380x
so 3 gpus per rig.
using windows 10, latest amd drivers, ethminer 0.9.41 genoil 1.0.4b3

bat file
setx GPU_MAX_ALLOC_PERCENT 99
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
ethminer.exe --farm-recheck 100 -F http://eth-eu.dwarfpool.com:80/address/Worker1 -G --opencl-platform 0 --cl-global-work 8192

one card works fine
two...they work but sometimes not
Three , not at all. json error

thank you
cdub
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 08, 2016, 09:49:29 PM
 #15

Make sure you have the power supply to support the cards, and that you have good drivers?
I have a Gold-cert 850W PSU in one system. It's close to the limit but it works fine. (1000W unit on the shelf in case it blows Smiley )
You won't make it happen with a marginal PSU without going into your GPU utility and underclocking or reducing the power. (to a point where you may as well run one card, maybe two)

But no, you don't need anything special at all for multi-GPU.
If you're trying with crossfire enabled, turn it off and try. (Though mine works OK with it on as well)

I use the opencl ethminer 9.4.1.
My batch file for suprnova, for one of my rigs:
ethminer -G -F http://eth-us.suprnova.cc:3000/username.workername/93

That's it! Period.  All four of the cards in that rig come online with that simple command.
Adjust your user/worker name and hashrate to match reality of course. (though the hashrate being high/low won't keep it from 'working' in any way.)

In playing around, I had better 'luck' with my 4-card rig when tweaking the command a bit.
ethminer -G -F http://eth-us.suprnova.cc:3000/username.workername/93 --cl-global-work 8192 --cl-local-work 256 --no-precompute --farm-recheck 333
If I start getting excessive errors I drop the --no-precompute and let it generate a new DAG but it doesn't happen often.

But yes... it will "run" all four cards without the extra stuff.
NO conf file, nothing special required.

I have another with two R9 380X using the same basic command.
Windows 10 64-bit
mat5551
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 09, 2016, 12:19:23 AM
 #16

Psu is ok.
i have been able to run the miner for a while without json error
but dwarfpool didnt notice even thou my rig was working

now
everithing is back to  old. json error and thats it
cdub
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 09, 2016, 02:12:45 AM
 #17

Perhaps try underclocking the cards a bit, or increasing the voltage.
Especially if you're only seeing this with all three of them running.
If you're positive the psu is fine(ie you have checked it out under load), I'm out of other ideas at this point, unless your cards are just flaky or something.
These things normally 'just work' with no issues at all.
Running latest stable versions of ethminer, video card driver, etc...?

If you can't nail it down, you might try the cards in another system.
Or take one out, buy another card and build another 2-card system, if it only errors with 3 cards.
With so many variables and so little information given, I can't think about it any more without my head hurting. Sorry Smiley
Good luck.


mat5551
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 09, 2016, 06:55:08 AM
 #18

my psu
EVGA SuperNOVA 850 B2

i have been able to run it for a while on full but then usual json appeared

H81 chipset MB
4GB RAM
32G SSD
connected over wifi

latest crimson amd drivers
i havent made win update yet since it has been downloaded from microsoft website 3 days ago

quite a headache Cheesy

Ayers
Legendary
*
Offline Offline

Activity: 2660
Merit: 1024


Vave.com - Crypto Casino


View Profile
March 09, 2016, 07:55:44 AM
 #19

--cuda-devices only work without commas (0 1 2 instead of 0,1,2) so it might be the case for opencl as well, I'm not sure.

yes i tried and it work without comma, all my 970 are hashing for amd there are other option, like -t2 or -g

██████
██
██
██
██
██
██
██
██
██
██
██████
██████            ██████
 █████            █████
  █████          █████
   █████        █████
 ████████      ████████
  ████████    ████████
      █████  █████   
    ████████████████
    ████████████████
        ████████     
         ██████       
          ████       
           ██         
AVE.COM | BRANDNEW CRYPTO
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀.. CASINO & BETTING PLATFORM
██████
██
██
██
██
██
██
██
██
██
██
██████
██████
██
██
██
██
██
██
██
██
██
██
██████
🏆🎁
██████
██
██
██
██
██
██
██
██
██
██
██████
██████
██
██
██
██
██
██
██
██
██
██
██████
████████████████████████████████   ████████████████   ██████
.
..PLAY NOW..
.
██████   ███████████████████   █████████████████████████████
██████
██
██
██
██
██
██
██
██
██
██
██████
Eliovp
Legendary
*
Offline Offline

Activity: 1050
Merit: 1293

Huh?


View Profile WWW
March 09, 2016, 08:08:04 AM
 #20

my psu
EVGA SuperNOVA 850 B2

i have been able to run it for a while on full but then usual json appeared

H81 chipset MB
4GB RAM
32G SSD
connected over wifi

latest crimson amd drivers
i havent made win update yet since it has been downloaded from microsoft website 3 days ago

quite a headache Cheesy



Wifi?

Json are connection issues.

See where i'm going with this?

Try a cable for starters..

Or if that isn't possible, at least use powerlines...

Good luck!

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!