Command-line tools for crypto mining accounting.
npm i
npm run profitloss
npm test
- Ideas
- Present a network-fetched list of cryptos for auto-complete.
- Fetch price.
- Based on a
.minerbeansrc
config file similar to that used in xmr-stak, fetch payout and/or fetch payout stats from mining pool. - Use a node-based cron facility to toggle a specified local mining program if the payout gets too low.
- Cut a branch from
develop
. - Ensure that your PR passes
make test
. - Follow these commit message conventions so that changelog is good.