questions about setting up a mining pool
Questions tagged [mining-pool-setup]
32 questions
9
votes
1 answer
What resources are required for running a Monero mining pool?
What are the approximate resource costs of running a Monero mining pool for the following number of users:
10 users
100 users
1000 users
Additionally, it is most efficient to run the mining pool with the Monerodo OS or another service?
sgp
- 8,806
- 6
- 42
- 113
5
votes
1 answer
How can I improve performance of my pool?
I've been running a small pool with friends for several days with few blocks mined (yay!). I am running Clintar's fork of the pool code: https://github.com/clintar/cryptonote-xmr-pool
Now I know the code is open so I can start digging. I'm a…
user652
4
votes
1 answer
Monero pool configuration
I am trying to configure a pool using node-cryptonote-pool.
I have a few questions about how to setup config.json.
This section in particular: Code
And even more specifically, these lines:
"transferFee": 5000000000, //fee to pay for each…
Liaho
- 41
- 2
3
votes
1 answer
What happens to pool server if redis data is lost?
I was looking at http://cryptonotemining.org/ and it looks really easy to set up. I'm wondering what the ramifications would be if redis lost some data? I'm not too worried about total data loss. But I am curious what would happen if a primary redis…
correcthorse
- 33
- 3
3
votes
0 answers
How can I get slush's scoring code from zone's code to work in clintars code?
This returns null:
redisClient.hget(config.coin + ':stats', 'lastBlockFound', function(error, result)
And is making the score calcuation for each share = 0.
Context:
clintars code is nice because it works with modern…
Ginger Ale
- 5,676
- 2
- 18
- 46
1
vote
0 answers
Does setting the maxDiff on my private pool to a relatively low number hurt my pool's chances of solving a block?
That's the main question. The rest below is an explanation as to why I'm asking that question.
I'm running Clintar's pool software for my private pool. I've noticed that no matter what port I connect to, the difficulty always ratchets up to a level…
user3184415
- 406
- 2
- 7