Replies: 1 comment 1 reply
-
|
Wow, this is indeed even smaller then 16 words digits, need to check the output of the compact seed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe you are aware already, but maybe not: If a text uses only uppercase letters plus digits, QR codes come out especially small. I tried to come up with the smallest possible QR code for XmrSigner for a wallet. This is my candidate: Take the spend secret key, code it in Base32, and use a QR code generator that is clever enough to recognize it's only uppercase letters and digits. Here is a sample:
Beta Was this translation helpful? Give feedback.
All reactions