Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmrig/xmrig-config
XMRig config generator & editor
https://github.com/xmrig/xmrig-config
monero xmr xmrig
Last synced: 22 days ago
JSON representation
XMRig config generator & editor
- Host: GitHub
- URL: https://github.com/xmrig/xmrig-config
- Owner: xmrig
- License: gpl-3.0
- Created: 2018-02-17T21:50:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T01:02:51.000Z (over 4 years ago)
- Last Synced: 2024-10-03T12:21:56.423Z (about 1 month ago)
- Topics: monero, xmr, xmrig
- Language: JavaScript
- Homepage: https://config.xmrig.com/
- Size: 875 KB
- Stars: 45
- Watchers: 7
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XMRig Config
XMRig config generator & editor, available online https://config.xmrig.com
* Settings editor for all XMRig miners and proxy.
* Generate command line and `config.json`.
* Easy configurations share via links.
* Pure Single Page Application, serverless, no tracking.# Install
### Easy
* Just copy [public](https://github.com/xmrig/xmrig-config/tree/master/public) directory to your webserver root.
* If you use nginx, edit and copy [xmrig-config.conf](https://github.com/xmrig/xmrig-config/blob/master/config/xmrig-config.conf) to proper location.### Advanced
* Dependences
```
npm install -g bower
npm install
bower install
```
* Development server http://127.0.0.1:8081
```
npm start
```
* Production files
```
npm run build
```## Donations
* XMR: `48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD`
* BTC: `1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT`## Contacts
* [email protected]
* [reddit](https://www.reddit.com/user/XMRig/)