A Nestjs and Typescript Bitcoin stratum mining server.
$ npm installcreate an new .env file in the root directory and configure it with the parameters in .env.example
# development
$ npm run start
# watch mode
$ npm run start:dev
# production build
$ npm run build# unit tests
$ npm run test
# test coverage
$ npm run test:covSee public-pool-ui
Install pm2 (https://pm2.keymetrics.io/)
$ pm2 start dist/main.js