forknote / forknote-pool

Mining pool for Bytecoin/Forknote based coins such as Bytecoin and Dashcoin.
https://github.com/forknote/forknote-pool
GNU General Public License v2.0
123 stars 185 forks source link

Admin stats (profit) not seem to agree with the pool wallet #71

Open elyacoin opened 6 years ago

elyacoin commented 6 years ago

I made a test cryptonote coin, which works fine.

I set up a pool for it and stuck 2 miners on it.

Everything works fine. Blocks are mined, miners are paid.

But he pool's wallet doesn't seem to retain as much fee as the /admin.html page suggests.

The tx fees seem negligible compared to the block reward (~3500 coins reward per block, tx fee: 0.01 coin)

Fee is set to 2% but really the pool wallet doesn't show anywhere near what the "Profit" in the /admin.html page says - even after accounting for unconfirmed tx's.

Any idea?

elyacoin commented 6 years ago

Allright, time to move to another fork I suppose

Gokuref commented 6 years ago

elyacoin, may I ask how did you manage to pay your miners? Here I it's all running ok, but even after 15 blocks mined, the pool just won't pay miners. The pool is getting paid, but don't send the money back to miners.

Pool wallet: Last check: less than a minute ago Last status: ok Last response: {"available_balance":734325021777,"locked_amount":944117764642}

As you can see, the balance is there, but miners get nothing. Also, miners can't see pending balance... And just like you, my admin page doesn't show the mined coins or the profits... it's all 0.

I hope we can fix it! gl mate

blueavenue commented 6 years ago

Edit in pool config.json following:

"payments": { "enabled": true, "interval": 600, "maxAddresses": 50, "mixin": 1, "transferFee": 50000000, "minPayment": 500000000000000, "maxTransactionAmount": 500000000000000, "denomination": 10000000000 }, And visit always the log-files. The most important thing for a good pool admin!