Made by the Zclassic community, configuration and documentation is here
- node v7+
- coin daemon
sudo apt-get install build-essential libsodium-dev npm
sudo npm install n -g
sudo n stable
git clone https://github.com/aayanl/equihash-solomining
cd equihash-solomining
npm update
npm install
Go to config.json and change it to your setup. Official documentation is here: https://zdeveloper.org/equihash-solomining
npm start
Get rid of the node_modules folder then
npm install
- This is meant for solo mining
- There is no share system; Every "share" is the block solution
- No payments
- More API
https://gitter.im/equihash-solomining
Released under the GNU General Public License v2 http://www.gnu.org/licenses/gpl-2.0.html
Forked from z-classic/node-stratum-pool which is licensed under GNU GPL v2