xmrig / xmrig-proxy

Monero (XMR) Stratum protocol proxy
https://xmrig.com/proxy
GNU General Public License v3.0
613 stars 338 forks source link

Xmrig Proxy Stat v2.8.6 #282

Open exp10r opened 5 years ago

exp10r commented 5 years ago

ОБНОВЛЕНО (16.04.2019) в связи со сменой api в xmrig-proxy v2.15.1-beta

Screenshot_20190416-233756

Настройка: index.php в 16 строке поменять ip и порт на свои. pool.xxx.php в 3 строке сменить кошелек на свой.

Добавлено:

xmrig_proxy_stat_v2.8.6.zip

Желающим выразить благодарность, в теле скрипта указаны мои BTC/XMR кошельки.

demokom-gmail-com commented 5 years ago

Hello dude. Thanx for your work, it's really great. But now your app doesn't work. At least in my environment. After a couple of hours I found the mistake. It's here - ./plugings/pool.nicehash.php --- @$stat = file_get_contents('https://api.nicehash.com/api?method=stats.provider&addr='.$btc.''); +++ @$stat = file_get_contents('https://api2.nicehash.com/api?method=stats.provider&addr='.$btc.''); But thanx anyway and good luck!

AlexKeda commented 3 years ago

у MineXMR адрес АПИ сменился и его выхлоп

diff -Nru plugins/pool.minexmr.php* --- plugins/pool.minexmr.php 2021-05-11 18:53:33.741352000 +0300 +++ plugins/pool.minexmr.php_ 2021-05-11 18:10:24.709656000 +0300 @@ -3,10 +3,10 @@

//вытягиваем статистику с minexmr (вписываем свой кошелек в переменную xmr на 4 строке) -$stat = file_get_contents('https://minexmr.com/api/main/user/stats?address='.$xmr); +@$stat = file_get_contents('http://api.minexmr.com/stats_address?longpool=false&address='.$xmr.''); $stat_data = json_decode($stat,true); //вытагиваем значение balance и прибавляем нули делением -@$balance = $stat_data['balance'] / 1000000000000; +@$balance = $stat_data['stats']['balance'] / 1000000000000; //умножаем на стоимость и округляем до двух знаков после точки $balance_rub = round($balance $xmr_price_rub,2); $balance_usd = round($balance $xmr_price_usd,2);

откуда дёрнуть курс, пока не нашёл... так что покажет тока балланс