Giter Club home page Giter Club logo

nodemon's Introduction

This is currently not working v1.3. It will take me some time to update it.

Nodemon

Monitors a Spacemesh Node

Install Instructions (Windows)

Watch on YouTube

Or Read on Substack: https://open.substack.com/pub/hakedev/p/nodemon-windows-installation?r=2t6qg6&utm_campaign=post&utm_medium=web

Install Instructions (Ubuntu)

git clone https://github.com/hakehardware/nodemon.git
cd nodemon

Create & Activate Virtual Environment

Make sure you have python-venv installed

python3 -m venv .venv
source .venv/bin/activate

Install Dependencies

pip install -r requirements.txt

Create Config

cp example.config.json config.json

Update the Config

For every node that you have, add a new entry. The name can be whatever you want. Public should be the IP and port for the public endpoints for grpc. Private should be the IP and port for the private endpoints for grpc.

You also need to update the config with a path to your state file. This should be a local path.

Run Nodemon

python3 app.py

Update to Latest

If you want to update to the latest version, you can do so with git

git pull

Then make sure to install the latest requirements with

pip install -r requirements.txt

nodemon's People

Contributors

alexhake avatar hakehardware avatar menzels avatar

Stargazers

 avatar Ben avatar  avatar  avatar quochoandkh avatar  avatar sodinokibi avatar  avatar  avatar JJ avatar

Watchers

David Stephens avatar  avatar

Forkers

menzels

nodemon's Issues

Not working anymore

New blockchain compression seems to have broken this tool. Will there be any update to mitigate the changes to the blockchain?

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.