You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
Yes, the order fees are killer, and scaled up! Can you tell me how I can start working on this? It might take me several days to understand what your code is doing. Maybe you have something small I can start with. :-)
The 3% fee is possible to include. Perhaps just take a 3% cut off of the revenue in NiceHashCalculator.ts before passing it onto a handler. revenueData.revenue *= 0.97 or something like that.
The 0.0001 BTC fee isn't possible to include here -- maybe more can be added to the header about that.
I added --experimental-fees to the rewrite a little while ago. It's experimental and I have no idea if I'm doing it right. Eventually I would want to change it to --include-fees or something and also add a --order-size or something so that the 0.0001 BTC fee can be accounted for. I do still want to add --pool-fee, defaulting to 1%.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
NiceHash order fee, pools fees, etc. Should be possible to account for some of these at least. Perhaps a
--pool-fee=X
The text was updated successfully, but these errors were encountered: