Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

FEATURE REQUEST: Multiple Receive Address & Printing #70

Open
ChristopherA opened this issue Nov 30, 2017 · 2 comments
Open

FEATURE REQUEST: Multiple Receive Address & Printing #70

ChristopherA opened this issue Nov 30, 2017 · 2 comments

Comments

@ChristopherA
Copy link

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
Copy link
Member

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
Copy link

rahul-kamble commented Apr 18, 2018

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) })

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants