Bitcoin
Sample Bitcoin Address
- P2PKH which begin with the number 1, eg: 1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2.
- P2SH type starting with the number 3, eg: 3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy.
- Bech32 type starting with bc1, eg: bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq.
NOTE: Refer Bitcoin address
You can generate QR Code at https://www.the-qrcode-generator.com/
Select Free Text
and append bitcoin:
to the address, e.g. bitcoin:3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy
.
Ethereum
Ethereum addresses are composed of the prefix "0x", a common identifier for hexadecimal, concatenated with the rightmost 20 bytes of the Keccak-256 hash (big endian) of the ECDSA public key. In hexadecimal, 2 digits represents a byte, meaning addresses contain 40 hexadecimal digits. An example of an Ethereum address is 0xb794F5eA0ba39494cE839613fffBA74279579268.
NOTE: Refer Ethereum Address
Append ethereum:
to the address, e.g. ethereum:0xb794F5eA0ba39494cE839613fffBA74279579268
.