Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: smeagol on May 17, 2013, 08:24:29 PM



Title: Solo Mining
Post by: smeagol on May 17, 2013, 08:24:29 PM
How do I solo mine on the clients?
(Firecoin 2, WorldCoin, etc.)
What should I put for user, pass, IP, etc.
Also, when I tried I only got about 0.5 kh/sec, and I have a dual core processor, so I think something is wrong.


Title: Re: Solo Mining
Post by: ElJay on May 17, 2013, 08:25:40 PM
So much information available on this forum already, do some research.. Use the search fuction.  ;)


Title: Re: Solo Mining
Post by: kr4x on May 17, 2013, 08:26:02 PM
you need a Super Nintendo to solo mine!


Title: Re: Solo Mining
Post by: BitJohn on May 17, 2013, 08:26:19 PM
it is really very easy but definitely take a moment to research it


Title: Re: Solo Mining
Post by: Prelude on May 17, 2013, 08:28:16 PM
Example client .conf file (This one is for Worldcoin):

daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
rpcuser=Prelude
rpcpassword=1
rpcport=5555
rpcconnect=127.0.0.1
rpcallowip=192.168.1.*
maxconnections=100
addnode=71.201.163.216
addnode=98.193.75.196
addnode=71.86.91.187
addnode=63.175.158.121
addnode=82.8.158.89
addnode=188.194.8.221
addnode=183.62.232.93
addnode=124.188.83.171
addnode=72.222.208.81
addnode=89.10.226.206



Example cg miner config:

cgminer.exe -o 192.168.1.25:5555 -u Prelude -p 1 --scrypt -I 13 --shaders 2048 -g2 -w 256

192.168.1.25 being the PC with the wallet running in server mode (add flag -server)