1
Lets assume I create a wallet in Jaxx and Bittrex for ETH token which in turn creates public & private key pair. I am able to transfer coins between different wallets.
How is the address generated by Jaxx recognized by Bittrex wallet ? Is it because the underlying process of (PGP) generation of public key is same ?
How different is this process from PGP ?
Will all the wallets use the same decoding schema for a coin like for example ETH. How would a wallet know. Are there any chances of collision ? – user2526236 – 2017-11-06T13:47:03.127
Presumably yes, they use the same encoding. A wallet would not know whether the same encoding is used; they just assume that it is and decode things as such. If it is not the same encoding, then the decoding will likely fail. – Andrew Chow – 2017-11-06T15:32:55.753