Author

Topic: Private Pool Software. (Read 1435 times)

sr. member
Activity: 454
Merit: 252
May 16, 2013, 07:47:06 AM
#6
The +
I have just done that exact same thing!
Its working fine here http://minar.cc:9327 for LTC.
Just one thing i dont understand, now how is the difficulty of the shares decided? I mean, if i dont set +xxx on my user, what is the difficulty i should get from p2pool?

The +xxx difficulty is just the difficulty of the shares which p2pool users to report statistics. You can set that to whatever you want, but it should be low enough to get good statistics on the health of your system.

the /xxx difficulty is the difficulty of the shares that you get credit for payouts with, and is limited to 10x the default difficulty.

The default payout difficulty will be such that your private p2pool "network" will find one share every 10 seconds.
sr. member
Activity: 434
Merit: 250
May 15, 2013, 11:08:38 PM
#5
I have just done that exact same thing!
Its working fine here http://minar.cc:9327 for LTC.
Just one thing i dont understand, now how is the difficulty of the shares decided? I mean, if i dont set +xxx on my user, what is the difficulty i should get from p2pool?
sr. member
Activity: 454
Merit: 252
May 15, 2013, 10:40:07 PM
#4
Those private pool software are good, but most don't have their own front end. If you want to run your own private pool, it could be interesting to hack p2pool to not actually run as a p2p pool but simple a single node of a private pool.

You can then use their web interface, use their username = address method of payouts, use their fee structure (you set your own fees if you want others to pay you for using the pool).

the hack is from here:
https://bitcointalksearch.org/topic/m.2010200

In p2pool / p2pool / networks.py:

in the bitcoin section change the
BOOTSTRAP_ADDRS='list of addresses'.split(' '),
to
BOOTSTRAP_ADDRS=''.split(' '),

Change PERSIST=True, to PERSIST=False,

Change P2P_PORT=9777, to something else (so no one accidentally connects to you)

I'm trying it out now, could be an easy hack to get a private pool running using PPLNS.

EDIT: to be clear, you don't share anything with the rest of the p2pool network. It really is just you and whomever logs into your server.
hero member
Activity: 490
Merit: 501
May 13, 2013, 11:07:57 PM
#3
cool, thanks!
full member
Activity: 176
Merit: 100
May 13, 2013, 07:11:40 PM
#2
Yes.

pushpool
eloipool
stratum-mining

in the custom hardware forum there are tutes for setting up eloipool and stratum-mining.

pushpool is getwork only and I am not sure if it supports version two blocks?

Most of the other pool software doesnt support version two blocks.
hero member
Activity: 490
Merit: 501
May 13, 2013, 03:08:56 PM
#1
Say I'm a greedy bastid with multiple miners. I want to connect them all to my own private pool so they work together and not against each other. Is there open source pool software available to do this? Not P2Pool.
Jump to: