is anybody solo mining. the guide doesn't talk about solo. people have asked but no one comments here or telegram. what goes in the .conf file? I got listen=1
server=1
daemon=1
rpcuser=anyname
rpcpassword=anypassword
rpcallowip=127.0.0.1
rpcport=17711
port=10946
I named this creativecoin.conf is this the right name for it or should it be named something else?
I use ccminer and use this in the bat ccminer_CP -a keccakc -o
http://127.0.0.1:10946 -u anyname -p anypassword
I also tried the rpc port for port as in ccminer_CP -a keccakc -o
http://127.0.0.1:17711 -u anyname -p anypassword
i've tried with http:// and without http:// after -o
but I get and error in ccminer with the rpcport its says JSON-RPC call failed:method not found, with port(10946) it says HTTP request failed: Recv failure: Connection was rest. any help please.