Thomas Jay Rush

Results 283 comments of Thomas Jay Rush

Try the same thing with `$cachePath/traces`, `$cachePath/recons`, `$cachePath/blocks`, and `$cachePath/abis` as well. (One at a time, in that order). I'm trying to see if there's a corrupted file in your...

Quick question -- this is on mainnet. Yes? Also, can you report the results of `chifra status --terse` (remove anything you don't want to share).

Have you update Erigon lately? > Entirely new setup; fresh server, fresh ubuntu, set up Erigon, set up Trueblocks. I don't get it. > > ``` > chifra list 0xd2894d1b968ee7e69fa30b8ce49e90f2d35eabf4...

Redirect stderr to /dev/null: ``` chifra export 2>/dev/null | cut -f1,2 ``` You have a huge machine, it's not a memory problem. I am seeing a weird message when I...

@dszlachta Can you spend a little bit of time looking at this: https://stackoverflow.com/questions/21124327/how-to-read-a-text-file-line-by-line-in-go-when-some-lines-are-long-enough-to-ca. I think this may be a problem for us but only for the above block (and probably...

> If you need more examples, happy to provide them. > > `chifra transactions 14513755.140` > > ``` > 14514494.150 > 14513787.259 > 14549339.102 > ... > ``` What output...

> chifra list 0xd2894d1b968ee7e69fa30b8ce49e90f2d35eabf4 | wc Hi. Thanks so much for all the work you did on this issue. I want to say that this issue should be fixed now....

One other note: `blockScrape` is the only process that ever writes to the index databases (chunks and blooms), so it need not protect itself from overwriting some other process that...

Yes. That would save it locally for future use, but at some point it would be cool if those new signatures could be shared with the community at large in...

Please answer my queries above before I can merge this.