Skip to content

CRYPTOFOUNDARY/monero-ping

Repository files navigation

Monero Ping v0.0.1ᴬᴸᴾᴴᴬ

Description

Service to locate Monero or any fork peers and visualize on Leaflet Map.

Monero Ping

Deploy

You will need free API_KEY from IP Stack. Also you will need public node for your coin. Open file worker.py and edit CONFIG_VARS at top.

Start new tmux session (advanced level users may use any flavor terminal multiplexer):

$ tmux new

Install public bower dependencies:

$ npm install bower -g # to install bower
$ bower install

Activate virtual environment to keep system wide Python clean

$ python -m venv venv
$ . venv/bin/activate

Install dependencies

$ (venv) pip install -r requirements.txt

Run worker to check network periodically

$ (venv) python worker.py

Press Ctrl+B Ctrl+C to create new tmux window and run web application server to handle requests:

$ . venv/bin/activate
$ (venv) python main.py
Invest into $XSF to support further Project development:

STEX XSF/BTC

Maple XSF/BTC

Copyright

@CRYPTOFOUNDARY