Nvidia GPU miners require Compute 3.5 or higher!
Mine with your CPU.
you mean minerd? what is the setting for minerd? minerd -t 6 -s 4 -o stratum+tcp://sup.suprnova.cc:7777 right?
Supcoin
DownloadsMiners:
PLUCK cpuminercpuminer signature (Wolf0)PLUCK cpuminer sourceNOTE: GPU miners require Computer 3.5 or higher! If you use this on a Computer 3.0 device, you'll get insane hashrates but no actual shares!
PLUCK Nvidia GPU Miner (source) Nvidia GPU Miner (Windows)See this post for how to run it:
https://bitcointalk.org/index.php?topic=950084.msg10518296#msg10518296Alternatively, you can also rent a miner at Betarigs:
https://www.betarigs.com/list?miner_type=10NOTE: If you compile the CPU miner yourself, make sure to use `make CFLAGS="-O3 -march=native"` otherwise, you'll end up wiht an unoptimized miner
MiningMining pools:
How to solo-mine:
You can use the built-in miner by clicking on the Tools menu, and then click on Debug Window. At the debug console, type in "setgenerate true -1"
However, the built-in miner is much slower than the standalone miner. To solo-mine to your local wallet, first put a file named "supcoin.conf" in the proper directory(usually inside either your home directory/.supcoin or under %APPDATA%) Put these contents in it:
rpcuser=
rpcpassword=
server=1
And then make a batch file (or similar shell script) with these contents under the same directory as the cpuminer:
wolf-pluckminer-generic64.exe -o http://127.0.0.1:4412 -O :
Make sure to replace all the appropriate things with appropriate content