SOLO-MINE JoinCoin--
I set up solo-mining for JoinCoin. My GTX 960 gets about 29.9Mh/s with standard PentaBlake ("penta" algo). Currently, JoinCoin has a block reward of 2 coins, and a difficulty of ~300 for PentaBlake. If I get any coins in the next few hours, I'll report back.
--scryptr
EDIT:
While I was typing, I got this:
-snip-
GTX 960 SSC solo-mining JoinCoin with standard PentaBlake
I will try a while longer. --scryptr
What does your config look like. Are you sure you have set it to mine penta? Since joincoin is a multi-algo coin, you need to specify the algo in the config file.
This pool works, I mined 120coins in less than 24 hours some days ago with one single 6x 750ti rig.
http://coinspool.cu.cc/info_joincoin-pentablakeJoinCoin CONFIGURATION FILES--
My wallet configuration (in ...appdata/roaming/joincoin):
==========cut line===========
gen=0
listen=1
daemon=1
server=1
rpcuser=yourname
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=9150
rpcconnect=127.0.0.1
algo=pentablake
addnode=gdhtrc7qoh3qowvf.onion:17941
addnode=5k7xsbnnw3mpotx6.onion:17941
addnode=7xbw5q6s4b66hdls.onion:17941
addnode=scfnohgtgod2rzid.onion:17941
addnode=2fsfvfcizsok7sx5.onion:17941
addnode=xdckaipkzzztc7qb.onion:17941
addnode=i5znffoaikqooeyc.onion:17941
addnode=drtevq326tweby2k.onion:17941
addnode=b2mgu5dvcw3m7cxw.onion:17941
addnode=gsmlz6gnk22kdij2.onion:17941
addnode=ufi2euhvrpakwrih.onion:17941
addnode=53zy47p5wly5penk.onion:17941
addnode=nwjw2badoulwc4yi.onion:17941
addnode=im4qpcjdr5uzd7yb.onion:17941
addnode=ecunlzj3niqwaeqs.onion:17941
==========cut line==========
The algo "pentablake" is spelled out completely as per the JoinCoin OP. My mining configuration follows:
==========cut line===========
{
"url" : "127.0.0.1:9150",
"user" : "yourname",
"pass" : "x",
"algo" : "penta",
"intensity" : 20,
"cpu-mining" : true,
"cpu-priority" : 5,
"quiet" : false,
"debug" : false
}
==========cut line===========
My solo-join.conf (above) is called with this batch file:
==========cut line===========
:loop
C:\work\mine\spminer\ccminer.exe -c solo-join.conf
pause
goto loop
==========cut line===========
I am goiing to try whirlpool next. --scryptr
EDIT:
WHIRLPOOL SUCCESS--
I changed the algo in my solomining configuration to whirlpool (the default JoinCoin algo) and it worked!
-snip-
--scryptr
Very helpful, some what. Could you make all the corrections in all the right spots above like "whirlpoolx" so it will help others better.
Got it working I think after much trail & error. Also not sure if I have the correct algo=xxxxxx in the wallet conf
or is that even really needed in the wallet.conf? Think I still have something incorrectly configured because mine
is showing 12xxxx like your 960 when it got nooo's. Yours is showing 92xx when it found good blocks.