PyBitmessage-Daemon icon indicating copy to clipboard operation
PyBitmessage-Daemon copied to clipboard

Add support for verifying address

Open afarris opened this issue 11 years ago • 1 comments

This can be done via the "decodeAddress" API call. Status should be "success" if the address is valid, but version and stream number should also be checked. Here are some other values possible for "status": 'checksumfailed', 'invalidcharacters', 'versiontoohigh'

afarris avatar Feb 26 '14 19:02 afarris

I use this in my fork, got rid of eval() and numerous other things. Feel free to check it out at https://github.com/Lvl4Sword/PyBitmessage-CLI

Lvl4Sword avatar Jun 10 '17 04:06 Lvl4Sword