Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [SUP] Supcoin, PLUCK algorithm, Just Launched, Mine Now!
by
Nthused
on 20/02/2015, 17:12:43 UTC

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?

Here is the OP Info:

Supcoin




Downloads


Miners:
PLUCK cpuminer
cpuminer signature (Wolf0)
PLUCK cpuminer source

NOTE: 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#msg10518296

Alternatively, you can also rent a miner at Betarigs: https://www.betarigs.com/list?miner_type=10

NOTE: 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

Mining

Mining 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:
Code:
rpcuser=
rpcpassword=
server=1

And then make a batch file (or similar shell script) with these contents under the same directory as the cpuminer:
Code:
wolf-pluckminer-generic64.exe -o http://127.0.0.1:4412 -O :

Make sure to replace all the appropriate things with appropriate content