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

request: check/restore/repair outputs from specific block number or timestamp #241

Closed
aleqx opened this issue Oct 15, 2019 · 5 comments
Closed

Comments

@aleqx
Copy link

aleqx commented Oct 15, 2019

The chain has grown and doing a wallet check now takes a little while (depends on the CPU as well). Would it be possible to add an option to check a wallet starting from a specific block number (as well as a timestamp, or relative time like 10d for 10 days)? I admit I haven't yet read the tech details of Grin to know if this is possible in Grin as it is in Bitcoin or other protocols.

@aleqx aleqx changed the title request: please allow checking from specific block number or timestamp request: check/restore/repair outputs from specific block number or timestamp Oct 15, 2019
@hashmap
Copy link
Contributor

hashmap commented Oct 16, 2019

Grin wallet doesn’t download all blocks, simply speaking it checks all unspent coins (utxo).

@aleqx
Copy link
Author

aleqx commented Oct 16, 2019

I know it doesn't, but it starts checking from the first block all the time. I was asking about an option to start from a more recent block (like you can do in Monero for example)

@yeastplume yeastplume added this to the 3.0.0 milestone Oct 17, 2019
@yeastplume
Copy link
Member

Agreed, we're intending to rework how the wallet updates itself for 3.0.0, so this should be included

@lehnberg
Copy link
Collaborator

lehnberg commented Oct 30, 2019

This issue will be resolved as part of #244, which is targeted for v3.0.0

@lehnberg lehnberg removed this from the 3.0.0 milestone Oct 30, 2019
@yeastplume
Copy link
Member

This is implemented in v3.0.0, see the description of start_block_height for grin-wallet scan in #262

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

4 participants