Since the Overline (ex. Block Collider) team chose not to open source their miner's ES6 code and tool chain (even though they're obliged to), here's a repository with the current code of the miner' post-transpilation JavaScript code extracted from the official Docker image.
All versions/tags are pushed to https://hub.docker.com/r/trick77/bcnode/tags?page=1&ordering=last_updated
- Get nvm: https://github.com/nvm-sh/nvm
- Make sure to add the nvm env vars at the end of your .bashrc
- Install Nodejs:
nvm install v12.22.12 nvm use v12.22.12 nvm alias default v12.22.12
- Edit start.sh
- ./start.sh or screen -dm ./start.sh