Author

Topic: Any reason to run pool software as a solo miner? (Read 1654 times)

legendary
Activity: 1540
Merit: 1001
Check out p2pool. 

https://bitcointalksearch.org/topic/1500-th-p2pool-decentralized-dos-resistant-hop-proof-pool-18313

It supports merged mining too.  Just got mine setup today for namecoin.

Is there any advantage to running pool software (like ecoinpool) as a solo miner?

I can already see what's going on pretty well with cgminer. Is bitcoind able to keep up with lots of devices and supply work to them?
member
Activity: 86
Merit: 10
Centralized monitoring. You can track total shares submitted so you know how fast and how long between blocks.

I used poolserverj and mysql on a box just to mess around. I didn't setup a webpage just issued sql commands against the database. IE:

SELECT (COUNT(id) * 4294967296)/3600/1000000 AS mhash_60,count(id) AS total_shares FROM shares WHERE shares.time >= DATE_SUB( NOW(), INTERVAL 60 MINUTE) AND our_result = true;

Was fun, only did it for a few days.

-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
The main bitcoin client does not support longpoll.  Using pool software that can perform a longpoll for you will decrease your stale shares, and therefore increase the possibility to find a block.

That is a very good reason imho Smiley
No point setting up pool software for this. If you use cgminer, set your primary pool to your local bitcoind, and then set just about any other actual pool as your backup, it will use the longpoll from the backup pools to help out your bitcoind.
sr. member
Activity: 263
Merit: 250
Pool operator of Triplemining.com
The main bitcoin client does not support longpoll.  Using pool software that can perform a longpoll for you will decrease your stale shares, and therefore increase the possibility to find a block.

That is a very good reason imho Smiley
donator
Activity: 2058
Merit: 1054
if you have multiple nodes, you won't need to keep the blockchain on all of them, just on the pool server. This will save butloads of disc, esp. when the blockchain is massive.

I could be wrong about that. I'm not a miner.
You can do this without pool software. Just run bitcoind on one machine and point the other rigs to it.
hero member
Activity: 527
Merit: 500
if you have multiple nodes, you won't need to keep the blockchain on all of them, just on the pool server. This will save butloads of disc, esp. when the blockchain is massive.

I could be wrong about that. I'm not a miner.
full member
Activity: 174
Merit: 100
Namecoin merged mining would be one benefit.
member
Activity: 85
Merit: 10
There's no advantage. bitcoind should be able to serve far enough getworks
hero member
Activity: 481
Merit: 500
Is there any advantage to running pool software (like ecoinpool) as a solo miner?

I can already see what's going on pretty well with cgminer. Is bitcoind able to keep up with lots of devices and supply work to them?
Jump to: