I switched to zkSync, I will be paid in next period or inmediatly?

Hello storjers

I recently has been reading about the zkSync, rollups and this king of things. There are a little black shadows in my knowlage, because all is new, but seems and interesting architecture.

In december I received my first amount, but since that date, I didn’t received any other payment beceuse the gas issue.

My question is: I need to wait to next payment period or I can receive my delayed payment at once before next month? How it works?

Thank you

Hello @fractal,
Welcome to the forum!

If you opted-in for zkSync now, then you will receive all outstanding payouts in the next payout period, i.e. April.

I can send you testSTORJ on Rinkeby (Ethereum test network) and you can make yourself familiar with a technology. You need to switch your wallet to Rinkeby network and connect it to zkWallet — the access to L2 zkSync features on mainnet. | Rinkeby to see and withdrawal testSTORJ tokens.
When you feel comfortable with it, you can switch the wallet back to the mainnet and connect to https://wallet.zksync.io/ after middle of April (we sends payout in the first two weeks of the next month for a previous).
If you want to test - please, give me your wallet address.

2 Likes

hi. I would also like to test the network before switching to zkSync. Can you send me a test token ?
Thanks

0xA6BC0bA71b17CF6f8074087645Ecbd59738441ea

Hello, send me test token too… please…

0x8f3d65a04254F49169bA1007dc511863f78f2170

Hello @Luis,
Welcome to the forum!

https://rinkeby.zkscan.io/explorer/transactions/sync-tx:1aadb2dda9958a026dff8b571bb8a28af0dd17f2bbe464bc4d2c4d9cefcbfc7a

Hello @HackerZ,
Welcome to the forum!

https://rinkeby.zkscan.io/explorer/transactions/sync-tx:94270d3e575f9ba553cfa93ac0e6bbf50113f17342d2030a0d31b5d98dac6ceb

1 Like

Thanks
I received and withdraw 5 storj.
It is not complicated.
I’ll prepare my nodes for zkSync.

1 Like

Maybe i’m also can test?
My address 0x95a7855dF34c17901767A60eCD0200cF3a8a3f20

https://rinkeby.zkscan.io/explorer/transactions/sync-tx:c99fb2ab5e7d084d05f93ab828bf21a8fc000d704f5f9818fc606cb25e30b602

@Alexey thanks…
I tried L2> L1 transaction. Tokens had to fall into my Rinkeby Test Network wallet? … Transaction data status Complete, but metamask wallet balance 0 so far.
zkSync Rinkeby Explorer — trustless scalable payments (zkscan.io)

Look at here:
Test Storj-Token is different on rinkeby

1 Like

Thank you @Alexey for the welcome. Doubts are solved. I will wait to payment.

1 Like

I use docker like this:
docker run -d
–restart=unless-stopped
–stop-timeout 300
-e WALLET=“0xB40c19dB1a0deE986c906cD0E376b2Be8aD3DE97”
-e WALLET_FEATURES=“zksync”

but it does’t work.

Maybe i’m also can test?
My address 0xB40c19dB1a0deE986c906cD0E376b2Be8aD3DE97

Welcome to the forum @carsonlaw !

There is no = sign

docker run -d --restart unless-stopped --stop-timeout 300 \
    -p 28967:28967/tcp \
    -p 28967:28967/udp \
    -p 127.0.0.1:14002:14002 \
    -e WALLET="0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" \
    -e EMAIL="user@example.com" \
    -e ADDRESS="domain.ddns.net:28967" \
    -e STORAGE="2TB" \
    --mount type=bind,source="<identity-dir>",destination=/app/identity \
    --mount type=bind,source="<storage-dir>",destination=/app/config \
    --name storagenode storjlabs/storagenode:latest

To configure Zksync

Please read it if you still get stuck do reply back to this thread.

2 Likes

my node is running well,
I mean the config of zksync
-e WALLET_FEATURES=“zksync”
but i didn’t get payed

There is no such option:

You must add it to the config file, as described in the manual.
If you want to specify it in the command line any cost, then you need to do it like this: