Andrea Lanfranchi

Results 53 comments of Andrea Lanfranchi

@Sean4572435243 I've been able to **partially** reproduce the issue. In particular hitting CTRL+C during snapshot downloads I also get a bunch of errors related to invalid file handles as :...

> @AndreaLanfranchi `"v1-006000-006500-bodies.seg": error closing storage: FlushFileBuffers: The handle is invalid.` - does this file exists? @AskAlexSharov yes it does. Please also note that after CTRL+C erigon does not seem...

This is by design. Due to MDBX memory mapping OS cache will use as much memory as it's available to keep hot data available without frequent IO. This does not...

@mandrigin though i cannot exclude leaks the way mdbx works is exactly that. I have used a 132 GB machine for testing and during initial sync has eaten 99.9 RAM.

If you want we can wait another day and also tx lookup stage will be plugged in

Hi. Trying to answer your questions 1. Not as standalone. We're part of the Erigon family 2. Silkworm is C++ implementation of Erigon design hence most, if not all, documentation...

You can "normal" send you donations to 0x8BFBB529A9E85fDC4b70A4FCdC0D68Bb298B8816 (which is the original Gitcoin grant address - but of course behaves like a normal ETH address). Many thanks in advance first...

@yperbasis please ... a comment on point 2

@yperbasis seems to me the contructor has been messed up somwhere when inserted the pruning functionality cause actually is loaded as prune_from parameter and not as historical block. Constructor is...

Oh ok ... didn't notice the PR had few minutes age. Thank you.