You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIRO and ZEC (and maybe more privacy coins) have added a new address format, which is not supported by mm2. Problem is that eg Binance switched to the new address format, so it is not possible any more to deposit ZEC and FIRO from mm2 to Binance
the error when you try is
so either the bech32 in the name of the variable in ZEC is BS and it's not bech32, or mm2 does not support bech32 for ZEC for some other reasons
so big question is: how can we support this?
i removed all bids for FIRO on my makers till we find a solution... kept it for ZEC for now, since i found some other CEXs that still accept the old address format
The text was updated successfully, but these errors were encountered:
FIRO and ZEC (and maybe more privacy coins) have added a new address format, which is not supported by mm2. Problem is that eg Binance switched to the new address format, so it is not possible any more to deposit ZEC and FIRO from mm2 to Binance
the error when you try is
found this in FIRO wallet code
the new address on Binance is eg
EXXPmtE...
, so that seems to be it82 is the "old" format, as of coins file
"pubtype": 82
same on ZEC, found this in wallet code
and the address on Binance is
tex15s3...
saw that ZEC has
"segwit": true
set in coins file (FIRO does not)but adding
"bech32_hrp": "tex"
does not help, error is thenso either the
bech32
in the name of the variable in ZEC is BS and it's not bech32, or mm2 does not support bech32 for ZEC for some other reasonsso big question is: how can we support this?
i removed all bids for FIRO on my makers till we find a solution... kept it for ZEC for now, since i found some other CEXs that still accept the old address format
The text was updated successfully, but these errors were encountered: