RastMan
|
 |
April 15, 2017, 07:02:09 PM |
|
How much sol's i can get from radeon r9 390X 8gb  For stock, it is about 420.
|
|
|
|
coinzoid
|
 |
April 15, 2017, 10:37:08 PM |
|
I have a rig with 6 RX 480
What should driver should I use?
Sometimes I mine ethash (ethereum). Sometimes I mine equihash (zcash).
Obviously I can't change driver everytime I switch.
What driver should I use that's best for both?
Where can I download both of your miner? I didn't see windows version of the miner in drive link.
I'm not sure if it works, maybe you can try dual-boot. OS1 when you want to mine ETH that contains 16.11.5 drivers and another os, when you want to mine ZEC. But gpus will be using same bios, unless they support dual bios like Nitros.
|
|
|
|
Daveeoff
|
 |
April 16, 2017, 12:28:41 AM |
|
Ok to continue the fury saga. I've got it mining. But it seems it has some weird issue when paired with any other card. To top it off if I turn off asm it will mine with the second card and never skips a beat. Problem is it's about 150 hashes per sec short of asm mode. I've tried both drivers 15.12 and 16.3.2. Both have the same results. Weird thing is once it locks up and flashes the screen black hashes goto 0 on fury and a reboot will not fix it. I have to use ddu uninstall the drivers and reinstall and it will mine again. Asm mode will mine for exactly 7 minutes then crash. Then I have to repeat the uninstall and reinstall the drivers. I've tried it in two different mobos with same results. I finally gave up and left it in by itself to see if it will mine thru the night. After 1 hour of babysitting it I left. Figure it should continue thru the night. 460 h/s stable when I left. I really don't understand this at all. I've tried several versions of claymore miner back down to ver 10. Ver 10 works but what I find is odd with it is it shows the 7970 as algo 2 and the fury using algo 1. No asm in that version. But when I run ver 12 and up it shows both cards as algo 2. Uff sucks when ya can't figure out what is the issue. I've spent two whole days now troubleshooting. Anyone have any other trick I can try? Would be really appreciated.
BR d57heinz
Had same issues with my 4 Furys mixed running with one 7990 and 390x and 480 on windows 10 .Got it working good using driver 16.3.2 and Claymore v12.4 and For bat file GPU_FORCE_64BIT_PTR 0 GPU_MAX_HEAP_SIZE 100 GPU_USE_SYNC_OBJECTS 1 GPU_MAX_ALLOC_PERCENT 100 GPU_SINGLE_ALLOC_PERCENT 100 ZecMiner64.exe -zpool ssl://zcl.suprnova.cc:4142 -zwal Daveeoff.1 -zpsw x -allpools 1 running 24/7 with very little issues geting about 450 out of the furys and around 2976.65 Sol/s to 3000. Sol/s for all cards
|
|
|
|
Mastker
Newbie
Offline
Activity: 62
Merit: 0
|
 |
April 16, 2017, 06:51:46 AM |
|
Ok to continue the fury saga. I've got it mining. But it seems it has some weird issue when paired with any other card. To top it off if I turn off asm it will mine with the second card and never skips a beat. Problem is it's about 150 hashes per sec short of asm mode. I've tried both drivers 15.12 and 16.3.2. Both have the same results. Weird thing is once it locks up and flashes the screen black hashes goto 0 on fury and a reboot will not fix it. I have to use ddu uninstall the drivers and reinstall and it will mine again. Asm mode will mine for exactly 7 minutes then crash. Then I have to repeat the uninstall and reinstall the drivers. I've tried it in two different mobos with same results. I finally gave up and left it in by itself to see if it will mine thru the night. After 1 hour of babysitting it I left. Figure it should continue thru the night. 460 h/s stable when I left. I really don't understand this at all. I've tried several versions of claymore miner back down to ver 10. Ver 10 works but what I find is odd with it is it shows the 7970 as algo 2 and the fury using algo 1. No asm in that version. But when I run ver 12 and up it shows both cards as algo 2. Uff sucks when ya can't figure out what is the issue. I've spent two whole days now troubleshooting. Anyone have any other trick I can try? Would be really appreciated.
BR d57heinz
Had same issues with my 4 Furys mixed running with one 7990 and 390x and 480 on windows 10 .Got it working good using driver 16.3.2 and Claymore v12.4 and For bat file GPU_FORCE_64BIT_PTR 0 GPU_MAX_HEAP_SIZE 100 GPU_USE_SYNC_OBJECTS 1 GPU_MAX_ALLOC_PERCENT 100 GPU_SINGLE_ALLOC_PERCENT 100 ZecMiner64.exe -zpool ssl://zcl.suprnova.cc:4142 -zwal Daveeoff.1 -zpsw x -allpools 1 running 24/7 with very little issues geting about 450 out of the furys and around 2976.65 Sol/s to 3000. Sol/s for all cards That is very good. How much is the power usage?
|
|
|
|
Etherion
|
 |
