Josh Stein
Josh Stein
gm @0xbok this is pseudo code for demonstration! did you run this directly from docs?
reported by a few others, it seems the example needs updating with import of celestia-app/app
this has been resolved since this was opened https://github.com/celestiaorg/docs/commit/26e744f777aa4e2899d7e284bc5a06ef38603276
awesome, makes sense!
steps from @Bidon15: 1. curl the rpc endpoint for the latest block -1 2. take the hash 3. init the light node with pre-defined config.toml 4. experience immediate success
1. Get trusted height & hash [on Celenium](https://celenium.io/) 1. Set the trusted height & hash 1. Open your config.toml: ```bash code ~/.celestia-light/config.toml ``` 1. Set `DASer.SampleFrom` to the trusted height....
draft info portion for the documentation of this feature: syncing to a trusted hash means that you will not sample the entire chain. this adds a trust assumption that you...
note: if you're using all of these light nodes for similar things like tracking the same rollup, I'd recommend using the same hash/height for them all. you can also skip...
I think that the above suggestion may not be ideal for fresh nodes: 1. Get trusted height & hash 1. Initialize the node store 1. `celestia light init` 1. Set...
Link to cosmos docs where necessary: https://docs.cosmos.network/main/user/run-node/run-production