Ok I set it to --neoscrypt and now it just blinks off instantly when I run it.
J
Posts made by jarrettph
-
RE: Solo mining setup
-
RE: Solo mining setup
Ok I read a tutorial that said it was --scrypt but I will try that. Also how do I enable debug mode? Is there a command I put in the bat file or something else entirely? Thanks guys for the help!
-
Solo mining setup
So I set up Feathercoin and CGminer 3.7.2 but I keep getting “JSON inval data” and “No suitable long-poll found for http://..*.**:9337”. Then after a couple minutes it closes.
My feathercoin.conf is:
server=1
rpcuser=user
rpcpassword=password
rpcallowip=..*.**
rpcport=9337My cgminer bat file is:
color 2
setx GPU_MAX_ALLOC_PERCENT 100
cgminer --scrypt --shaders 2048 --intensity 13 --auto-gpu --auto-fan -o ..*.**:9337 -u user -p passwordNot sure what I’m doing wrong. Can someone help me please?