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=9337
My 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 password
Not sure what I’m doing wrong. Can someone help me please?