39 lines
1 KiB
Markdown
39 lines
1 KiB
Markdown
|
|
# 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
|
||
|
|
* support@xmrig.com
|
||
|
|
* [reddit](https://www.reddit.com/user/XMRig/)
|