Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 747 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 747 Bytes

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.