{"id":13489697,"url":"https://github.com/pcca-matrix/XMRig-Proxy-Frontend","last_synced_at":"2025-03-28T05:31:11.768Z","repository":{"id":139708810,"uuid":"131142392","full_name":"pcca-matrix/XMRig-Proxy-Frontend","owner":"pcca-matrix","description":"Simple Web app Frontend for XMRig-proxy","archived":false,"fork":false,"pushed_at":"2018-05-21T23:55:17.000Z","size":581,"stargazers_count":32,"open_issues_count":3,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T03:34:06.271Z","etag":null,"topics":["cryptocurrency","cryptonight","framework7","monero","proxy","xmrig"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcca-matrix.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-26T10:55:44.000Z","updated_at":"2024-10-28T18:23:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2f3c0bb-a5e6-486c-953d-5e171bf4ea57","html_url":"https://github.com/pcca-matrix/XMRig-Proxy-Frontend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcca-matrix%2FXMRig-Proxy-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcca-matrix%2FXMRig-Proxy-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcca-matrix%2FXMRig-Proxy-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcca-matrix%2FXMRig-Proxy-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcca-matrix","download_url":"https://codeload.github.com/pcca-matrix/XMRig-Proxy-Frontend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978200,"owners_count":20703675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptocurrency","cryptonight","framework7","monero","proxy","xmrig"],"created_at":"2024-07-31T19:00:33.546Z","updated_at":"2025-03-28T05:31:11.756Z","avatar_url":"https://github.com/pcca-matrix.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# XMRig-Proxy-Frontend\r\nSimple Mobile HTML Frontend for XMRig-proxy based on [Framework7](https://github.com/framework7io/framework7)\r\n\r\n-It shows all the important informations and allow change pool and settings with xmrig-proxy API.\r\n\r\n-Manage multiple proxy instances\r\n\r\n-Switch Pool Every x minutes automatically or set the percentage of time spent on each pool\r\n\r\n-Keep history of pool change with stats\r\n\r\nCompatible with IOS, Android, Desktop (Chrome, Firefox, IE)\r\n\r\n\u003cimg src=\"https://raw.githubusercontent.com/pcca-matrix/XMRig-Proxy-Frontend/master/xmrig-proxy/img/demo.png\" width=\"200\"\u003e\r\n\r\n## Installation\r\nYou must have apache webserver with php 5.x or 7.x with extension sqlite3 and curl enabled.\r\n\r\nsudo apt-get install apache2 libapache2-mod-php php-sqlite3 php-curl\r\n\r\nextract directory xmrig-proxy to your webserver root\r\n\r\nSqlite Database directory shall be owned by www-data\r\n\r\nsudo chown www-data /var/www/html/xmrig-proxy/php/\r\n\r\nAdd cronjob every 5 min to your crontab\r\n\r\n*/5 * * * * /usr/bin/php /var/www/html/xmrig-proxy/php/cron.php\r\n\r\nYou must set an access token and set \"restricted\": false to the xmrig-proxy config.json\r\n\r\n## Settings\r\nChange http path in php/cron.php according to your webserver configuration\r\n\r\n$php_path = \"http://\u003ci\u003e\u003c/i\u003e127.0.0.1/xmrig-proxy\";\r\n\r\nAdd proxies ip, port, token authorization and app_password in php/config.php\r\n\r\n$proxy_list[0] = array(\"ip\"=\u003e\"127.0.0.1\", \"port\"=\u003e\"8000\", \"token\"=\u003e\"SECRET\", \"label\"=\u003e\"YOUR PROXY 1 LABEL\");\r\n\r\n$proxy_list[1] = array(\"ip\"=\u003e\"127.0.0.1\", \"port\"=\u003e\"8200\", \"token\"=\u003e\"SECRET\", \"label\"=\u003e\"YOUR PROXY 2 LABEL\");\r\n\r\n$app_password = \"SECRET\";\r\n\r\nThe app_password is the password asked when you open webapp. \r\n\r\n## Usage\r\nFor pool change , add all your pools to the xmrig-proxy config.json and select one from within the webapp.\r\n\r\nPercentage change :\r\n\r\npercentage is calculate on day (1440 min) , if you put 10% on pool#1 and 90% on pool#2 then proxy will stay on pool#1 for 144 mins and on pool#2 for 1296 mins.\r\n\r\nTime change:\r\n\r\nminer stay on pool for defined hours then swap to next pools.\r\n\r\n## Bugs\r\nIf you found a Bug please let me know and create an Issue !\r\n\r\n## Enhancements\r\nCreate an Issue with your Idea or open a Pull Request!\r\n\r\n## WIP\r\n\r\nAutomatic switching pool to mine the most profitable coin\r\n\r\nAdd and remove pool from app\r\n\r\n[Cryptonote Mining Pools](http://hashing.mine.nu)\r\n\r\n* XMR: `44ZD1s12j8M6upWXGUS1R2YzXKiKpVmTzYKbrLYSp6pDWvW7C4ALfQ2VNyg6pt2tvA94Tu5kbcDLcLbTvjJBYk6zLFYmWM3`\r\n* BTC: `1F2UpGsQETpyCCnMEBLFc5whDFAhgXJVU1`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcca-matrix%2FXMRig-Proxy-Frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcca-matrix%2FXMRig-Proxy-Frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcca-matrix%2FXMRig-Proxy-Frontend/lists"}