xmrig-workers icon indicating copy to clipboard operation
xmrig-workers copied to clipboard

xmrig-workers

This project is source code of http://workers.xmrig.info/ dashboard. Content of the public directory is ready for self-hosting. Example configuration for nginx provided.

Dashboard is not actively developed. You may take a look at a more featured alternative implementation: https://github.com/ludufre/xmworkers. See also discussion.

Development

Install dependencies with npm install.

Run npm run start for a dev server.

Build

Run npm run build to build the project. The build files will be stored in the public directory.