website logo
Create accountLogin
Home
DCS
Node
Resources
Help center
Navigate through spaces
⌘K
Storj Node Operator
Get Started
Quickstart Node Setup
Step 1. Understand Prerequisites
Step 2. Get an Authorization Token
Step 3. Setup Port Forwarding
Step 4. Configure QUIC
Step 5. Create an Identity
Step 6. Install Node Software
Guides
Concepts
Payout
FAQs
Moved Pages
Docs powered by archbee 

How do I change values like wallet address or storage capacity?

2min

1. Stop and remove the running Storage Node Docker container (CLI) or stop the service (GUI Windows):

CLI Install
GUI Windows Install



Terminal
|
docker stop -t 300 storagenode
docker rm storagenode




PowerShell
|
Stop-Service storagenode



Or click the “Stop” button in the Windows Services applet on “Storj V3 Storage Node” service

2. Run your Storage Node again after editing needed parameters:

CLI Install
GUI Windows Install

Parameters are described in Concepts section. If you need to specify some parameters like a wallet options (i.e. ZkSync Payments) in the config.yaml, you canWhere can I find the config.yaml?.



How to run your Storage Node with modified parameters from the CLI: Storage Node



Open the config file "%ProgramFiles%\Storj\Storage Node\config.yaml" with a text editor (we recommend to use Notepad++, as the regular Notepad will not work) and modify needed parameters. Save the configuration file and restart the Storj V3 Storage Node service.

Or in the elevated PowerShell:

PowerShell
|
Restart-Service storagenode




Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
How do I setup static mount via /etc/fstab for Linux?
NEXT
How does held back amount work?
Docs powered by archbee