Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SpreadCoin | True Decentralization (No Pools) | Testing New Masternodes
by
girino
on 03/02/2015, 20:44:30 UTC
Hi all
I am French, I think I have a problem to mine Spreadcoin

this is my .bat

sgminer -o http://127.0.0.1:41677 -u XXX -p XXX --thread-concurrency 8192 --lookup-gap 2 --worksize 64 -g 2 -I 14

this is my spreadcoin.conf

rpcuser=XXX
rpcpassword=XXX
rpcallowip=127.0.0.1
rpcport=41677
port=41678
gen=0
web server=1
server=1

everytime a have juste this on CMD

New block detected on network
Network diff set to 53
New block detected on network
Network diff set to 54
New block detected on network
Network diff set to 53
New block detected on network
Network diff set to 52


again and again and again, nothing else

think a lot for your help

looks ok. With a single GPU it will take you a little more than a day to break a block at current difficulty. This is not pooled mining where the pool gets lots of blocks and splits them. You'll have to wait until you get a block on your own (but then, you don't split it with anyone).

You should also increase the "-I 14" value to something bigger than 18. "-I 21" is the best value on my R9 280x. You should try something on those lines.