Skip to content

zzzpotato/solo-nomp

 
 

Repository files navigation

Solomining proxy for equihash coins like Zclassic, Zcash, and ZeroClassic.

(READY FOR TESTING)

Made by the Zclassic community, configuration and documentation is here

Updated/tweaked by Potato from the ZeroClassic community

picture alt

Requirements

  • node
  • coin daemon

Install

sudo apt-get install build-essential libsodium-dev npm
sudo npm install n -g
sudo n stable
git clone https://github.com/zzzpotato/solo-nomp
cd solo-nomp
npm update
npm install

Configure

Rename config_example.json and change it to your setup. Official documentation is here: https://zdeveloper.org/equihash-solomining

Start

npm start

PM2 Start

pm2 start init.js --name solo

Update

Get rid of the node_modules folder then

npm install
git pull

Differences between this and S-NOMP

  • This is meant for solo mining
  • There is no share system; Every "share" is the block solution
  • No payment processor, you will need to shield rewards to spend them yourself

Upcoming Feautures

  • More API
  • Web interface changes

Support

License

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

About

Solomining software for equihash coins like Zclassic and Zcash. Made by the Zclassic community and updated by potato

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • C 7.7%