don't index the whole chain #319
-
I first indexed using From what I understand, visor will first fill up all the chain data (from genesis), and after that, fill up the miner tables. Is that correct? Is it possible to index only a certain timespan (eg: last/first 5000 epochs), and fill all the tables (like miner info) for that much chain data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, We recently add a new command called "walk" which should work better for you. You can run it like this to index miner states:
You can include multiple tasks by comma separating them. The full list is here https://github.com/filecoin-project/sentinel-visor/blob/master/chain/indexer.go#L23 |
Beta Was this translation helpful? Give feedback.
Hi, We recently add a new command called "walk" which should work better for you.
You can run it like this to index miner states:
You can include multiple tasks by comma separating them. The full list is here https://github.com/filecoin-project/sentinel-visor/blob/master/chain/indexer.go#L23