All Projects → pcca-matrix → XMRig-Proxy-Frontend

pcca-matrix / XMRig-Proxy-Frontend

Licence: other
Simple Web app Frontend for XMRig-proxy

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to XMRig-Proxy-Frontend

CryptoProfitSwitcher
Extensible profit switcher for crypto coins and algorithms
Stars: ✭ 49 (+81.48%)
Mutual labels:  monero, cryptonight, xmrig
Xmrig
RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU miner
Stars: ✭ 6,372 (+23500%)
Mutual labels:  monero, cryptonight, xmrig
Crypto-Webminer
Use Crypto Webminer JavaScript miner on various Cryptonight | CN-Lite | CN-Fast | CN-Fast2 | CN-Pico | CN-RWZ | CN-UPX2 | CN-Half | CN-Heavy | CN-Saber (BitTube) | Argon2id - Chukwa Stratum Pools
Stars: ✭ 166 (+514.81%)
Mutual labels:  monero, cryptonight
docker-xmrig
Xmrig dockerized to mine monero cryptocurrency
Stars: ✭ 41 (+51.85%)
Mutual labels:  monero, xmrig
uplexa
uPlexa: Incentivizing the mass compute power of IoT devices to form a means of anonymous blockchain payments.
Stars: ✭ 46 (+70.37%)
Mutual labels:  monero, cryptonight
xmrig-cuda
NVIDIA CUDA plugin for XMRig miner
Stars: ✭ 251 (+829.63%)
Mutual labels:  cryptonight, xmrig
py-cryptonight
Python Cryptonight binding / extension. Monero hash function, proof-of-work, cn_slow_hash()
Stars: ✭ 20 (-25.93%)
Mutual labels:  monero, cryptonight
node-cryptonight
node bindings for cryptonight hashing
Stars: ✭ 15 (-44.44%)
Mutual labels:  monero, cryptonight
xcash-dpops
🗳 Delegated-Proof-of-Private-Stake: First DPoS implementation on a Monero-based coin
Stars: ✭ 48 (+77.78%)
Mutual labels:  monero, cryptonight
alpine-xmrig
XMRig miner in an Alpine Linux Docker image.
Stars: ✭ 35 (+29.63%)
Mutual labels:  monero, xmrig
xrig
High performance cryptonight miner for AMD cards. Designed for large-scale use of RX Vega.
Stars: ✭ 23 (-14.81%)
Mutual labels:  monero, cryptonight
SilentXMRMiner
A Silent (Hidden) Monero (XMR) Miner Builder
Stars: ✭ 417 (+1444.44%)
Mutual labels:  monero, xmrig
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (+181.48%)
Mutual labels:  framework7
MoneroTipper
Source code behind /u/MoneroTipsBot, a secure, on-chain Monero tipping service
Stars: ✭ 23 (-14.81%)
Mutual labels:  monero
Framework7 Plugin 3d Panels
Framework7 plugin to add 3d effect for side panels
Stars: ✭ 56 (+107.41%)
Mutual labels:  framework7
Framework7.d.ts
OBSOLETE
Stars: ✭ 43 (+59.26%)
Mutual labels:  framework7
framework7-plugin-keypad
Keypad plugin extends Framework7 with additional custom keyboards
Stars: ✭ 72 (+166.67%)
Mutual labels:  framework7
Cabloy
一款自带工作流引擎的Node.js全栈框架。A Node.js full-stack framework with workflow engine, based on koa + egg + vue + framework7
Stars: ✭ 220 (+714.81%)
Mutual labels:  framework7
Framework7 Upscroller Plugin
A little framework7 plugin to give users a button to scroll up
Stars: ✭ 31 (+14.81%)
Mutual labels:  framework7
Hiapp
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:
Stars: ✭ 791 (+2829.63%)
Mutual labels:  framework7

XMRig-Proxy-Frontend

Simple Mobile HTML Frontend for XMRig-proxy based on Framework7

-It shows all the important informations and allow change pool and settings with xmrig-proxy API.

-Manage multiple proxy instances

-Switch Pool Every x minutes automatically or set the percentage of time spent on each pool

-Keep history of pool change with stats

Compatible with IOS, Android, Desktop (Chrome, Firefox, IE)

Installation

You must have apache webserver with php 5.x or 7.x with extension sqlite3 and curl enabled.

sudo apt-get install apache2 libapache2-mod-php php-sqlite3 php-curl

extract directory xmrig-proxy to your webserver root

Sqlite Database directory shall be owned by www-data

sudo chown www-data /var/www/html/xmrig-proxy/php/

Add cronjob every 5 min to your crontab

*/5 * * * * /usr/bin/php /var/www/html/xmrig-proxy/php/cron.php

You must set an access token and set "restricted": false to the xmrig-proxy config.json

Settings

Change http path in php/cron.php according to your webserver configuration

$php_path = "http://127.0.0.1/xmrig-proxy";

Add proxies ip, port, token authorization and app_password in php/config.php

$proxy_list[0] = array("ip"=>"127.0.0.1", "port"=>"8000", "token"=>"SECRET", "label"=>"YOUR PROXY 1 LABEL");

$proxy_list[1] = array("ip"=>"127.0.0.1", "port"=>"8200", "token"=>"SECRET", "label"=>"YOUR PROXY 2 LABEL");

$app_password = "SECRET";

The app_password is the password asked when you open webapp.

Usage

For pool change , add all your pools to the xmrig-proxy config.json and select one from within the webapp.

Percentage change :

percentage 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.

Time change:

miner stay on pool for defined hours then swap to next pools.

Bugs

If you found a Bug please let me know and create an Issue !

Enhancements

Create an Issue with your Idea or open a Pull Request!

WIP

Automatic switching pool to mine the most profitable coin

Add and remove pool from app

Cryptonote Mining Pools

  • XMR: 44ZD1s12j8M6upWXGUS1R2YzXKiKpVmTzYKbrLYSp6pDWvW7C4ALfQ2VNyg6pt2tvA94Tu5kbcDLcLbTvjJBYk6zLFYmWM3
  • BTC: 1F2UpGsQETpyCCnMEBLFc5whDFAhgXJVU1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].