wow so many angry people…
are there a guide too zksync ?
I have try go too https://wallet.zksync.io/ and add my metamask but the Wallet address I get are the same as my metamask guess that not the run I need ?
1 Like
The address on zkSync (L2) will be the same as on mainnet Ethereum (L1), just different network (Layer 2).
If you have tokens on L2 address, you can withdraw them to any L1, if you have private keys or phrase in case of Metamask.
Run storj in docker on my unraid servers the wallet adresse are the same you say . If I remember right I should edit a thing in a file too set storj too use zkSync ? Or do I remember wrong?
You can do it in two ways:
- either in
config.yaml
: Configuring zkSync Payments - Node Operator - or adding an option
--operator.wallet-features="zksync"
after the docker image name in thedocker run
command:
docker run ... storjlabs/storagenode:latest --operator.wallet-features="zksync"
3 Likes
Thx for the help work now
2 Likes
Adding a note for anyone who stumbles upon this in the future. On Unraid I am using the storagenode-v3 docker container and under the “advanced view” of editing the docker container I put --operator.wallet-features="zksync"
into the “post arguments” field.
1 Like