Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MAX] MaxCoin - Alive and Kickin'
by
adrianmh6
on 09/02/2014, 02:36:58 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?