Skip to content

Commit cb2af5a

Browse files
committed
Storj: enable zkSync Era payouts, fix wallet description
zkSync Era lowers minimum payout from ~$50 (L1 gas) to ~$1. Added --operator.wallet-features=zksync-era to command. Wallet must be self-custodial (not exchange address).
1 parent 6829d39 commit cb2af5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/storage/storj.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docker:
2323
label: "Wallet address"
2424
required: true
2525
secret: false
26-
description: "ERC-20 wallet address for STORJ token payouts (e.g. 0x1234...abcd). Reuse any Ethereum wallet you already have"
26+
description: "ERC-20 wallet address for STORJ token payouts (e.g. 0x1234...abcd). Must be self-custodial (MetaMask, Ledger, etc.) -- never use an exchange address"
2727
- key: EMAIL
2828
label: "Email"
2929
required: true
@@ -54,7 +54,7 @@ docker:
5454
volumes:
5555
- "${IDENTITY_DIR}:/app/identity"
5656
- "${STORAGE_DIR}:/app/config"
57-
command: ""
57+
command: "--operator.wallet-features=zksync-era"
5858
network_mode: ""
5959
notes: >
6060
No signup or auth token required (permissionless since mid-2025).

0 commit comments

Comments
 (0)