Author

Topic: Creating my own pool(how does it work)? (Read 2454 times)

legendary
Activity: 1078
Merit: 1005
May 03, 2011, 08:24:45 PM
#4
I see that on github there is a bitcoin pool server, however i am in doubt of it being that easy.

So how does one make a pool?
Technically the bitcoind software already includes everything for a pool. Multiple clients can connect and use the 'getwork' RPC call to get a block to work on. What pool software provides is the ability to adjust the difficulty, count share for different users and pay them when a block is found. But if you don't want that part, and just want to combine a bunch of machines, then you can use bitcoind on its own.
member
Activity: 102
Merit: 10
All the instructions seem to be here: http://www.bluishcoder.co.nz/bitcoin-pool/
full member
Activity: 126
Merit: 100
bump
full member
Activity: 126
Merit: 100
I see that on github there is a bitcoin pool server, however i am in doubt of it being that easy.

So how does one make a pool?
Jump to: