Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
elyacoin opened this issue Mar 1, 2018 · 3 comments
Open

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

elyacoin opened this issue Mar 1, 2018 · 3 comments

Comments

@elyacoin
Copy link

elyacoin commented Mar 1, 2018

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
Copy link
Author

elyacoin commented Mar 3, 2018

Allright, time to move to another fork I suppose

@Gokuref
Copy link

Gokuref commented Mar 8, 2018

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
Copy link

blueavenue commented Mar 9, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants