peli-pro / shamir_backup_wallet_recovery_for_SLIP39

A Tutorial for a Shamir Wallet Backup Recovery
26 stars 2 forks source link

Not working in Firefox or Chrome #1

Closed aussiehash closed 4 years ago

aussiehash commented 4 years ago

when I load https://iancoleman.io/bip39/ and paste in the developer console : bitcoinjs.bitcoin.HDNode.fromSeedHex("77d6dc4c820ca1c8d402cad5467630f9").toBase58();

I have the error : bitcoinjs is not defined

peli-pro commented 4 years ago

Unfortunately bitcoinjs removed HDNode so this is not working any more. I updated the readme to use the bip32 javascript library directly. This should work.