Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address use #57

Closed
jcvernaleo opened this issue Dec 9, 2016 · 2 comments
Closed

Address use #57

jcvernaleo opened this issue Dec 9, 2016 · 2 comments
Milestone

Comments

@jcvernaleo
Copy link
Member

Currently, on startup decrediton gets a new address from the wallet. That way when you go to the recieve page it already has an address ready. That's nice, but if you do not go to the recieve page the next time you start up it will get an new address to have ready. We can go through a lot of addresses this way.

Probably it should either not ask for an address until it needs it (as in you load the wallet page) or internally keep track of the last used address.

@jrick
Copy link
Member

jrick commented Dec 9, 2016

Deriving addresses should be very quick already, I don't think you need to optimize this by pregenerating any.

@jcvernaleo jcvernaleo added this to the future milestone Dec 13, 2016
@alexlyp
Copy link
Member

alexlyp commented May 9, 2017

I think with jrick's updated address management (20 lookahead this is no longer an issue)

@alexlyp alexlyp closed this as completed May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants