Hi guys, newb here.
I got a 480 8gb and a Vega64 running on 17.10.3
I am keeping my tests as safe as possible, so no bios mods.
I am really baffled by the behavior of my setup over time.
It starts up pretty good for stock and slowly creeps down to a grind.
Also I can't notice a significant difference in hash rate with HBCC on or off, and I have repeated these results with blockchain drivers.
This image is taken at startup:
https://imgur.com/IRb3iZQAnd this after some minutes:
https://imgur.com/GpmCVeQMeanwhile the log goes crazy with buffer overflows, and can't seem to find a way around it, besides restarting the driver.
16:32:05:409 2e5c ZEC: put share nonce 5b06
16:32:05:417 2e5c ZEC round found 1 shares
16:32:05:425 2734 ZEC: 10/28/17-16:32:05 - SHARE FOUND - (GPU 1)
16:32:05:430 2734 send share: {"id": 4, "method": "mining.submit", "params": xxxxxxxxxxxxxxxxxxxxxxxxxx
16:32:05:529 2734 got 83 bytes
16:32:05:536 2734 buf: {"id":4,"result":null,"error":[23,"low difficulty share of 0.062499046325683594"]}
16:32:05:543 2734 parse packet: 78
16:32:05:547 2734 ZEC: Share rejected (110 ms)!
16:32:05:552 2734 new buf size: 0
16:32:05:576 21e4 warning: solutions buf overflow, 69 > 28
16:32:06:255 21e4 warning: solutions buf overflow, 48 > 28
16:32:06:410 270c warning: solutions buf overflow, 354 > 28
16:32:06:579 2d24 warning: solutions buf overflow, 404 > 28
16:32:06:588 2d24 warning: solutions buf overflow, 79 > 28
16:32:06:596 2d24 warning: solutions buf overflow, 200 > 28
16:32:06:919 21e4 warning: solutions buf overflow, 186 > 28
16:32:06:930 21e4 warning: solutions buf overflow, 153 > 28
16:32:06:977 11c0 GPU 0 temp = 68, old fan speed = 37, new fan speed = 41
16:32:06:984 11c0 GPU 1 temp = 66, old fan speed = 86, new fan speed = 83
16:32:07:089 270c warning: solutions buf overflow, 135 > 28
16:32:07:414 2e5c warning: solutions buf overflow, 186 > 28
16:32:07:923 2d24 warning: solutions buf overflow, 299 > 28
Command line I use:
@echo off
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ZecMiner64.exe -zpool ssl://zec.suprnova.cc:2242 -zwal xxxxxxxxx -zpsw yyyyyyyyy -allpools 1 -tt 70,68 -i 5
I've searched the thread for a repeat incident, and there has been one, but don't see a reply.
Can anyone shed some light to this freaky behaviour, and a possible workaround?