Source code: Where is address encoding performed?

0

I would like to experiment with having fewer characters (trimming a few characters at the end, and fewer checksum) for an address while still retaining enough for adequate security.

I've looked into base56.h but it doesn't seem to actually check addresses?

apscience

Posted 2013-04-03T07:35:57.340

Reputation: 183

Answers

1

firstbits.com provides a service that links short values to longer addresses, which might be close to what you're looking for.

You could easily shorten addresses by extending the character set that addresses use, but any non-standard way of sharing an address has to be usable by whatever person or software receives it. I'll leave it to someone else to point you to the line of code though.

Highly Irregular

Posted 2013-04-03T07:35:57.340

Reputation: 10 514

At the current moment, note that the firstbits site isn't responding...Highly Irregular 2013-04-03T08:07:11.413