jtgrassie / monero-pool

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

Payment #147

Closed MiningCryptoLive closed 14 hours ago

MiningCryptoLive commented 5 days ago

Love the work you have done. Using your code to mine and works great except payment is not working. Is there something I am doing wrong or do I need to dig into the code to see why?

jtgrassie commented 14 hours ago

Payments only occur after the pool has mined a block and that block is accepted by the network.

MiningCryptoLive commented 14 hours ago

Payments only occur after the pool has mined a block and that block is accepted by the network.

Yes I figured it out. I had payment disabled in the pool.conf file.