kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
March 14, 2012, 09:49:15 AM |
|
No conf file is specified... will it use one without anything specified?
Yes, the default config (cgminer.conf) if it's able to find one. option 3)
|
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
March 14, 2012, 09:58:54 AM |
|
Since I've had a few cgminer updates waiting for quite a while, and I've also added another update to the miner.php that some might consider useful, I'll post about it here: The latest version in my git waiting to be pulled: https://github.com/kanoi/cgminer/blob/master/miner.hThis adds 3 changes to ckolivas git: 1) Split the devs output tables if there is more than 1 device type 2) A PHP deprecated update for 1) 3) A new option at line 10 "$readonly" that when set to true will force the script to not show any buttons to change cgminer If it is set to false then it will use the cgminer API command 'privileged' to determine if it should show buttons Change 3) is useful to force it to read only with true if you want to give public access to the web page but ensure it always is readonly no matter what API access level you set in cgminer
|
|
|
|
Roadhog2k5
|
|
March 14, 2012, 05:52:33 PM |
|
Is there a way to run the -na command when using diablo kernel?
|
|
|
|
Littleshop
Legendary
Offline
Activity: 1386
Merit: 1004
|
|
March 14, 2012, 10:40:25 PM |
|
I am having a problem undervolting a 6990. I use the "--gpu-vddc 1.0" command option but when I use the 'g' key to read back it is always at stock voltage. What am I doing wrong? cgminer -o http://pool:port -u username -p password -I 9 --auto-fan --gpu-engine 750 --gpu-memclock 300 --gpu-vddc 1.0
|
|
|
|
nelisky
Legendary
Offline
Activity: 1540
Merit: 1002
|
|
March 14, 2012, 10:43:46 PM |
|
A small status update: the cgminer support for ztex boards now compiles and runs on linux, osx and windows. There are still features missing and the hash rate reporting is pretty broken but the boards hash at their expected speed. Check it out: https://github.com/nelisky/cgminer/tree/ztexLet me know of any problems / suggestions.
|
|
|
|
jake262144
|
|
March 15, 2012, 09:05:50 AM Last edit: March 15, 2012, 09:45:18 AM by jake262144 |
|
I am having a problem undervolting a 6990. I use the "--gpu-vddc 1.0" command option but when I use the 'g' key to read back it is always at stock voltage.
Can you undervolt your 7970 with --gpu-vddc setting?
I'm not aware of a single case where cgminer was able to successfully change core voltage on 7xxx cards - those happy days of being able to easily tweak core voltage on any card are gone even though the code to do so still works. The issue is that any AMD card is free to ignore your vddc change requests which is what the new generations of cards tend to commonly do. No matter whether the driver returns success or failure, the hardware itself can - and does - merrily ignore your screams of anguish, an issue widely reported with various 6xxx (and now 7xxx) family cards. The 5xxx family of cards were very well-behaved in this respect. Windows tools like Afterburner modify hardware registers directly, totally bypassing the driver fuckage but they do so using proprietary, non-portable, Windows-only code. Thank you AMD. The only surefire way to have your way with the card is by modding the bios but this is not for the faint of heart. To add insult to injury, the moment you modify your BIOS Windows drivers will always bluescreen on boot to punish you for trying, even though the card may be 100% operational. Thanks again AMD
|
|
|
|
mmbregman
Newbie
Offline
Activity: 21
Merit: 0
|
|
March 15, 2012, 12:53:25 PM |
|
For some reason, my AVG tells me that CGMiner is a virus, and I can't use it.. It only happend today, and I've been mining with it for atleast a couple of weeks..
|
|
|
|
|
DeathAndTaxes
Donator
Legendary
Offline
Activity: 1218
Merit: 1079
Gerald Davis
|
|
March 15, 2012, 03:49:23 PM |
|
For the last time af.
Nobody said cgminer MUST work.
cgminer doesn't change the voltage UNLESS YOU TELL IT TO. Period.
If you don't specify gpu-vddc and cgminer REPORTS 1.17V that doesn't mean cgminer CHANGED IT TO 1.17V. It means CGMINER QUERIED the card and the card indicated it is running at 1.17V.
Very important that you read and comprehend what is being said instead of making assumptions, then getting confused and then blaming your problems on other people.
|
|
|
|
JWU42
Legendary
Offline
Activity: 1666
Merit: 1000
|
|
March 15, 2012, 03:58:04 PM |
|
D&T,
I think af and I have been confused about the lack of cgminer to change voltage (underclock) on 7970s. I skipped the 6xxx series and all my 5xxx series are able to be changed via cgminer. Jake's post a few back describes the situation well = fscking AMD...
|
|
|
|
DeathAndTaxes
Donator
Legendary
Offline
Activity: 1218
Merit: 1079
Gerald Davis
|
|
March 15, 2012, 04:01:47 PM Last edit: March 15, 2012, 04:56:20 PM by DeathAndTaxes |
|
Nobody ever said cgminer WILL change the voltage. I said cgminer WON'T change voltage (or any other card parameter) unless you tell it to. Sorry you were confused.
To anyone else wanting to avoid frustration some tips: 1) cgminer doesn't change anything (core clock, mem clock, voltage) unless you specify a value. 2) cgminer displays what the card is running at. some other utilities show what the card is SET at. If cgminer conflicts w/ other utilities cgminer is likely right. 3) When setting values cgminer uses AMD ADL library. It ASKS the card to change the value. The card is free to ignore it. Some cards may ignore all requests, some may ignore just ones they consider "invalid". Some cards may reset to stock after invalid value, some cards may keep last valid setting. 4) Exactly what happens depends on the exact card, the hardware, the vendor, and even the BIOS version (same exact card from same vendor with different BIOS can behave differently) 5) Don't use multiple utilities (TRIXX, atitweak, cgminer, AB, Catalyst) to change values at the same time. If changing values with another utility don't specify a core, mem, or voltage parameter (as applicable) in cgminer. 6) P4Man encountered a situation where a VRM was damaged by using two utilities which read voltage directly from the hardware at the same time. Be careful with these non-compliant utilities which read and write directly to the card hardware.
|
|
|
|
JWU42
Legendary
Offline
Activity: 1666
Merit: 1000
|
|
March 15, 2012, 04:52:53 PM |
|
Good summary D&T
|
|
|
|
hashking
|
|
March 15, 2012, 07:13:17 PM |
|
Just received 5 new shiney 7970's and was wondering whats the best setup on cgminer for these. I keep seeing diablominer as the best but I just love cgminer. Any help is appreciated.
|
|
|
|
JWU42
Legendary
Offline
Activity: 1666
Merit: 1000
|
|
March 15, 2012, 07:44:51 PM |
|
Well - 4 on one MB, running linux with a 1250 watt PSU at 1050/900 (7970 mem can only be Core - 150) and Intensity of 11 will get you 2.5 Gh/s. Use this driver amd-driver-installer-8.921-x86.x86_64.run Must use the 2.6 SDK Then to avoid the CPU bug make sure to run export GPU_USE_SYNC_OBJECTS=1 2.3.1 version of CGminer is damn stable!
|
|
|
|
hashking
|
|
March 15, 2012, 07:49:21 PM |
|
Well - 4 on one MB, running linux with a 1250 watt PSU at 1050/900 (7970 mem can only be Core - 150) and Intensity of 11 will get you 2.5 Gh/s. Use this driver amd-driver-installer-8.921-x86.x86_64.run Must use the 2.6 SDK Then to avoid the CPU bug make sure to run export GPU_USE_SYNC_OBJECTS=1 2.3.1 version of CGminer is damn stable! Aren't they supposed to get 700 per card.
|
|
|
|
JWU42
Legendary
Offline
Activity: 1666
Merit: 1000
|
|
March 15, 2012, 08:16:32 PM |
|
At 1175/1025 they can hit 700.
That puts a rig of 4 around 1170W and puts out a ton of heat...
|
|
|
|
hashking
|
|
March 16, 2012, 01:09:10 AM |
|
Is it possible to lower the memory clocks on the 7970. Mine keep going up every time I try and reset them lower.
|
|
|
|
boozer
|
|
March 16, 2012, 12:55:41 PM |
|
cgminer just stopped for me sometime last night... This was the start of a long set of logs at this time: <snip> Mar 16 04:10:40 skynet kernel: [13242.684124] cgminer invoked oom-killer: gfp_mask=0x280da, order=0, oom_adj=0 Mar 16 04:10:40 skynet kernel: [13242.684129] cgminer cpuset=/ mems_allowed=0 Mar 16 04:10:40 skynet kernel: [13242.684133] Pid: 4022, comm: cgminer Tainted: P C 2.6.32-5-686 #1 Mar 16 04:10:40 skynet kernel: [13242.684135] Call Trace: Mar 16 04:10:40 skynet kernel: [13242.684143] [<c1089a74>] ? oom_kill_process+0x60/0x201 Mar 16 04:10:40 skynet kernel: [13242.684148] [<c1089ff1>] ? __out_of_memory+0xf4/0x107 <snip> I can post all the rest if needed, but figured I would start with the above.
|
|
|
|
jake262144
|
|
March 16, 2012, 01:08:57 PM |
|
... Mar 16 04:10:40 skynet kernel: [13242.684124] cgminer invoked oom-killer: gfp_mask=0x280da, order=0, oom_adj=0 ... Mar 16 04:10:40 skynet kernel: [13242.684148] [<c1089ff1>] ? __out_of_memory+0xf4/0x107
You sure your system didn't just run out of memory?
|
|
|
|
boozer
|
|
March 16, 2012, 02:12:21 PM |
|
You sure your system didn't just run out of memory?
Lol... well... no But it seemed cgminer was the only thing affected. Other things I checked on the server were still running (web server/sshd). Its a dedicated rig, and pheonix never had any issues... I was just trying out cgminer and it lasted for about 4 hours before it died to the above message. Its 2 gig ram with small web server... after reboot, it appears cgminer is taking about 800 meg of virtual RAM and 400 Meg of physical RAM, is this normal for 6 gpu's? 3804 root 20 0 748m 356m 50m S 1.7 20.1 1:29.67 cgminer
|
|
|
|
|