EPF4: UPDATE 5
After playing with geth for the past few weeks, lodestar has been a curveball in terms of the way its implemented
First, lodestar is built binarily so the initial issues i had with running geth wherever in the terminal came up again
In Lodestar's case, old tricks don't seem to work. I cant really solve it (yet?) because its built binarily, with all the files in place in its own directory. It's really quite different from geth, reth or any other clients i have installed on my local machine, which has everything abstracted into one executable file.
I finally figured out how to make it work, thanks to Hol's prior experimentation here. Also later found a bounty of resources about Lodestar on HackMD, i will be linking some in the links subsection below.
Ultimately i decided to return to my initial strategy of reviewing Lodestar codebase. Thus the following are links am currently studying, it will also form the basis of my next update(s), once i have a deeper understanding of what they do and how they will assist me in an automatic reset implementation.
Oh sh! i didn't mention my project proposal which is antecedent to these and future updates!
Read it
here.Image Not Showing Possible ReasonsLearn More →
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
I proposed an automatic reset implementation of Ephemery across clients. I will be starting with Lodestar, then progress from there.