Has any encountered a non-standard way to represent bitcoin addresses?
Like a non-technical way to represent the actual data in a bitcoin address. Seed phrases are good jumping off point of what I'm looking for: where 12 common words can replace the underlying byte data for a private key. Baiscally I'm looking for encoding schemes that don't look intimidating to non-technical folks.
(I'm not looking for DNS system where some registry maps usernames to stored addresses, e.g.
@bounty_hunter -> bc1qcq...uhhv, @xyz -> bc1abc...lmno
And not looking for a qr code or something.)Update: Also interested in ways to represent pubkeys on Nostr