Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
fgarpe
on 22/12/2017, 18:57:43 UTC
Hi!,
I has written my own bash script to mine the most profitable algorithm at each moment, to do that I get the response for an API call to https://miningpoolhub.com/index.php?page=api&action=getautoswitchingandprofitsstatisticsthen and then I start mining the algorithm with the highest  "normalized_profit_amd" value. All seems to be ok, but I see diferences between the result of the API call and the "Auto switching ports per algo. Sorted for AMD GPU" table from miningpoolhub web page. For example, with the API call I get ethash as the most profitable algorithm, but in the web page I see Cryptonight as the most profitable... ¿How can I get the most profitable algorithm using API calls?, ¿what is the most profitable algorithm, the algorithm returned in the API call or the algorithm or the one that appears on the web as the most profitable?

regards