5
2
Base58 is very useful whenever data needs to be written down, but I've never seen it mentioned in any context other than Bitcoin.
Was it invented by Satoshi specifically for use in Bitcoin?
5
2
Base58 is very useful whenever data needs to be written down, but I've never seen it mentioned in any context other than Bitcoin.
Was it invented by Satoshi specifically for use in Bitcoin?
3
I believe flickr uses a base 58 scheme for encoding picture IDs in URLs, though Bitcoin's Base58 isn't compatible with flickr's.
Do you have a reference? Perhaps an idea when they started doing this? – Meni Rosenfeld – 2013-10-27T22:18:10.197
Also, is it more likely that Satoshi was inspired by flickr, or that they developed it independently? – Meni Rosenfeld – 2013-10-27T22:53:57.657
1My guess is inspired by, but no evidence to back that up (except that the dictionary is the same, just in a different order). – Pieter Wuille – 2013-10-27T23:36:24.220
1
Of course, various versions of base 64 have been in use for a long time.
– Nate Eldredge – 2013-10-27T23:51:42.820