Author

Topic: PhoenixMiner 6.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) - page 434. (Read 784874 times)

newbie
Activity: 32
Merit: 0
I try all version od PhoenixMiner. But my conclusion is on my rig best choose PhoenixMiner 2.6. Now i'll try just last version of Claymore.
jr. member
Activity: 170
Merit: 6
I get 3 Mh/s per second higher hash rate in a 9 card 1060 rig over the same rig running Claymore 11.6. However Claymore is currently producing 0.05 more ETH per month on the same 9 card rig in my 48 hour test. Big fan of phoenix though, will come back and try them on the next release.

I had similar experience.
I found with the increased hash rate from Phoenix I had many memory errors. ( Don't get them on Claymore using same clock speeds )
When I lowered the mem clocks to get rid of the memory errors I had the same hash rate as Claymore.
Then I observed that I actually got less accepted shares at the pool with Phoenix than Claymore.
So, for now I'm still using Claymore.
full member
Activity: 259
Merit: 108
I get 3 Mh/s per second higher hash rate in a 9 card 1060 rig over the same rig running Claymore 11.6. However Claymore is currently producing 0.05 more ETH per month on the same 9 card rig in my 48 hour test. Big fan of phoenix though, will come back and try them on the next release.
member
Activity: 367
Merit: 34
I have one 3Gb card that can not work with Phoenix & any UBIQ pools!!!

No point running any 3gb gpu with PhoenixMiner unless for testing purposes, use claymore and the dev fee is free for 3gb gpus.

I'm curious how that works if you have say a 3GB card mixed with other cards >3GB mining on the same pool on the same machine.

like you have a 1060-3G and a 1060-6GB, both running ETH on the same pool in the same rig. how does the miner only devfee the one card?
sr. member
Activity: 2142
Merit: 353
Xtreme Monster
I have one 3Gb card that can not work with Phoenix & any UBIQ pools!!!

No point running any 3gb gpu with PhoenixMiner unless for testing purposes, use claymore and the dev fee is free for 3gb gpus.
newbie
Activity: 67
Merit: 0
Been running 2.6 for a while but now a 1060 6gb card of mine is consistently giving me "incorrect eth share."  I switch to 2.7a, didn't help.  I've turned the card back to stock, 100% power +0 core +0 mem, still incorrect shares, I've swapped the card to a different PCI slot, no change.  I tried claymore and the card will mine fine and not get incorrect shares.  
confirmed!
I have one 3Gb card that can not work with Phoenix & any UBIQ pools!!!
but work fine with Phoenix & ETC and Phoenix & EXP
someone solved the problem?
newbie
Activity: 24
Merit: 0
Helloo Dev, Is there new update on miner?

Page 1 first Topic maybe ?
full member
Activity: 738
Merit: 100
Follow on Twitter @realToyoTheo
Helloo Dev, Is there new update on miner?
jr. member
Activity: 47
Merit: 1
Perhaps folks can possibly help me as I'm stumped:
Few months back, I was getting an average of 240-250mhs with my 8 card rig.  Same Bios and setup at the time.  
As of recently though I'm averaging about 18-19 per card with one random gpu showing 30ish.  

I've tried to reinstall windows, turn off auto updates (heard that fall creators update can slow the hashes down).  
I tried the blockchain drivers, was pushing 150mhs for the same 8 card rig, and installed the new adrenaline drivers and enabled compute (that's where I got that extra 10mhs with the one random card).

I thought the difficulty went up and that's why they were running worse, but I'm reading people are still pulling about 30mhs with their Powercolor Red Devil RX580's 8GB models.  (I have 16 with hynix memory and 12 with micron memory.  Both groups have modded bios, which before allowed them to each run around 28-30mhs each).  

Any insight as to why they would've dropped?  I picked Phoenix Miner because I've heard good things about them, and the lower dev fee.  

Here is a pic of one of the 8 rigs for example:
https://www.dropbox.com/s/dlavivnwdfy7fkj/MHS.PNG?dl=0

Those are numbers indicative of cards not in the compute mode. If you are using the AMD utility to switch to computer, you have to switch each card and restart to take effect, repeat for all cards (very time consuming). There is a script to switch all at once by modifying the registry (much quicker). Also, how did you mod your bios? with a downloaded rom file or change the strap yourself? If you have not fixed the problem ping me i will try to help.

Assuming you have your modded roms flashed to all cards correctly.
1. Let's reinstall your drivers:
 - Run amdcleanuputility.exe and let it cleanup your drivers. Once completed. Reboot.
 - Download official latest drivers from Radeon web page. As of writing this post that would be: win10-64bit-radeon-software-adrenalin-edition-18.3.3-march18.exe
 - Install the drivers. If you are only using the GPUs for mining, use custom install and only install driver. There is no need for other components (audio, radeon settings, ...)
2. Update registry (Enable compute mode):
Open RegEdit.exe and navigate and expand:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\
Identify all the 0001, 0002, 0003... in my 13 cards rig I have 0000 ... 0014, where 0001 to 0014 are the GPUs and 0000 is some generic.
Now in each of these 0001 ... 0013 create a DWORD 32 bit value named: KMD_EnableInternalLargePage
Set it to value 2.

I do this by inspecting the registry and the updating my template file (Video-ComputeMode.reg) then merging the file:
TO make nnnn a kandidate for GPU it must have some keys included such as: KMD_EnableBrightnessInterface2, KMD_EnableContextBasedPowerManagement
If you do not see these keys, then leave this key alone.
KMD_EnableInternalLargePage will not be in any of them - you have to add it.
-------- START FILE HERE -----------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0002]
"KMD_EnableInternalLargePage"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0003]
"KMD_EnableInternalLargePage"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0004]
"KMD_EnableInternalLargePage"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0005]
"KMD_EnableInternalLargePage"=dword:00000002
-------- END FILE HERE -----------

This is just an example of the file, you need to update this to match your actual keys present in the registry as described above.

3. Download and run atikmdag-patcher.exe
4. Reboot and start your miner. It will HASH the old values you had in the past (it depends on what you modded to your roms).
For best performance you can also tune the freq/voltage using the Phoenix miner options: For example I use:
-cclock 1200 -mclock 2200 -cvddc 850 -mvddc 850 -- which gives me 31.9 MH/s.
On some MICRON RX580 even -cclock 1220 and -mclock 2220 hashing at 32.100 Mh/s stable in ETH only mining.
Personally I do not use any 3rd party tuning tools such as MSI Afterburner, Wattman ... The miner can set the custom freq./voltages just right.

BTW: The difficulty level is unrelated to the actual hash rate of the GPU.

Should you have further questions or need assistance send a PM message with your Skype ID and I will contact you ...

Good hashing.
newbie
Activity: 3
Merit: 0
I've tested with Windows 7 and works great, now I want to run PhoenixMiner 2.8c with Windows 10.0.16299.334 with the last patches in the same Workstation (Intel s5000psl, 2 Intel Xeon E5450 processors for a total of 8 cores, 32Gb RAM, EVGA nVidia 1060GTX 3Gb, a virtual memory assigned to 16Gb Min/64Gb Max) but appear the follow issue:

GPU1: GeForce GTX 1060 3GB (pcie 7), CUDA cap. 6.1, 3 GB VRAM, 9 CUs
Listening for CDM Remote manager at port 3333 in read only
Eth: the pool list contains 4 pools
Eth: primary pool: eu1.ethpool.org:3333

Starting GPU mining
Eth: Connection to ethash pool eu1.ethpool.org:3333 (proto: QtMiner)
Eth:Connected to ethash pool eu1.ethpool.org:3333 (35.198.113.32)
GPU1: 54C 16%
Eth: New Job #03b29753 from eu1.ethpool.org:3333; diff 4000MH
GPU1: Starting up...(0)
Eth: Generating light cache for epoch #178
Eth: Allocating DAG (2.41) GB; good for epoch up to #180
Eth speed: 0.000 M/s, shares: 0/0/0, time: 0:00

CUDA error in CudaProgram.cu:205 : out of memory (2)
GPU1 initMiner error: out of memory
Thread(s)  not responding. Restarting.


In an infinite loop until I close the window, I've used the following syntax in the bat file:

PhoenixMiner.exe -coin eth -nvidia -gpus 1 -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3


or

PhoenixMiner.exe -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3

In both cases the same issue "CUDA error in CudaProgram.cu:205 : out of memory (2)" .

Anyone that could help me I appreciate, thanks in advanced
Hello, friend!
Use  option -eres 0

I've tested with Windows 7 and works great, now I want to run PhoenixMiner 2.8c with Windows 10.0.16299.334 with the last patches in the same Workstation (Intel s5000psl, 2 Intel Xeon E5450 processors for a total of 8 cores, 32Gb RAM, EVGA nVidia 1060GTX 3Gb, a virtual memory assigned to 16Gb Min/64Gb Max) but appear the follow issue:

GPU1: GeForce GTX 1060 3GB (pcie 7), CUDA cap. 6.1, 3 GB VRAM, 9 CUs
Listening for CDM Remote manager at port 3333 in read only
Eth: the pool list contains 4 pools
Eth: primary pool: eu1.ethpool.org:3333

Starting GPU mining
Eth: Connection to ethash pool eu1.ethpool.org:3333 (proto: QtMiner)
Eth:Connected to ethash pool eu1.ethpool.org:3333 (35.198.113.32)
GPU1: 54C 16%
Eth: New Job #03b29753 from eu1.ethpool.org:3333; diff 4000MH
GPU1: Starting up...(0)
Eth: Generating light cache for epoch #178
Eth: Allocating DAG (2.41) GB; good for epoch up to #180
Eth speed: 0.000 M/s, shares: 0/0/0, time: 0:00

CUDA error in CudaProgram.cu:205 : out of memory (2)
GPU1 initMiner error: out of memory
Thread(s)  not responding. Restarting.


In an infinite loop until I close the window, I've used the following syntax in the bat file:

PhoenixMiner.exe -coin eth -nvidia -gpus 1 -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3


or

PhoenixMiner.exe -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3

In both cases the same issue "CUDA error in CudaProgram.cu:205 : out of memory (2)" .

Anyone that could help me I appreciate, thanks in advanced
Hello, friend!
Use  option -eres 0

Thanks for your suggestion, I've tested with -eres 0, -eres 1, -eres 2 and -eres 0 -lidag 1, but the same issue, at this time I've downloaded and installed the driver 388.13 from nVidia, just reboot my workstation and I will test again. Thanks

