Here you can see. cGminer results.
can i ask you how you tried solo-mine?
Of course
here is my "START" bat
cgminer.exe --hefty -o 192.168.2.121:19999 -u seijirou -p x -o 192.168.2.127:18889 -u seijirou -p x -o localhost:17778 -u seijirou -p x -o stratum+tcp://scsy.suprnova.cc:3034 -u seijirou.seijirou -p x --no-submit-stale
192.168.2.121:19999 is ubuntu 14.10 running securitycoind built from git - latest rejected block here
192.168.2.127:18889 is ubuntu 14.04 running QT5 wallet built from git
localhost is win7 using downloaded wallet binary
this is all your start.bat?
"cgminer.exe --hefty -o 192.168.2.121:19999 -u seijirou -p x -o 192.168.2.127:18889 -u seijirou -p x -o localhost:17778 -u seijirou -p x -o stratum+tcp://scsy.suprnova.cc:3034 -u seijirou.seijirou -p x --no-submit-stale"
first of all: according to the photo above, your stratum is not running.
second: to solo-mine you must run the walllet with "-server" option (without quotes).. and then the command must be:
cgminer.exe --hefty http://127.0.0.1:<port> -u <user> -p <password> <some AMD config parameters>
where:
- 127.0.0.1 is the local host, in your case is the windows machine
- <port> is the rpcport, which is different for every coin but it's not random.. it's provided by the dev in .conf file..scsy rpc port is 15794 (see the OP)
- <user> and <password> are the rpcuser and rpcpassword set in securitycoin.conf (again, check the OP to see an example)
stop. try this and im sure you'll get valid blocks.
please pm me about all these stuffs instead post here. thanks
cheers.