Hi guy's could anyone show me what I'm doing wrong? I'm running a 6950 on windows 7. I made a bat file as below and get nothing but rejects
sgminer --pool-algorithm bitblockold -I 16 -o stratum+tcp://east1.us.stratum.dedicatedpool.com:6002 -u xxx -p xxx --thread-concurrency 4032
I also tried this and a few other ways I either get 100% rejects or it just crash's instantly?
--gpu-platform 1timeout /t 10
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
sgminer --pool-algorithm bitblockold -I 19 --auto-gpu --auto-fan --no-submit-stale -o stratum+tcp://east1.us.stratum.dedicatedpool.com:6002 -u xxx -p xxx
I'd really appreciate some help to get my measly 1.3 m/h's on your coin
Did you try the new drivers we spoke about in the IRC ?
sorry I wasn't in IRC, I saw some mentions of 14.6 or something? are they amd drivers for the gpu? can I find them by doing a search for new drivers in the amd catalyst (I've never updated drivers on my video card before)
After lots of messing around I've just managed to get my 6990 running @ 2.54 mh/s which isn't great but will do. I was also getting crashes and hw errors.
To fix I had to remove new 14.6 amd drivers and re-install older 13.12 version. The link to the Windows 7/8 64 bit version is here:
http://support.amd.com/en-us/download/desktop/previous/detail?os=Windows%207%20-%2064&rev=13.12#amd-catalyst-packagesI have looked for the 32 bit version just in case you are running that but cant find it on the amd site. The 32 bit file is called 13-12_win7_win8_32_dd_ccc_whql.exe its available from other download sites if you need it via google search, try and find a reputable site to download from
.
Also my .bat file is this:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -o stratum+tcp://east1.us.stratum.dedicatedpool.com:6002 --pool-algorithm bitblockold --name BBL -u ***** -p ***** -I 18 -w 64 -g 2
Hope that helps
EDIT: Sorry forgot to say this is on Windows 7 32 bit.