Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | Fork for Masternode Payment
by
coins_and_coins
on 09/07/2014, 06:54:38 UTC

On windows I think you use 'setx', stick these at the beginning of the batch file you use to launch the miner:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

Should I edit C:\Program Files (x86)\Miner\Simple GPU Miner\sgminer ?

Currently, C:\Program Files (x86)\Miner\Simple GPU Miner\sgminer has start.bat as:

setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 sgminer -k darkcoin -o http://elitter.net:7903 -u Xqtkkpugx3voWqFrwrUF8op6xbwLAJo1zX -p p -o http://q30.qhor.net:7903 -u Xqtkkpugx3voWqFrwrUF8op6xbwLAJo1zX -p p -I 13 --balance

... although my wallet address is XhBQPDWwqR4opAXtsuu7fYLXGhLotgnV8J

Should I change the .bat to reflect my correct wallet address?

YES. Otherwise anyhing you mine will go to someone else's wallet!

Ok I've made the change but now when I run GPU Coin Miner the black cmd box does not appear, wtf. My start.bat is currently this: setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 sgminer -k darkcoin -o http://elitter.net:7903 -u XhBQPDWwqR4opAXtsuu7fYLXGhLotgnV8J -p p -o http://q30.qhor.net:7903 -u XhBQPDWwqR4opAXtsuu7fYLXGhLotgnV8J -p p -I 13 --balance

Did I put my wallet address in there one too many times? How do I fix?