aurarad / Auroracoin

Current Auroracoin source tree
MIT License
37 stars 30 forks source link

Using auroracoin-qt windows, request payment Bech32 #34

Closed SkateFish closed 3 years ago

SkateFish commented 4 years ago

Requesting Bech32 address gives a Digibyte Bech32 address and URI.

BioMike commented 4 years ago

Bech32 addresses aren't supported at the moment. Support is in the new/upcoming wallet code, but should not be accessible. What are you doing to get this? Any suggestions on transforming it into an Auroracoin-specific Bech32 address/URI?

SkateFish commented 4 years ago

Dont have any suggestions yet regarding AUR bech32... but i found this on the Win64 QT Wallet interface, request payment.

BioMike commented 4 years ago

Thank you for spotting this: commit 7f6fd71 resolves this issue for now and commit b969cf7 removes the Digibyte HRP part of the Bech32 address and replaces it for an Auroracoin version.

BioMike commented 3 years ago

AUR bech32 addresses have been masked in the new release. Will be fully implemented in a future release. Closing