OutCast3k / coinbin

Javascript Bitcoin Wallet. Supports Multisig, Stealth, HD, SegWit, Bech32, Time Locked Addresses, RBF and more!
https://coinb.in/
MIT License
909 stars 624 forks source link

bip44 key derivation path & unspent value check for each address in given indices #52

Open GlassGhost opened 8 years ago

GlassGhost commented 8 years ago

bip44 key derivation path like
m/44'/0'/0'/0/1337
as seen at https://bitcore.io/playground/#/hdkeys

and unspent value checking for each address in given indices.

OutCast3k commented 8 years ago

This would be nice and something id like to see added too. I'll get around to it soon, unless someone else fancies giving it a shot.

GlassGhost commented 8 years ago

I may or may not make an attempt at this my self, however I am working on manuscript of an introductory lecture on the complete working of the btc protocol at https://viruliant.github.io/BTC-101/