hi, i have a 5970 and running windows 7. i have the newest SDK APP 2.7 and everything works when using that SDK. i installed the 2.1 SDK also to see if i could get better hash rates with it, and i do, however no shares are being submitted. cgminer -n recognizes the 2 additional devices on platform 1 properly although the -n window closes in a blink. they SEEM to work, hashing away but submit no shares using cgminer OR phoenix 2 :/
phoenix 2 log:
[07/08/2012 09:05:37] Welcome to Phoenix v2.0.0
[07/08/2012 09:05:38] Detected [cl:1:1]: [Cypress 1] using phatk2 (rating 3)
[07/08/2012 09:05:38] Detected [cl:1:2]: [Cypress 2] using phatk2 (rating 3)
[07/08/2012 09:05:38] Connected to server
[07/08/2012 09:05:38] Server gave new work; passing to WorkQueue
[07/08/2012 09:05:38] New block (WorkQueue)
[07/08/2012 09:06:33] Server gave new work; passing to WorkQueue
the phoenix 2 log reports the GPUs as Cypress 1 and 2 when it should refer to them by the names i specified
phoenix 2 config:
[general]
autodetect = +cl -cpu #Use autodetect for all OpenCL devices, except those which are CPUs.
verbose = True #Enable verbose logging?
backend =
http://xyx:xyx@xyx:8334 #The primary backend.
failback = 600 #Seconds between attempts to reconnect to primary backend when using backups. (0 to disable)
queuesize = 1 #Target/maximum size of the queue
queuedelay = 5 #Seconds before work expires to request more work (WARNING: don't change this unless you know what you are doing!)
statusinterval = 1 #Seconds between statusbar updates
ratesamples = 10 #Number of samples to average for hashrate reporting
logfile = True #Set this option to log to a file.
[web]
disabled = True #Disable the RPC server?
bind = 192.168.1.2 #IP to bind the RPC server to
port = 7780 #RPC port
password = phoenix #RPC password
root = C:\phoenix2\phoenix2\www #Root directory for the web server
logbuffer = 1000 #How many logs to remember in the getlogs() RPC call
[cl:0:0]
disabled = True
autoconfigure = False
[cl:0:1]
disabled = True
autoconfigure = False
[cl:1:1]
autoconfigure = False
kernel = phatk2
name = myGPU 2
start_undetected = False
disabled = False
worksize = 256
vectors = True
vectors4 = False
bfi_int = True
goffset = True
fastloop = False
aggression = 10
[cl:1:2]
autoconfigure = False
kernel = phatk2
name = myGPU 2
start_undetected = False
disabled = False
worksize = 256
vectors = True
vectors4 = False
bfi_int = True
goffset = True
fastloop = False
aggression = 10
any ideas why i can't submit shares using the gpus with sdk 2.1? any ideas are greatly appreciated!