You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
10000
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
remove unused
removed code that was previously used to scan qr codes with the webcam. Also removed unneeded residual pay to script features that were never implemented. Sweep feature now easier to read.
Don't generate addresses for uncompressed pks (#7)
Right now when showing the details of a WIF private key, if you were to paste a uncompressed WIF (without a extra 0x01 at the end of the private key) it would generate a Segwit address using the uncompressed public key, and if you sent money to that address it would not be possible to spend the outputs anymore.