Getting Started
These instructions will get you a copy of the project up and running on your machine.
Prerequisites
-
Storm.dev account - You must have an account on storm.dev to access our network.
- Register here to join our community
-
git - For clone this repo and for future updates
- install git Getting-Started-Installing-Git
-
NodeJs & npm
- Download installation package from here https://nodejs.org/
- OR via your OS package manager package manager commands
Setup & configuration (quick way)
after make your first node copy the command and run it in a shell.

Setup
clone this repo:
git clone https://github.com/stormdotdev/stormnode.git
cd stormnode
Install dependencies
npm install
Configuration
All the configuration of each node is enclosed in a single json file. The file must be in the same path as the stormnode.
simple method
download the json configuration file from your node page here and put it in the same folder as stormnode.js
alternative
create a stormnode.json file composed like this:
{
"username": "user1",
"password": "password1",
"nodeId": "user-node1-node1",
"allow_remote_update": 1
}Run
node stormnode -v