trezor / trezor-crypto

:lock: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-firmware
MIT License
501 stars 201 forks source link

bip39bruteforce example addresses are recognized as invalid #200

Closed leto closed 5 years ago

leto commented 5 years ago

I tried to use the example addresses which are listed in the source code of bip39bruteforce, but they are "invalid":

$ ./bip39bruteforce 1JAd7XCBzGudGpJQSDSfpmJhiygtLQWaGL
"1JAd7XCBzGudGpJQSDSfpmJhiygtLQWaGL" is not a valid address
$ ./bip39bruteforce 1N3uJ5AU3FTYQ1ZQgTMtYmgSvMBmQiGVBS
"1N3uJ5AU3FTYQ1ZQgTMtYmgSvMBmQiGVBS" is not a valid address

on macOS 10.13.4 compiled with Apple LLVM version 9.1.0 (clang-902.0.39.1)

prusnak commented 5 years ago

Fixed in 8434b2468cef18f582ee6470d22e16f018f1b72a

Thanks!