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

lazy fetching of the monero blockchain #9399

Open
milahu opened this issue Jul 15, 2024 · 2 comments
Open

lazy fetching of the monero blockchain #9399

milahu opened this issue Jul 15, 2024 · 2 comments

Comments

@milahu
Copy link

milahu commented Jul 15, 2024

i assume that 90% of the blockchain are never used
because most transactions i see (event horizon) are only some weeks old
so the full monero blockchain of currently 90GB is mostly a waste of disk space

why no lazy fetching?
let me use a "shallow clone" of the blockchain
and only when a transaction requires deeper access to the blockchain
then fetch to the required depth
and maybe later delete the deep end of the chain to free disk space

@selsta
Copy link
Collaborator

selsta commented Jul 16, 2024

I don't think this has a realistic chance of being implemented. It would require a lot of work regarding how this could be implemented in a secure way, and it would also increase load on the network. If someone does not have enough storage for a pruned blockchain it's best that they use a remote node.

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

No branches or pull requests

4 participants
@selsta @milahu @0xFFFC0000 and others