--operator.wallet-features:: command not found

Hi once again, I got it all waorking apart from the zksync payouts.

Heres the docker run.

docker run -d --restart unless-stopped --stop-timeout 300 \
    -p 28967:28967/tcp \
    -p 28967:28967/udp \
    -p 14002:14002 \
    -e WALLET="0x5E4Dwalletbro" \
    -e EMAIL="myemail@hotmail.co.uk" \
    -e ADDRESS="my_external_ip:28967" \
    -e STORAGE="2400GB" \
    --user $(id -u):$(id -g) \
    --mount type=bind,source="/root/.local/share/storj/identity/storagenode",destination=/app/identity \
    --mount type=bind,source="/mnt/storj",destination=/app/config \
    --name storagenode storjlabs/storagenode:latest
    --operator.wallet-features=zksync

when I ran it it came up with –operator.wallet-features=zksync: command not found

it works but not with the wallet feature

Aren’t you missing \ after storjlabs/storagenode:latest so the line break doesn’t start a new command?

thank you, been banging my head on the wall not seeing whats in front of me…

good catch… :stuck_out_tongue:

2 Likes