Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MAX] MaxCoin - Alive and Kickin'
by
skizzneena
on 09/02/2014, 03:43:26 UTC
Does anyone know why I cant mine maxcoin at max1gh.com with this start file? Im using cgminer 3.6.6 to run 2 7950's. The mining window keeps scrolling but says    keccak is not recognized as an internal or external command???  Thanks fro any help!


--keccak -o stratum+tcp://maxpool.1gh.com:17333 -u mNh1wmeV4RMgFfZmqHZ7AG8QYQ3uit4xLh -p x

you need to have this in .bat file:

@rem motd
@echo MAX.1GH.COM
@echo ===========
@echo Please replace our demo address with yours.
@echo

cgminer.exe --keccak -o stratum+tcp://maxpool.1gh.com:17333 -u mNh1wmeV4RMgFfZmqHZ7AG8QYQ3uit4xLh -p x

--
You're missing command name: cgminer.exe Smiley


Thanks for the reply but Ive tried that and it dosent help. Any other Ideas?
 


this is my bat file code for 7950

Code:
[color=red][b]del *.bin
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1[/b][/color]
cgminer.exe --keccak --no-submit-stale -o stratum+tcp://max.smalltimeminer.com:3355 -u user.user -p x -I 12 -g 1 -w 256 --gpu-engine 1000 --gpu-memclock 1500 --gpu-powertune 20 --auto-fan --gpu-fan 80

del *.bin
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
What do those mean???