The QR of NEM I currently know well,
- V2, type1: Used when displaying your address (message can not be filled)
- V2, type 2: Used as a bill (remittance amount is a required item)
When depositing on exchanges, the exchange must present the following items at a minimum.
- Remittance destination address
- message
Currently, iPhone Wallet has appeared, and the number of people using it on mobile terminals is also increasing.
I am an Android user, so I will report the result of testing on Android below.
Poloniex provides remittance address and message as simple text QR. It can not be read with NEM’s mobile wallet.
Is there a QR format that can be used at exchanges to avoid this kind of situation?
Currently, with the specification of V2, type1, it can not be used as a format displayed by exchanges.
However, V2, type2 is required to input amount of money later by specifying amount to 0, which is the most likely format.
However, there is a problem, encryption of outgoing messages is enabled by default.
{
"v":2,
"type":2,
"data":{
"addr":"NBZMQO7ZPBYNBDUR7F75MAKA2S3DHDCIFG775N3D",
"name":"Poloniex deposit address",
"msg":"9fb95dd9313bb25f",
"amount":0
}
}
Can V2, type2 be controlled by QR code whether to encrypt / not encrypt?
Perhaps if all exchanges are encrypted, we will not accept deposits, so I think that it will be possible to designate here.