xmrig / xmrig-proxy

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

Official management panel #247

Open xmrig opened 6 years ago

xmrig commented 6 years ago

I created http://proxy.xmrig.info/ management panel for xmrig-proxy. Key difference from other panels, you can manage multiple proxies and group it as you need.

Panel is web based, single page js application, server used only for serve static files, all data stored in your browser and all communication happen from your browser.

Features/Roadmap

pr0vieh commented 5 years ago

any way to add xmrig miner also to this management panel ? 😎

sarandafl commented 5 years ago

Is the panel open source? If yes, can you please upload it to github? This will allow xmrig-proxy users to have a self-hosted panel for management.

xmrig commented 5 years ago

I will do it later, right now development paused, but panel can be self-hosted without source, server just need for serving static files all work inside browser. Thank you.

0xman commented 5 years ago

Can you please start backup development on this now?

stobias123 commented 4 years ago

Would love to see self-hosted version of this.

gdias1992 commented 3 years ago

@xmrig Could you please share the source code ? I would like to do a little work on the code.

MoneroOcean commented 3 years ago

Original source code would be nice. Sources available on website are minified and not so useful because of this.

adtech-scott commented 3 years ago

+1 for releasing source. it would be great to be able to self host and add graphs for the proxy as a whole and individual workers

ludufre commented 3 years ago

+1 for releasing source

poppy7921 commented 2 years ago

In the management panel, it is now sorted in the order of connection. Can you sort in the name of the workers?

Paul1804 commented 1 year ago

I use official managment panel for xmrig_proxy (beta version) and she is working...But if I want to authorized with token. I receive message in browser Firefox " Unauthorized " Can I fix it ?

GjBrutello commented 1 year ago

Sometimes I'm trying to connect to the panel but every time get message "Unknown API"

apixmrigerror

So I use other API for xmrig-proxy, fork from some github abandoned project that I slightly remade a deisign for myself, turn off h/s graph scale, it works fine except for some functions where you can change remotely the pool name, algo, worker name, etc. in xmrig-proxy config.json because that is done for old xmrig-proxy version, need php dev for fix the web requests, but for me it's enough for watching of miners(connect/disconnect). :))

screenshot ![api1](https://user-images.githubusercontent.com/50217444/192117675-7d2cb13a-9891-472a-8da5-4031b2fa64c2.png)
screenshot ![api2](https://user-images.githubusercontent.com/50217444/192117679-fbfb6422-1c42-42f3-9b11-0fc2dcdebb65.png)
screenshot ![api3](https://user-images.githubusercontent.com/50217444/192117685-778a159e-1ef8-48a2-84a3-04e82a8acdf0.png)
Paul1804 commented 1 year ago

Which fork ? Give me link.