How do I convert pooltool addresses to bech32?
You can add e1
to the front of the address and then using the bech32 command to convert them.
For example:
Address on pooltool.io shows owner as: a2b2bba2c50e6d52e9cefe863ba1a4bb3afeec5fa592c3d2932d1fdc
$ bech32 stake <<< e1a2b2bba2c50e6d52e9cefe863ba1a4bb3afeec5fa592c3d2932d1fdc
stake1ux3t9wazc58x65hfemlgvwap5jan4lhvt7je9s7jjvk3lhqv7vagp
Bech32 command can be built with stack and is available on github: https://github.com/input-output-hk/bech32
*Answer to this question found and by Andrew Westberg on JorManager Users telegram channel
No Comments