Git Product home page Git Product logo

49handyman / equihashnomppool Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 14.0 80.82 MB

Entrust Computer Technology Center's private mining pool software. Customized for Pirate-Chain and KMD mostly, but usable for any 200,9 equihash coins

License: GNU General Public License v2.0

JavaScript 71.84% C 0.27% HTML 27.67% CSS 0.21%
dashboard mining pool stats node-wallet solo-mining coins arrr kmd pirate-chain

equihashnomppool's People

Contributors

49handyman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

equihashnomppool's Issues

compile error

while trying to build the pool it exits out with the error

751 error Error while executing: 751 error /usr/bin/git ls-remote -h -t https://github.com/BitGo/blake2b-wasm.git 751 error 751 error remote: Support for password authentication was removed on August 13, 2021.

Hush support.

Does this version of Nomp support the latest Hush? Asking because considering using the code for my pool.

Modification for pm2 startup to ensure komodod is up

if you use pm2 to monitor and run the pool server add these lines to your pm2 system startup file in /etc/systemd/system

ExecStartPre=/usr/bin/timeout 360 sh -c 'while ! komodo-cli -rpcport=7771 getinfo | jq -r '.synced' | grep -q true; do sleep 3; done'

ExecStartPost=/usr/bin/timeout 360 sh -c 'while ! komodo-cli -rpcport=7771 getinfo | jq -r '.synced' | grep -q true; do sleep 3; done'

this checks to make sure komodo daemon is synced before starting pool server. On reboot i have problems starting pool server when the node wallet isnt up and synced. this solves that problem.

it does requre "jq" just sudo apt install jq to install it.

Modify the -rpcport=7771 to your rpc komodo port.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.