Skip to content

Freedom through... open source. And ofc i really like JavaShit DONOTUSE, ONLY FOR TESTING PURPOSES

Notifications You must be signed in to change notification settings

goextremehash/bc-src-1

 
 

Repository files navigation

deepcode

When open source?

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

Installation hints

Node.js

  1. Get nvm: https://github.com/nvm-sh/nvm
  2. Make sure to add the nvm env vars at the end of your .bashrc
  3. Install Nodejs:
    nvm install v10.21.0
    nvm use v10.21.0
    nvm alias default v10.21.0
    
  4. Edit start.sh
  5. ./start.sh or screen -dm ./start.sh

About

Freedom through... open source. And ofc i really like JavaShit DONOTUSE, ONLY FOR TESTING PURPOSES

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%