fancoder / cryptonote-universal-pool

Mining pool for all CryptoNote based coins such as Bytecoin, duckNote, Monero, and Fantomcoin.
http://cryptonotemining.org
GNU General Public License v2.0
335 stars 308 forks source link

payments disabled #89

Open gitbit00 opened 6 years ago

gitbit00 commented 6 years ago

"payments": { "enabled": false,

What happens if I set this to false? Do all the block rewards stay in my pool address wallet?

I'm solo mining and creating a pool to connect my miners from various locations around the US. Maybe I'm going about it like a crazy person, but making my own pool seems to make the most sense right now. I'm hashing at around 1Mh/s all together so I think I can solo mine bytecoin!

phil2cr commented 6 years ago

I think so.

But you can also launch program without the payment module: node init.js -module=api node init.js -module=pool node init.js -module=unlocker