April 16, 2017, 08:03:51 AM |
|
I get the following error using 12.4 on windows 10 with AMD 15.12 driver. It takes a few days before it happens. I have tested it with flypool also.
start script
@echo off set GPU_FORCE_64BIT_PTR 1 set GPU_MAX_HEAP_SIZE 100 set GPU_USE_SYNC_OBJECTS 1 set GPU_MAX_ALLOC_PERCENT 100 set GPU_SINGLE_ALLOC_PERCENT 100 start /ABOVENORMAL ZecMiner64.exe -zpool ssl://zcl.suprnova.cc:4142 -zwal ####.### -zpsw ### -i 9 -a 0 -tt 67 -tstop 90 -mport -3333 -di 57201364 -r 1 -fanmin 80
log file
-snip-
This happens ever few hour. I really have not idea what is causing the problem. Also the popup stops the detection of it. Any suggestions? Use the version 12.2... With me resulted 100% Perfect I get 494 h/s --» 390x and 370 h/s --» 480 8G Nitro, In one of my rigs. Is the 390X over clocked? Gigabyte 390X G1 Gaming 8GB Yes, cpu --»1150 and mem --»1650 No. Nothing is overclock. No undervoltage. Everything stock
|
|
|
|
Etherion
|
 |
April 16, 2017, 08:17:48 AM |
|
I get the following error using 12.4 on windows 10 with AMD 15.12 driver. It takes a few days before it happens. I have tested it with flypool also.  start script @echo off set GPU_FORCE_64BIT_PTR 1 set GPU_MAX_HEAP_SIZE 100 set GPU_USE_SYNC_OBJECTS 1 set GPU_MAX_ALLOC_PERCENT 100 set GPU_SINGLE_ALLOC_PERCENT 100 start /ABOVENORMAL ZecMiner64.exe -zpool ssl://zcl.suprnova.cc:4142 -zwal ####.### -zpsw ### -i 9 -a 0 -tt 67 -tstop 90 -mport -3333 -di 57201364 -r 1 -fanmin 80 log file -snip- This happens ever few hour. I really have not idea what is causing the problem. Also the popup stops the detection of it. Any suggestions? Use the version 12.2... With me resulted 100% Perfect I get 494 h/s --» 390x and 370 h/s --» 480 8G Nitro, In one of my rigs. I will try 12.2. But it is a pity it crash like this.
|
|
|
|
d57heinz
Legendary
Offline
Activity: 1453
Merit: 1011
Bitcoin Talks Bullshit Walks
|
 |
April 16, 2017, 08:47:44 AM Last edit: April 16, 2017, 04:08:29 PM by d57heinz |
|
Ok to continue the fury saga. I've got it mining. But it seems it has some weird issue when paired with any other card. To top it off if I turn off asm it will mine with the second card and never skips a beat. Problem is it's about 150 hashes per sec short of asm mode. I've tried both drivers 15.12 and 16.3.2. Both have the same results. Weird thing is once it locks up and flashes the screen black hashes goto 0 on fury and a reboot will not fix it. I have to use ddu uninstall the drivers and reinstall and it will mine again. Asm mode will mine for exactly 7 minutes then crash. Then I have to repeat the uninstall and reinstall the drivers. I've tried it in two different mobos with same results. I finally gave up and left it in by itself to see if it will mine thru the night. After 1 hour of babysitting it I left. Figure it should continue thru the night. 460 h/s stable when I left. I really don't understand this at all. I've tried several versions of claymore miner back down to ver 10. Ver 10 works but what I find is odd with it is it shows the 7970 as algo 2 and the fury using algo 1. No asm in that version. But when I run ver 12 and up it shows both cards as algo 2. Uff sucks when ya can't figure out what is the issue. I've spent two whole days now troubleshooting. Anyone have any other trick I can try? Would be really appreciated.
BR d57heinz
Had same issues with my 4 Furys mixed running with one 7990 and 390x and 480 on windows 10 .Got it working good using driver 16.3.2 and Claymore v12.4 and For bat file GPU_FORCE_64BIT_PTR 0 GPU_MAX_HEAP_SIZE 100 GPU_USE_SYNC_OBJECTS 1 GPU_MAX_ALLOC_PERCENT 100 GPU_SINGLE_ALLOC_PERCENT 100 ZecMiner64.exe -zpool ssl://zcl.suprnova.cc:4142 -zwal Daveeoff.1 -zpsw x -allpools 1 running 24/7 with very little issues geting about 450 out of the furys and around 2976.65 Sol/s to 3000. Sol/s for all cards Oh thank you. I will try with 64bit ptr at 0. Ive always set it to 1. I'll give it a go Monday morn. That would be cool if that solves it. BR Edit. Changing force 64 bit ptr to 0 causes the card to only hash at half speed. :/. Looks like this card will have to mine all by its lonesome. If I can get another fury for 230$. I'll by it some company😜 Thanks for attempting to help me out. I do appreciate it. This one got me stumped BR
|
As in nature, all is ebb and tide, all is wave motion, so it seems that in all branches of industry, alternating currents - electric wave motion - will have the sway. ~Nikola Tesla~
|
|
|
Haryford
Newbie
Offline
Activity: 61
Merit: 0
|
 |
April 16, 2017, 01:12:02 PM |
|
VOTES for v 12.5  Yay! We need more speed!  More speed is more difficult.
|
|
|
|
pornluver
|
 |
April 16, 2017, 02:02:25 PM |
|
The best drivers i used without issues is 16.9.2 , i installed it on all of my rigs months ago and updated all rigs except one still running on 16.9.2 and it's the best performing between all rigs no problems at all.
2 people recommend 16.9.2 Claymore himself claim that 15.12 So that's why I wonder. 16.9 series do not require signature check bypass. Often, when mining Ethereum claymore would hang after this Catalyst 15.12 is REQUIRED for best performance and compatibility At least 16 GB of Virtual Memory is required for multi-GPU systems Make sure you defined GPU_MAX_ALLOC_PERCENT 100 Be careful with overclocking, use default clocks for first tests Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools OpenCL initializing... AMD Cards available: 6 GPU #0: Ellesmere, 4096 MB available, 36 compute units GPU #0 recognized as Radeon RX 480 GPU #1: Ellesmere, 4096 MB available, 36 compute units GPU #1 recognized as Radeon RX 480 GPU #2: Ellesmere, 4096 MB available, 36 compute units GPU #2 recognized as Radeon RX 480 GPU #3: Ellesmere, 4096 MB available, 36 compute units GPU #3 recognized as Radeon RX 480 GPU #4: Ellesmere, 4096 MB available, 36 compute units GPU #4 recognized as Radeon RX 480 GPU #5: Ellesmere, 4096 MB available, 36 compute units GPU #5 recognized as Radeon RX 480 POOL/SOLO version It just stuck there doing nothing. I wonder what the miner is doing at that time?
|
|
|
|
amuleth
Newbie
Offline
Activity: 45
Merit: 0
|
 |
April 16, 2017, 02:27:19 PM |
|
VOTES for v 12.5  Yay! We need more speed!  More speed is more difficult. Why?
|
|
|
|
delle54
|
 |
April 16, 2017, 03:39:27 PM |
|
The best drivers i used without issues is 16.9.2 , i installed it on all of my rigs months ago and updated all rigs except one still running on 16.9.2 and it's the best performing between all rigs no problems at all.
2 people recommend 16.9.2 Claymore himself claim that 15.12 So that's why I wonder. 16.9 series do not require signature check bypass. Often, when mining Ethereum claymore would hang after this Catalyst 15.12 is REQUIRED for best performance and compatibility At least 16 GB of Virtual Memory is required for multi-GPU systems Make sure you defined GPU_MAX_ALLOC_PERCENT 100 Be careful with overclocking, use default clocks for first tests Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools OpenCL initializing... AMD Cards available: 6 GPU #0: Ellesmere, 4096 MB available, 36 compute units GPU #0 recognized as Radeon RX 480 GPU #1: Ellesmere, 4096 MB available, 36 compute units GPU #1 recognized as Radeon RX 480 GPU #2: Ellesmere, 4096 MB available, 36 compute units GPU #2 recognized as Radeon RX 480 GPU #3: Ellesmere, 4096 MB available, 36 compute units GPU #3 recognized as Radeon RX 480 GPU #4: Ellesmere, 4096 MB available, 36 compute units GPU #4 recognized as Radeon RX 480 GPU #5: Ellesmere, 4096 MB available, 36 compute units GPU #5 recognized as Radeon RX 480 POOL/SOLO version It just stuck there doing nothing. I wonder what the miner is doing at that time? The RX cards don't work with 15.12. They need newer drivers. So use 16.9.2 for custom BIOS.
|
|
|
|
Elder III
|
 |
April 16, 2017, 04:30:50 PM |
|
For ZEC at least I would use the 16.12.2 drivers that Claymore recommends in his miner. If you're mining Eth and wish to change and/or edit your bios then you may need to go with 16.9-16.11 drivers.
|
|
|
|
Tamilson
|
 |
April 16, 2017, 06:12:04 PM |
|
VOTES for v 12.5  Yay! We need more speed!  More speed is more difficult. Why? The 12.4 miner is very optimised now. It is not so easy to get more speed out of it.
|
Happy Coding Life 
|
|
|
cashen
|
 |
