Author

Topic: r9 280x sapphire toxic (Read 488 times)

newbie
Activity: 23
Merit: 0
February 16, 2014, 05:58:11 AM
#4
maybe you know what to do before adding other gpu in system ,couse i seated already 2 gpus and all are detected but when i add 3rd cgminer doesnt detect it,(Ubuntu)
newbie
Activity: 23
Merit: 0
February 16, 2014, 04:20:51 AM
#3
thank you
sr. member
Activity: 364
Merit: 250
February 16, 2014, 04:15:51 AM
#2
Anyone can write down cgminer scrypt for these cards, for example can  i use this scrypt for all 3 cards or do i need write something separate:

-I 13 -w 256 -g 2 --shaders 2048 --thread-concurrency 8192 --gpu-engine 1070 --gpu-memclock 1500 --gpu-powertune 20 --gpu-vddc 1.100


like : -I 13,13,13  -w 256,256,256 ...i dont understand how to write exactly line scrypt

Code:
-i 13,13,13 -w 256,256,256 -g 2,2,2 --thread-concurrency 8192,8192,8192 --gpu-engine 1070,1070,1070 --gpu-memclock 1500,1500,1500 --gpu-powertune 20,20,20 --gpu-vddc 1.100,1.100,1.100

Just separate with a comma the values for each card (first value is for card 0, 2nd value is for card 1, etc...)

So for instance if you write this code:

Code:
-i 13,18,20 --thread-concurrency 8192,16400,25550

Than card 0 will have intensity of 13 along with TC value of 8192, card 1 will have intensity of 18 along with TC value of 16400 and card 2 will have intensity of 20 along with TC value of 25550.
newbie
Activity: 23
Merit: 0
February 16, 2014, 03:56:28 AM
#1
Anyone can write down cgminer scrypt for these cards, for example can  i use this scrypt for all 3 cards or do i need write something separate:

-I 13 -w 256 -g 2 --shaders 2048 --thread-concurrency 8192 --gpu-engine 1070 --gpu-memclock 1500 --gpu-powertune 20 --gpu-vddc 1.100


like : -I 13,13,13  -w 256,256,256 ...i dont understand how to write exactly line scrypt
Jump to: