Fix broken API endpoints to smartbit that shut down in July 2021. The shutdown of smartbit prevented the sweep feature from working on the P2SH segwit page. API has been updated to blockchair.
Multiple changes introducing new features.
Multisig - Offline multisig paper wallet generator, create any m-of-n key combination, legacy P2SH (non-witness currently)
33282b9
Key Tools - Offline key tools. Tools for working with bitcoin keys, convert, mnemonics, make xpubs, decode, etc
14d6161
Minor fix Safari page loads 14d6161#diff-0eb547304658805aad788d320f10bf1f292797b5e6d745a3bf617584da017051
Full Changelog: v0.4.2...v0.5
Very minor changes related to style and adding output of yprvs in the bip39 section.
New minor update, adding functionality -- BIP39 generator
- Generate a BIP39 mnemonic phrases offline, option for 12 or 24 words
- Combines users mouse movement with cryptographically random bytes as the entropy source
- Derivation path set to BIP49 m/49'/0'/0'/0'/0
Several changes.
Update entropy
Add cryptographically strong randomness to key generation as indicated in Issue #13
779ce46
Add patched QR code webcam scanner
updated instascan js to patched version as outlined in Issue #12
e2edefd
Fix Brain Wallet
A commit in February (Update Entropy) broke the brain wallet feature, 779ce46. If by chance you created a brain wallet on the live segwitaddress.org domain server between February 29, 2020 and April 24, 2020, and you did not save your private key, you will be unable to recover your funds. Users who downloaded the site from official Github releases page are not affected as the entropy commit (779ce46) was never officially released. Users who cloned the Master branch between February 29, 2020 and April 24, 2020, and did not save the private key created from a brain wallet will be unable to recover their funds.
Changes in v0.3.4 Minor Release
- Removed unnecessary and un-used pay-to-script functions from the sweep function making the sweep feature easier to read.
- Also removed functions and library that was previously used to scan qr codes with the webcam.
Changes in v0.3.3 Minor Release
- Removed the offline transaction builder form from
/bech32
. - Added ability on bech32 page to sweep a private key and transfer all funds to another address.
Changes in v0.3.2 minor release
- Removed webcam scanner for private keys due to changes in HTML 5 permissions.
- Added bech32 version at
/bech32
using the buidl.js wrapper. Code is easier to read and functions are now easier to follow/customize. - Added ability to create and sign a transaction offline with a single input and max of two outputs which can later be broadcast to a node or push service.
Changes in v0.3.1 minor release
- Added ability to create bech32 key pairs (console only
bech32()
, no sweeping support) - Prevent details section from accepting uncompressed private keys #7
Changes in version v0.3
- Added support for testnet addresses and sweeping. Testnet mode can be activated using a
GET
parameter oftestnet
equalstrue
.
Changes from minor releases
- Removed the vanity address generator. It was too slow for practical usage.
- Added brain wallet
- Included details tab that will take a WIF private key and convert it into a P2SH-P2WPKH segwit address along with the public key and redeemscript.