Question polygon

Hi there !

I want to get paid on polygon. is this correct ?

docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967/tcp
-p 28967:28967/udp
-p 192.168.177.200:14002:14002
-e WALLET=“0x01063f*8882446D6*************"
-e wallet-features=“polygon”
-e EMAIL="
@.com"
-e ADDRESS="
:28967”
-e STORAGE=“2TB”
–user $(id -u):$(id -g)
–mount type=bind,source=“/mnt/5TBintern-1/ident”,destination=/app/identity

Please note that polygon payouts will not be supported much longer, see November 10, 2022, Ethereum Layer 1, zkSync, and Polygon payouts for the month of October are now complete

Hmm so what must i do ? :upside_down_face

You can still opt in to polygon for now, but also set a secondary fallback option such as zksync, otherwise, when polygon is no longer available, payouts would default back to regular Layer 1 payouts.

Correct syntax example for zksync opt-in using docker run command is shown here. If you want to specify multiple options just separate the zksync and polygon by a comma. Also please be sure to use straight and not curly quotes everywhere for your docker run command. options

1 Like