You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn’t find the answer myself. I just need my own node enpoint parity_tracecallmany for evading Tornado Cash rpc censorship so I would like to reduce database size for the consensus layer since I just need the execution layer.
I also failed to find how to run lighthouse as a light client.
The text was updated successfully, but these errors were encountered:
I just need my own node enpoint parity_tracecallmany for evading Tornado Cash rpc censorship so I would like to reduce database size for the consensus layer since I just need the execution layer.
A consensus node with state history is not required for an archival execution node. Lighthouse will store all historic blocks even when running in "pruned" mode, which is all that's required to fetch execution node history.
I also failed to find how to run lighthouse as a light client.
We don't have a light client.
I'll leave this issue open for someone to update the docs
"Archive" mode, where all blocks and all historic states are available. Depending on how you set the --slots-per-restore-point flag, this will use anywhere from 50GB-3TB more disk space. More info here: https://lighthouse-book.sigmaprime.io/advanced_database.html.
I couldn’t find the answer myself. I just need my own node enpoint
parity_tracecallmany
for evading Tornado Cash rpc censorship so I would like to reduce database size for the consensus layer since I just need the execution layer.I also failed to find how to run lighthouse as a light client.
The text was updated successfully, but these errors were encountered: