ChickenTicket icon indicating copy to clipboard operation
ChickenTicket copied to clipboard

Add magic byte when encoding address for checksum

Open Aareon opened this issue 6 years ago • 3 comments

Doing this will allow this particular implementation to remain unique in the future if other coins are forked from this.

Aareon avatar Apr 27 '18 17:04 Aareon

Work to be done in address.py

Aareon avatar Apr 23 '22 14:04 Aareon

A method for validation would take the first x characters of the address minus the prefix and encode it to verify both checksums are identical. This is the full extent of address validation that can be done without a public key.

Aareon avatar Apr 26 '22 22:04 Aareon

When a transaction is validated, the public key is converted into an address and compared to the Input(s) address

Aareon avatar May 04 '22 04:05 Aareon