I am very confused now... So it seems maxmad will not be making solominer.
Which miner is recommended to use now? xpmminer or maxmad's xpmclient?
And what pool to use? eXtremal's private pool (5%) or should I compile maxmad's xpmpool? Which miner works for eXtremal's pool?
I don't need a detailed guide but even after compiling xpmpool's successfully there are prestsql user/role to set and not successful to initDb...
Thanks!
P.S. To MaxMad, I've just sent the 4.87XPM I mined with your server last week to you, which are all I've got in the wallet
I need to get the miner working to donate more
I hope madmax is working on this: https://bitcointalksearch.org/topic/m.6689199
As for those who wants it now, you could either use eXtremal's pool, compile xpmpool or get SuperComputing to share his code/binary:
How to convert the Pool Sever into a Solo Pool Server - without a web/database server.
Please make the following changes in the pool.cpp file and recompile:
.../xpmpool-master/primeserver/src/pool.cpp
Comment out the following code:
Line 30: //mBackend = 0;
Line 94: //mBackend = zsocket_new(ctx, ZMQ_DEALER);
Line 100: //zsocket_set_sndhwm(mBackend, 1*1000*1000);
Line 113: //err = zsocket_connect(mBackend, "tcp://localhost:8888");
Line 150: //zsocket_destroy(ctx, mBackend);
Line 344: //SendData(iter->second, mBackend);
Line 367: //SendData(mData, mBackend);
Line 569: //SendData(mData, mBackend);
Line 698: //mBackend = new PoolBackend(pwallet);
Line 750: //delete mBackend;
Change the following code as shown below:
Line 709: mMinShare = 7;//mBackend->Settings().MinShare;
Line 710: mTarget = 10;//mBackend->Settings().Target;
Recompile the pool server and you can now solo mine. Configure xpmclient miner with your XPM payout address (not used - key pool from your wallet.dat file will be used as usual)
Happy Mining