equihash-solomining
v0.0.1
Published
High performance Stratum poolserver in Node.js
Maintainers
Readme
Solomining proxy for equihash coins like Zclassic and Zcash.
(READY FOR TESTING)
Made by the Zclassic community, configuration and documentation is here

Requirements
- node v7+
- 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/aayanl/equihash-solomining
cd equihash-solomining
npm update
npm installConfigure
Go to config.json and change it to your setup. Official documentation is here: https://zdeveloper.org/equihash-solomining
Want to add your own background to the frontend?
Go to website/public/index.dot and add style="background-image: url(IMAGEURLHERE)" to <body>. Example: http://i.imgur.com/FXG5wm4.png (NSFW)
Run
npm startUpdate
Get rid of the node_modules folder then
npm installDifferences between this and Z-NOMP
- This is meant for solo mining
- There is no share system; Every "share" is the block solution
- No payments
Upcoming Feautures
- More API
Support
https://gitter.im/equihash-solomining
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
