Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nehalvpatel/cgui
A web interface for cgminer that is made to reduce setup time and increase productivity, featuring the famous 2 minute install.
https://github.com/nehalvpatel/cgui
Last synced: about 2 months ago
JSON representation
A web interface for cgminer that is made to reduce setup time and increase productivity, featuring the famous 2 minute install.
- Host: GitHub
- URL: https://github.com/nehalvpatel/cgui
- Owner: nehalvpatel
- Created: 2013-06-07T05:00:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-14T19:59:13.000Z (almost 11 years ago)
- Last Synced: 2024-08-06T12:24:01.526Z (6 months ago)
- Language: PHP
- Size: 364 KB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - nehalvpatel/cgui - A web interface for cgminer that is made to reduce setup time and increase productivity, featuring the famous 2 minute install. (PHP)
README
cgui
==========A web interface for cgminer that is made to reduce setup time and increase productivity, featuring the famous 2 minute install. It adapts to mobile screens and re-arranges itself to look good on any display. Here's a [demo](http://patel.no-ip.biz).
Getting started
----------
Download the files and extract them in a folder in your web root directory. I recommend using [XAMPP](http://www.apachefriends.org/en/xampp.html).Setting up
----------
Update your cgminer arguments to include ```--api-listen --api-network --api-port 4028```, then edit ```index.php``` with your rig info. Also, remember to edit the timezone with one from [this list](http://php.net/manual/en/timezones.php).----------
**Name**: whatever you call your rig, optional
**Address**: the local or remote IP address of the rig
**Port**: the port you set in the cgminer arguments, probably 4028----------
For the `$apis` array, use the pool's mining URL as the key and the API URL as the value.
Like: `"mining.example.com" => "https://www.example.com/api?key=yourkeyhere"`