tpfuemp / yiimp

Crypto mining pool
4 stars 5 forks source link

Current_results #2

Closed hobbypool closed 5 months ago

hobbypool commented 5 months ago

The current_results seems to bug out when using more than one coin per algo on one port. This seems to be a thing from Kuda's repo where they intended to use 1 port per coin. What I've done is use tpruvot's current_results.php (however it does lack the solo mining etc results). On the admin panel it shows algos that aren't built when building stratum. It seems some algorithms are showing incorrect block rewards (example bmw512 - shows negative rewards) but that could be an issue on my end.

And then lastly, I want to thank you for taking time and giving this project a rebirth. Its people like you I look up to. Thank you!

tpfuemp commented 5 months ago

small bugfix for current_results.php done. needs some more debug, didn't use this multiport usecase before.

hobbypool commented 5 months ago

Will run it with the changes and keep you updated! Thank you!

hobbypool commented 5 months ago

bugfix on current_results.php works. thanks :)

hobbypool commented 5 months ago

Marking this as closed, I feel the core issue has been resolved, thank you!