April 16, 2017, 06:20:35 PM |
|
The best drivers i used without issues is 16.9.2 , i installed it on all of my rigs months ago and updated all rigs except one still running on 16.9.2 and it's the best performing between all rigs no problems at all.
2 people recommend 16.9.2 Claymore himself claim that 15.12 So that's why I wonder. 16.9 series do not require signature check bypass. Often, when mining Ethereum claymore would hang after this Catalyst 15.12 is REQUIRED for best performance and compatibility At least 16 GB of Virtual Memory is required for multi-GPU systems Make sure you defined GPU_MAX_ALLOC_PERCENT 100 Be careful with overclocking, use default clocks for first tests Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools OpenCL initializing... AMD Cards available: 6 GPU #0: Ellesmere, 4096 MB available, 36 compute units GPU #0 recognized as Radeon RX 480 GPU #1: Ellesmere, 4096 MB available, 36 compute units GPU #1 recognized as Radeon RX 480 GPU #2: Ellesmere, 4096 MB available, 36 compute units GPU #2 recognized as Radeon RX 480 GPU #3: Ellesmere, 4096 MB available, 36 compute units GPU #3 recognized as Radeon RX 480 GPU #4: Ellesmere, 4096 MB available, 36 compute units GPU #4 recognized as Radeon RX 480 GPU #5: Ellesmere, 4096 MB available, 36 compute units GPU #5 recognized as Radeon RX 480 POOL/SOLO version It just stuck there doing nothing. I wonder what the miner is doing at that time? I havea rig of 7 470s which hang there for a good 60 seconds. I have another rig of 5 480s and 1 470 which blows through that part.
|
|
|
|
mikecitt
Newbie
Offline
Activity: 17
Merit: 0
|
 |
April 16, 2017, 10:39:13 PM |
|
Is this okay result?
OS: Windows 7 Miner version: 12.4 GPU: Club 3D R9 280x RoyalQueen Clocks: 1000/1500 Voltage: 1.05V Hashrate: 290H/s Modded memory straps, bios found on internet.
|
|
|
|
UnclWish
|
 |
April 16, 2017, 11:22:31 PM |
|
Is this okay result?
OS: Windows 7 Miner version: 12.4 GPU: Club 3D R9 280x RoyalQueen Clocks: 1000/1500 Voltage: 1.05V Hashrate: 290H/s Modded memory straps, bios found on internet.
Yes. But you may try to OC memory. Try memory clock 1501+MHz - will be next stripe. I'm use Asus 280X 1.1V 1100/1600 with modded bios, 17.4.1 driver Windows 10. 330 H/s on miner 12.2. 12.4 is unstable and each 1-1,5 hour hangs. Default is 1.2V 1070/1600 without bios mod - 300 H/s. P.S. In driver version 17.4.1 AMD adds wattman compatibility for 200-series cards. It's very useful, much better than Overdrive. But in 17.4.2. they disabled wattman and enabled overdrive again... It's strange... If wattman can work with 200-series cards as in 17.4.1., why disable him in 17.4.2...
|
|
|
|
sikkan
|
 |
April 17, 2017, 04:00:24 AM |
|
regarding OC a 280. my 280 only responds to core clock. at default 900 mhz it hashes about 250 sols/s and at around 1100 mhz it reaches just above 300. Memory clock have little to none impact.
|
|
|
|
AlphaSun
|
 |
April 17, 2017, 08:38:39 AM |
|
regarding OC a 280. my 280 only responds to core clock. at default 900 mhz it hashes about 250 sols/s and at around 1100 mhz it reaches just above 300. Memory clock have little to none impact.
Maybe your memory is already very fast.
|
|
|
|
sikkan
|
 |
April 17, 2017, 09:36:48 AM |
|
regarding OC a 280. my 280 only responds to core clock. at default 900 mhz it hashes about 250 sols/s and at around 1100 mhz it reaches just above 300. Memory clock have little to none impact.
Maybe your memory is already very fast. Stock 1200, but able to push to 1600! But no increase in speed 
|
|
|
|
1234xm
Member

Offline
Activity: 75
Merit: 10
|
 |
April 17, 2017, 12:39:58 PM |
|
hello,
one question about mining zcash. i alredy have 2 rigs (sapphires 470 and 480 8gb) and i am mining mostly ehereum.
i will like to build one mlre rig, more specialist for zcash. i will like to know what do i need to look on gpus? for ethereum i was looking more on memory, how is here. do i need to buy 8gb or i can get 4 gb for the same hashing power? i know that nvidia is better, but it is also more expensive.
any advice very welcome. thanks.
|
|
|
|
|