Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BurnerCoin x13 PoW+PoS <> 10x Bonus Blocks! <> 10 days PoW <> Launch Now!!
by
mikk2k2
on 09/06/2014, 17:52:41 UTC
How can I mine solo with sgminer?



Add a rpcuser and rpcpassword to your wallet.conf file.

Then point your sgminer at it using http://localhost:rpcport -u rpcuser -p rpcpass




My wallet.conf:

daemon=1
server=1
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=password


And sgminer:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe --kernel x13mod -o http://127.0.0.1:9658 -u user -p password --thread-concurrency 8192 -I 20 --lookup-gap 1 --worksize 128 -g 2 --gpu-engine 1160 --gpu-memclock 1450


But, don't works: probing for an alive pool


Need to add the RPC port in your wallet config file