Home

Please be Aware That This Website is in Early Development and is not a Full Representation of the Final Project.

Downloads

Node (Mining software)

This is an example node software written in Vlang, it is recommended that you clone the git repository and compile it yourself so that you can edit any pieces of code you wish to and to ensure that it runs properly on your system as V compiles to an executable that will be different for different systems.
The below zip file contains an arm64 macOS executable called "node-native" (native because that's the native OS for the laptop I do the dev for this project on) and an x86 windows executable called "node-windows". If you don't use either of these systems then you must clone the git repo and use the v compiler to compiler to project yourself.

Download Node Software

Clone the repo