Skip to content

How to add a new node

Logical volume

Ensure there is a logical volume available to mount to the new node. Follow the storj-node-001, storj-node-002 naming convention for creating logical volumes.
Volume groups can be called storj-volume since there is no relation between the separated logical volumes.

Setup structure

On the host server copy a previous directory following the /storj/node001/ structure.

sudo cp -r node001 node002

Remove identity directory from previous node and create a new one.

cd node002
sudo rm -r identity
mkdir identity

Create a new identity

Create a new identity using the identity guide
How to create a new identity

Edit docker-compose values

Add new configuration block to nginx.conf

Configure router | port forwarding

Edit miningcompany.nl DNS

Run Storj docker setup command

Start the node