Seeing customer deleting data over a day and still not stop

No and unlikely will be, it’s constantly changes, we cannot keep it updated so it will be always outdated.
But you may run this command to get all parameters and their defaults:

docker

docker exec -it storagenode ./storagenode setup --help

Please note, in the docker setup you will pass most of needed parameters directly in your docker run command, not in the config.yaml file, because command line arguments have a precedence above parameters in the config.yaml file.

PowerShell and Windows GUI:

& "$env:ProgramFiles\Storj\Storage Node\storagenode.exe" setup --help

You may also take a look on (but it’s likely outdated already):

1 Like