We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
These instructions will get you a copy of the project up and running on your machine.
after make your first node copy the command and run it in a shell.
clone this repo:
git clone https://github.com/stormdotdev/stormnode.git cd stormnode
Install dependencies
npm install
All the configuration of each node is enclosed in a single json file. The file must be in the same path as the stormnode.
download the json configuration file from your node page here and put it in the same folder as stormnode.js
create a stormnode.json file composed like this:
{ "username": "user1", "password": "password1", "nodeId": "user-node1-node1", "allow_remote_update": 1 }
node stormnode -v