Hi All,
Yes, this is true, as I have earlier mentioned in the post, I am involved in multiple projects, and maybe it was to much to handle. I liked the pokecoin project and I said to give it a go. But my main project become more serious, and my whole attention was focused on that one.
I am sorry for disappointing you guys, but I had good intentions. However, I am more than willing to help the guys that will continue with this project: starmman, JasonXG, Daffadile.
I have seen that the solo-mining is causing trouble so I had to take a closed look to the code, and it seems that the rpc port is not 3333 as the original dev said, but
33716You can check this if you download the pokecoin code from github here:
https://github.com/PokeCoinDev/pokecoin and go to pokecoin-master/src/ and open the bitcoinrpc.cpp file. At line 46 you will see that the rpc port is 33716. Here is the code:
void ThreadRPCServer2(void* parg);
static std::string strRPCUserColonPass;
const Object emptyobj;
void ThreadRPCServer3(void* parg);
static inline unsigned short GetDefaultRPCPort()
{
return GetBoolArg("-testnet", false) ? 33717 : 33716;
}
Object JSONRPCError(int code, const string& message)
In order to solo-mine, you need to follow the steps that Daffadile advised earlied in the thread, create a file called pokecoin.conf and paste this code in it:
rpcuser=pokecoin
rpcpassword=pokecoin_secret_password
rpcport=33716
port=33717
server=1
daemon=1
listen=1
testnet=0
rpctimeout=30
rpcallowip=127.0.0.1
addnode=108.61.202.164
addnode=104.238.159.141
addnode=124.121.115.138
addnode=80.240.49.79
addnode=84.200.32.199
addnode=120.156.12.49
addnode=95.23.136.43
You can of course replace the
rpcuser and
rpcpassword with your own credentials.
Download the X11 cpu minere from here:
http://poketrainr.com/go/mining-pool/ ( or if you have it already, even better)
Edit the file RUN-X11-gw64.bat and replace the text inside with this one:
cpuminer-multi-x64 -a x11 -o http://127.0.0.1:33716 -u pokecoin -p pokecoin_secret_password
pause
replace the
pokecoin and
pokecoin_secret_password with your own username and password
Edit the file cfg.json and replace the "threads" : 3, with the number of CPU cores you have. so you can start wit threads: 2 and see how it performs, and increase the number to 4( if you have 4 cpu cores), or 8 if you have a better cpu.
Double click on RUN-X11-gw64.bat and you are mining PokeCoin
As for the mining pool, I can provide the full scrypt and help you guys to setup the mining pool over mono on a Ubuntu vps.
Unfortunately this is as much as I can do, as I my time is now limited with my main project.
I will reserve some time next week and pay the twitter followers as promised.
If you have other questions, please post them here or on a private message.
Gabi