Most profitable mining on p2pool: http://multicoin.eu
-
Hi there,
You all might be aware of these most-profitable-pool servers like multipool.us or middlecoin and such.
Past week i’ve setup something similar but it works with p2pool servers instead of proprietary servers.
Its on http://multicoin.eu and this ‘pool-server’ calculates the most profitable coin and displays the result on the site. This output is also available in JSON format.The output of this JSON can be used with a local script on your miner to redirect your cgminer to the most-profitable or next-most-profitable p2pool server. This could be any of the p2pool servers for that coin or you can use the multicoin.eu p2pool server if you like.
There are no accounts or wallets on this server (or any of the other p2pool servers for that matter).
Configuration of your local cgminer is done by a json file and simple php script.The locally run script and example json config file can be downloaded from the server at http://multicoin.eu/config/
Have fun :-)
-
awesome! are you planning to support this JSON API over long term?
I think I might be integrating it to an upcoming project that I am working on. -
[quote name=“eaxvac” post=“56853” timestamp=“1391446251”]
awesome! are you planning to support this JSON API over long term?
I think I might be integrating it to an upcoming project that I am working on.
[/quote]Yep, the JSON output will be there :-)
Which attributes of the JSON will you be using ?I will be adding more coins to it though but not all of them like on coinwarz.
-
[quote name=“prensel” post=“56857” timestamp=“1391449961”]
[quote author=eaxvac link=topic=7396.msg56853#msg56853 date=1391446251]
awesome! are you planning to support this JSON API over long term?
I think I might be integrating it to an upcoming project that I am working on.
[/quote]Yep, the JSON output will be there :-)
Which attributes of the JSON will you be using ?I will be adding more coins to it though but not all of them like on coinwarz.
[/quote]Coin profitability, well… just wondering because coinwarz does charge a sum after 500 API calls every 24 hours. :P
Having a server to cache the result and redistribute will be the best ;)