Node Payout History For June?

Guys it’s 11th of July and payout history for June still not available?

it because payout has not been completed yet. ZKsysk users for some reason not got any payment yet.

1 Like

Really? I got payment from 4th I think, no zksync.

Yea I was about to ask about this, I use ZKsync and no payout and really no one talking about it and I just figured I missed something.

Storj pays in first 2 weeks of month so there is only some days left. no wories yet.

1 Like

Yea I am not worried really, just oddly this time I paid attention and just thought it was a bit longer then normal.

Same here no payment. zksync

@Vadim is correct, the history would update when the payout would be finished for everyone. The satellites should send a payout receipts, the dashboard should show it after roughly 12h, or you may try to restart it to force the update.

And payout is completed:

So is this telling me that I have just had the wallet features set to zksync only for years now I need to changed that to -era or should have already changed that before now, or just it is just going to use -era going forward reguardless or if I dont have it specified at all just uses L1.

Maybe that is not as confusing to ask as it now seems I made it.

Thanks

You will only receive payouts on zksync Era if you have specified it as your preferred payment method, in all other cases payout will be on L1 from now on, unless there is a new announcement to the contrary

1 Like

OK thanks, I suppose if I read this right and stay with the zkSync-era there is a 3% bonus, I guess I need to read up on this, I have always thought most of this was magic L2 and L1 stuff. I guess what I just noticed is the main issue, I normally only transfer these coins out of L2 once a year but now I see I can’t due to the fee , do I need to just send a different coin into the L2 to use as a fee?

Thanks again

For the zkSync Lite likely yes, since STORJ token cannot be used to pay fees at the moment.
You may check with the script. To activate:

curl -X POST -H 'Content-type: application/json'   -d '{
     "jsonrpc":"2.0",
     "id":1, "method": "get_tx_fee",
     "params": [{"ChangePubKey": "ECDSA"}, "0x80a52B7F26426d2b16578FC5f376c349F54772A7", "STORJ"]
     }'   https://api.zksync.io/jsrpc | jq

To withdraw:

curl -X POST -H 'Content-type: application/json'   -d '{
     "jsonrpc":"2.0",
     "id":1, "method": "get_tx_fee",
     "params": ["Withdraw", "0x80a52B7F26426d2b16578FC5f376c349F54772A7", "STORJ"]
     }'   https://api.zksync.io/jsrpc | jq

Replace the STORJ token with the another one supported token: Explore zkSync Lite L2 Blockchain | zkSync Lite Block Explorer and the address 0x80a52B7F26426d2b16578FC5f376c349F54772A7 to the destination address which you want to use.