Post
Topic
Board Altcoin Discussion
Re: [ANN] StableCoin ¦¦ A new breed of cryptocurrency ¦¦ Release: June 7 17:00 GMT
by
artos
on 07/06/2013, 15:58:42 UTC
STABLECOIN IS RELEASED

Windows Binary: http://sourceforge.net/projects/stablecoin/files/stablecoin-qt.zip/download
Source: http://sourceforge.net/projects/stablecoin/files/stablecoin-master.zip/download

Github will be pushed out soon.

INITIAL SETUP

Create a file called stablecoin.conf and place it in C:\users\YOURNAME\appdata\roaming\stablecoin and fill it with the following:

Code:
rpcuser=username
rpcpassword=password
server=1
daemon=1
addnode=198.143.188.42
addnode=113.162.188.201
addnode=203.59.132.204
addnode=86.22.130.144
addnode=59.167.189.49
addnode=72.84.189.238
addnode=85.217.147.117

P2P Port is 17500. If you have issues connecting to the network, forward this port.
RPC Port is 17501. This is the port you will point your miner at when solo mining.

MINING

Pooled mining is not yet available. This section will be updated when it is. Pool operators please get into contact with me if you require any assistance setting up a pool. For now, you can solo mine using cgminer. Optimal settings will vary, but if you don't know what to use, try the following:

Code:
cgminer.exe --scrypt -s 1 -I 18 --expiry 1 --queue 0 -g 1 -o 127.0.0.1:17501 -u username -p password