Great, works with Windows 10 and the 388.13 nVidia driver (http://www.nvidia.com/download/driverResults.aspx/126179/en-us)with the follow syntax:

PhoenixMiner.exe -coin eth -nvidia -gpus 1 -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal WalletAddress.WorkerName -proto 3 -eres 0 -lidag 1

Thanks for your suggestion warezzol

Now continuing with mining Smiley

sr. member
Activity: 1484
Merit: 253
I noticed that PM constantly uses 1.5-2% of CPU power during mining. Why? Can it be reduced?
Oh, increased CPU usage is only with -gpow parameter. Without it or with -li option CPU usage is norm - 0-0,5%.
I think that it -gpow bug...
jr. member
Activity: 222
Merit: 2
Latest version is v11.6:

- improved hashrate for weak Nvidia cards by about 1%.
- zero devfee for 3GB cards in Windows 10, same as for all 2GB cards.
- applied some tricks to increase available memory for 3GB cards in Windows 10 so you can mine ETH a bit longer.
- now you can press "y" key to turn on "Compute Mode" in AMD drivers for all cards (Windows only).
- Linux version: removed openssl library dependency.
- improved "-logfile" option, now you can use it to specify a folder for log files, use slash at the end to do it, for example, "-logfile logs\".
- added "-epoolsfile" and "-dpoolsfile" options.
- remote management: now "miner_getstat2" command also returns PCI bus index for every GPU.
- a few minor bug fixes and improvements.


LINKS: Roll Eyes

DOWNLOAD:  https://mirrorace.com/m/2M83y

For 1060 3GB + W10 the best is Claymore 11.6: stable, no errors about memory, 0% developer fee!!
newbie
Activity: 3
Merit: 0
I've tested with Windows 7 and works great, now I want to run PhoenixMiner 2.8c with Windows 10.0.16299.334 with the last patches in the same Workstation (Intel s5000psl, 2 Intel Xeon E5450 processors for a total of 8 cores, 32Gb RAM, EVGA nVidia 1060GTX 3Gb, a virtual memory assigned to 16Gb Min/64Gb Max) but appear the follow issue:

GPU1: GeForce GTX 1060 3GB (pcie 7), CUDA cap. 6.1, 3 GB VRAM, 9 CUs
Listening for CDM Remote manager at port 3333 in read only
Eth: the pool list contains 4 pools
Eth: primary pool: eu1.ethpool.org:3333

Starting GPU mining
Eth: Connection to ethash pool eu1.ethpool.org:3333 (proto: QtMiner)
Eth:Connected to ethash pool eu1.ethpool.org:3333 (35.198.113.32)
GPU1: 54C 16%
Eth: New Job #03b29753 from eu1.ethpool.org:3333; diff 4000MH
GPU1: Starting up...(0)
Eth: Generating light cache for epoch #178
Eth: Allocating DAG (2.41) GB; good for epoch up to #180
Eth speed: 0.000 M/s, shares: 0/0/0, time: 0:00

CUDA error in CudaProgram.cu:205 : out of memory (2)
GPU1 initMiner error: out of memory
Thread(s)  not responding. Restarting.


In an infinite loop until I close the window, I've used the following syntax in the bat file:

PhoenixMiner.exe -coin eth -nvidia -gpus 1 -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3


or

PhoenixMiner.exe -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3

In both cases the same issue "CUDA error in CudaProgram.cu:205 : out of memory (2)" .

Anyone that could help me I appreciate, thanks in advanced
Hello, friend!
Use  option -eres 0

I've tested with Windows 7 and works great, now I want to run PhoenixMiner 2.8c with Windows 10.0.16299.334 with the last patches in the same Workstation (Intel s5000psl, 2 Intel Xeon E5450 processors for a total of 8 cores, 32Gb RAM, EVGA nVidia 1060GTX 3Gb, a virtual memory assigned to 16Gb Min/64Gb Max) but appear the follow issue:

GPU1: GeForce GTX 1060 3GB (pcie 7), CUDA cap. 6.1, 3 GB VRAM, 9 CUs
Listening for CDM Remote manager at port 3333 in read only
Eth: the pool list contains 4 pools
Eth: primary pool: eu1.ethpool.org:3333

Starting GPU mining
Eth: Connection to ethash pool eu1.ethpool.org:3333 (proto: QtMiner)
Eth:Connected to ethash pool eu1.ethpool.org:3333 (35.198.113.32)
GPU1: 54C 16%
Eth: New Job #03b29753 from eu1.ethpool.org:3333; diff 4000MH
GPU1: Starting up...(0)
Eth: Generating light cache for epoch #178
Eth: Allocating DAG (2.41) GB; good for epoch up to #180
Eth speed: 0.000 M/s, shares: 0/0/0, time: 0:00

CUDA error in CudaProgram.cu:205 : out of memory (2)
GPU1 initMiner error: out of memory
Thread(s)  not responding. Restarting.


In an infinite loop until I close the window, I've used the following syntax in the bat file:

PhoenixMiner.exe -coin eth -nvidia -gpus 1 -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3


or

PhoenixMiner.exe -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3

In both cases the same issue "CUDA error in CudaProgram.cu:205 : out of memory (2)" .

Anyone that could help me I appreciate, thanks in advanced
Hello, friend!
Use  option -eres 0

Thanks for your suggestion, I've tested with -eres 0, -eres 1, -eres 2 and -eres 0 -lidag 1, but the same issue, at this time I've downloaded and installed the driver 388.13 from nVidia, just reboot my workstation and I will test again. Thanks
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
what is the best gpu for your miner? (ROI)
sr. member
Activity: 1484
Merit: 253
I noticed that PM constantly uses 1.5-2% of CPU power during mining. Why? Can it be reduced?
newbie
Activity: 5
Merit: 0
I've tested with Windows 7 and works great, now I want to run PhoenixMiner 2.8c with Windows 10.0.16299.334 with the last patches in the same Workstation (Intel s5000psl, 2 Intel Xeon E5450 processors for a total of 8 cores, 32Gb RAM, EVGA nVidia 1060GTX 3Gb, a virtual memory assigned to 16Gb Min/64Gb Max) but appear the follow issue:

GPU1: GeForce GTX 1060 3GB (pcie 7), CUDA cap. 6.1, 3 GB VRAM, 9 CUs
Listening for CDM Remote manager at port 3333 in read only
Eth: the pool list contains 4 pools
Eth: primary pool: eu1.ethpool.org:3333

Starting GPU mining
Eth: Connection to ethash pool eu1.ethpool.org:3333 (proto: QtMiner)
Eth:Connected to ethash pool eu1.ethpool.org:3333 (35.198.113.32)
GPU1: 54C 16%
Eth: New Job #03b29753 from eu1.ethpool.org:3333; diff 4000MH
GPU1: Starting up...(0)
Eth: Generating light cache for epoch #178
Eth: Allocating DAG (2.41) GB; good for epoch up to #180
Eth speed: 0.000 M/s, shares: 0/0/0, time: 0:00

CUDA error in CudaProgram.cu:205 : out of memory (2)
GPU1 initMiner error: out of memory
Thread(s)  not responding. Restarting.


In an infinite loop until I close the window, I've used the following syntax in the bat file:

PhoenixMiner.exe -coin eth -nvidia -gpus 1 -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3


or

PhoenixMiner.exe -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3

In both cases the same issue "CUDA error in CudaProgram.cu:205 : out of memory (2)" .

Anyone that could help me I appreciate, thanks in advanced
Hello, friend!
Use  option -eres 0
newbie
Activity: 45
Merit: 0
I've tested with Windows 7 and works great, now I want to run PhoenixMiner 2.8c with Windows 10.0.16299.334 with the last patches in the same Workstation (Intel s5000psl, 2 Intel Xeon E5450 processors for a total of 8 cores, 32Gb RAM, EVGA nVidia 1060GTX 3Gb, a virtual memory assigned to 16Gb Min/64Gb Max) but appear the follow issue:

GPU1: GeForce GTX 1060 3GB (pcie 7), CUDA cap. 6.1, 3 GB VRAM, 9 CUs
Listening for CDM Remote manager at port 3333 in read only
Eth: the pool list contains 4 pools
Eth: primary pool: eu1.ethpool.org:3333

Starting GPU mining
Eth: Connection to ethash pool eu1.ethpool.org:3333 (proto: QtMiner)
Eth:Connected to ethash pool eu1.ethpool.org:3333 (35.198.113.32)
GPU1: 54C 16%
Eth: New Job #03b29753 from eu1.ethpool.org:3333; diff 4000MH
GPU1: Starting up...(0)
Eth: Generating light cache for epoch #178
Eth: Allocating DAG (2.41) GB; good for epoch up to #180
Eth speed: 0.000 M/s, shares: 0/0/0, time: 0:00

CUDA error in CudaProgram.cu:205 : out of memory (2)
GPU1 initMiner error: out of memory
Thread(s)  not responding. Restarting.


In an infinite loop until I close the window, I've used the following syntax in the bat file:

PhoenixMiner.exe -coin eth -nvidia -gpus 1 -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3


or

PhoenixMiner.exe -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3

In both cases the same issue "CUDA error in CudaProgram.cu:205 : out of memory (2)" .

Anyone that could help me I appreciate, thanks in advanced

For 1060 3GB + W10 the best is Claymore 11.6: stable, no errors about memory, 0% developer fee!!
newbie
Activity: 3
Merit: 0
I've tested with Windows 7 and works great, now I want to run PhoenixMiner 2.8c with Windows 10.0.16299.334 with the last patches in the same Workstation (Intel s5000psl, 2 Intel Xeon E5450 processors for a total of 8 cores, 32Gb RAM, EVGA nVidia 1060GTX 3Gb, a virtual memory assigned to 16Gb Min/64Gb Max) but appear the follow issue:

GPU1: GeForce GTX 1060 3GB (pcie 7), CUDA cap. 6.1, 3 GB VRAM, 9 CUs
Listening for CDM Remote manager at port 3333 in read only
Eth: the pool list contains 4 pools
Eth: primary pool: eu1.ethpool.org:3333

Starting GPU mining
Eth: Connection to ethash pool eu1.ethpool.org:3333 (proto: QtMiner)
Eth:Connected to ethash pool eu1.ethpool.org:3333 (35.198.113.32)
GPU1: 54C 16%
Eth: New Job #03b29753 from eu1.ethpool.org:3333; diff 4000MH
GPU1: Starting up...(0)
Eth: Generating light cache for epoch #178
Eth: Allocating DAG (2.41) GB; good for epoch up to #180
Eth speed: 0.000 M/s, shares: 0/0/0, time: 0:00

CUDA error in CudaProgram.cu:205 : out of memory (2)
GPU1 initMiner error: out of memory
Thread(s)  not responding. Restarting.


In an infinite loop until I close the window, I've used the following syntax in the bat file:

PhoenixMiner.exe -coin eth -nvidia -gpus 1 -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3


or

PhoenixMiner.exe -pool eu1.ethpool.org:3333 -pool2 asia1.ethpool.org:3333 -wal wallet.workername -proto 3

In both cases the same issue "CUDA error in CudaProgram.cu:205 : out of memory (2)" .

Anyone that could help me I appreciate, thanks in advanced
sr. member
Activity: 392
Merit: 266
EthMonitoring.com
Added PhoenixMiner 2.8c to official EthControl software list, great work.
newbie
Activity: 49
Merit: 0
Perhaps folks can possibly help me as I'm stumped:
Few months back, I was getting an average of 240-250mhs with my 8 card rig.  Same Bios and setup at the time.  
As of recently though I'm averaging about 18-19 per card with one random gpu showing 30ish.  

I've tried to reinstall windows, turn off auto updates (heard that fall creators update can slow the hashes down).  
I tried the blockchain drivers, was pushing 150mhs for the same 8 card rig, and installed the new adrenaline drivers and enabled compute (that's where I got that extra 10mhs with the one random card).

I thought the difficulty went up and that's why they were running worse, but I'm reading people are still pulling about 30mhs with their Powercolor Red Devil RX580's 8GB models.  (I have 16 with hynix memory and 12 with micron memory.  Both groups have modded bios, which before allowed them to each run around 28-30mhs each).  

Any insight as to why they would've dropped?  I picked Phoenix Miner because I've heard good things about them, and the lower dev fee.  

Here is a pic of one of the 8 rigs for example:
https://www.dropbox.com/s/dlavivnwdfy7fkj/MHS.PNG?dl=0

Those are numbers indicative of cards not in the compute mode. If you are using the AMD utility to switch to computer, you have to switch each card and restart to take effect, repeat for all cards (very time consuming). There is a script to switch all at once by modifying the registry (much quicker). Also, how did you mod your bios? with a downloaded rom file or change the strap yourself? If you have not fixed the problem ping me i will try to help.
Jump to: