nodejs-pool
nodejs-pool copied to clipboard
When leaf node found an orphaned block, the block entered the queue, but master block won't accept the orphaned block as the hash doesn't exist in the master blockchain database....
Tried to make a PR, but don't have contributor permission. Change the following line in worker.js(448) from `else if (body.result.block_header.hash === lastBlockHash) {` to `else if (body.result && body.result.block_header.hash ===...
I want to ban asic but not sure what their IP is how can I match IP with wallet or ban wallet permanently?
I am trying install this repo in my server 16.04 LTS totally clean. I am trying follow the steps in your README.md, but it contains informations that don't help about...
I am looking for a way to write a new API response that lists all users, similar to the one on the admin side "admin/userlist". I do not want it...
Possible noob question. I know on cryptonote universal there is url can enter with password to get all admin info in json? Is there a way I can grab all...
I followed the guid in `readme.md` and I encountered a question that puzzled me. In line 116 of the `readme.md` file reads: `pool/feeAddress` But in line 215 of the `deployment/base.sql`...
I see these errors when I try to delete ports in the admin panel. I think the problem is in some kind of modules nodejs? How can I fix this?...
Hello Dev Team, Can you reconfigure sumocoins files for new fork? https://github.com/ArqTras/nodejs-pool/blob/master/lib/coins/sumo.js https://github.com/ArqTras/nodejs-pool/blob/master/lib/payment_systems/sumo.js Thank You.
I know it is Transfer fee. But I donot konw its Decimal point. If I want to set it to 0.001XMR. How can I set it?