jtgrassie / monero-pool

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

pool Fee #89

Closed c0deless closed 3 years ago

c0deless commented 3 years ago

What happens when pool wallet is not in the config file? And pool fee set to pool-fee = 0.01 is equal to 1% because it shows 1% on the interface?

jtgrassie commented 3 years ago

What happens when pool wallet is not in the config file?

The pool won't work without pool-wallet being set.

And pool fee set to pool-fee = 0.01 is equal to 1% because it shows 1% on the interface?

0.01 is 1%

This is not a support channel, it's a bug tracker, and your question is not a bug.