for shits n giggles i made an address for each base 58 version so i could put it into pools for payouts without needing a wallet yet.
Clever idea.
That makes a lot of sense to me.
This is good, if the coin use sha256 hash for address checksum. If the coin use the own hash algo for that, i cannot generate address nether with vanitygen nor with "universal" paperwallet.
Just if the coin owner implemented the algo for own paperwallet, than that sould work.
Good to know.
That's actually exactly why I asked. I had a feeling ...
Thx for the explanation.
So if I put your ideas together ...
... and then imagine that this ("own hash algo") is the case for a new coin,
and we choose one of jasemoney's 58 addresses, and thus - the magic first letter would still be correct, so a sending wallet would accept that address to be valid ...
BUT: Wouldn't you then send to an address for which you have no private key?
Grrreat! Thanks a lot. Cool. So it does exist. Nice job!
But lots of coins are not in there. E.g. no DRK. For the reasons you, elbandi, have given, I guess?
most coins easily in their source under base58.h around line 270-ish
So a truely universal ... hmmm ... mbranewalletgenerator would then have to collect those code pieces from the original sources, for such coins?