STABLECOIN IS RELEASEDWindows Binary:
http://sourceforge.net/projects/stablecoin/files/stablecoin-qt.zip/downloadSource:
http://sourceforge.net/projects/stablecoin/files/stablecoin-master.zip/downloadGithub will be pushed out soon.
INITIAL SETUPCreate a file called
stablecoin.conf and place it in C:\users\YOURNAME\appdata\roaming\stablecoin and fill it with the following:
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.
MININGPooled 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:
cgminer.exe --scrypt -s 1 -I 18 --expiry 1 --queue 0 -g 1 -o 127.0.0.1:17501 -u username -p password