sumcoinlabs / sumcoin-nodes-map

Express App - Sumcoin Node Map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Sumcoin nodes map

Visualizes Sumcoin nodes, mobile wallets and other user opt in data on the map.

Tested on Ubuntu 20 Requires Node v14 or higher

What you need

Sumcoind

You need a running sumcoind on the same system you want to run sumcoin-nodes-map on Port 3332

Open http://your-website.com. (default port is 80)

It's caching Sumcoin Node IP's every 24 hrs into .cache folder.

Clone the node map repo and navigate into it:

git clone https://github.com/sumcoinlabs/sumcoin-nodes-map.git
cd sumcoin-nodes-map

Get Node

npm i

To test run - (still in your sumcoin-nodes-map dir_

node app.js

Run using forever

forever start app.js

You should now have a working map that shows other nodes talking to yours. Expand options in your sumcoin.conf file

Map

Thanks

SumcoinLabs

About

Express App - Sumcoin Node Map


Languages

Language:EJS 83.4%Language:JavaScript 16.6%