LedgerHQ / ledger-wallet-chrome

Ledger Wallet Chrome application
http://www.ledgerwallet.com/apps/bitcoin
MIT License
161 stars 118 forks source link

FEATURE REQUEST: Multiple Receive Address & Printing #70

Open ChristopherA opened 6 years ago

ChristopherA commented 6 years ago

I'm writing a formal procedure for using the Ledger Wallet for cold storage, that basically has the hardware be in a remote safe for long periods of time. Currently Ledger only generates one receive address address until the Ledger software sees UTXO on it to give the next one. I'd like to see the ability to print a page of valid addresses (and maybe QR codes), so that I can have those locally to use to keep each payment to my cold wallet as a separate UTXO on a separate address.

pollastri-pierre commented 6 years ago

We will offer a way to do this in the new application, right now you can achieve this with this demo of the wallet API https://www.ledgerwallet.com/api/demo.html

Of course this feature will respect the BIP 44 standard (basically you can get 20 unused addresses other the standard is broken)

rahul-kamble commented 6 years ago

I am trying to display address according to the Derivation Path. when I connect my wallet to myEtherWallet its showing bunch of addresses but when I get the address from ledgerHq API I am getting only one address please help me through this.

eth.getAddress("m/44'/60'/0'/0").then((result) => { console.log(result.address) }).catch((err) => { alert(err) })