jtgrassie / monero-pool

A Monero mining pool server written in C
BSD 3-Clause "New" or "Revised" License
344 stars 125 forks source link

Frequent disconnection of Pool error 111, no credit to pool wallet #134

Closed KHPak2023 closed 1 year ago

KHPak2023 commented 1 year ago

Hi, monero-pool compiled, integrated and running successfully with following issues:

  1. frequent disconnection to upstream 127.0.0.1:4244 upstream connection error:111
  2. Receiving jobs from upstream and forward to connected miners, shares submitted status accepted. Hundreds of shares submitted but there is no credit to pool wallet or pool fee wallet. Is there any minimum threshold. Can we lower it down to extreme minimum by changing pool config files values so that it displays credit to lowest level decimal point like 0.000000001.or so. image

presently it is running without monero-wallet-rpc server, but i have tested it earlier on remote node. At this stage i am testing it if i did everything correct or there is a need more to do. Thanks in advance for your valued advise.

jtgrassie commented 1 year ago
  1. You're clearly attempting to use the Interconnected pools feature but have misconfigured (you're downstream pool can't connect to the upstream pool).
  2. Per the README: "The single payout mechanism is PPLNS", miners don't earn anything until the pool finds a block, which you haven't.

presently it is running without monero-wallet-rpc server, but i have tested it earlier on remote node

The pool requires running a wallet, otherwise, when it mines a block you can't pay out!

KHPak2023 commented 1 year ago

interconnected pool settings are disabled from config file and i guess it is working now. Please have a look on pic. image

i have low hash machines, any idea about probability of finding a block at that hash rate, likely will add one more machine. In case a block is find, how much time it will take to mine that block. Thank a lot for your patience and consideration.

jtgrassie commented 1 year ago

any idea about probability of finding a block at that hash rate... how much time it will take to mine that block

2.38e9/1.31e3/720/365 == you will probably mine a block in ~6.9 years.