Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) | Bounties | CPU-only
by
Mr. Spread
on 13/10/2014, 01:49:36 UTC
Some vps Howto? I want mine it on my debian vps
Are there CPU Miner or i have to use solomining
You will need to use solo-mining with spreadcoin daemon. To get your mined coins you will need then either download wallet.dat or send coins to your wallet using command-line. Currently there is no way to mine running network node on one computer and miner on the other.

Here are instructions how to run solo-miner in case you don't know.

Set user and password in ~/.spreadcoin/spreadcoin.conf
Code:
rpcuser=user
rpcpassword=pass

Launch spreadcoind daemon.

Then you can start mining using the following command:
Code:
spreadcoind -rpcuser=user -rpcpassword=pass setgenerate true
and stop using:
Code:
spreadcoind -rpcuser=user -rpcpassword=pass setgenerate false

If your wallet is password protected you will need to unlock it using walletpassphrase command.