sigp / lighthouse

Ethereum consensus client in Rust
https://lighthouse.sigmaprime.io/
Apache License 2.0
2.95k stars 757 forks source link

Process level cli options for remote signing #4548

Open ybstaked opened 1 year ago

ybstaked commented 1 year ago

Currently, Lighthouse VC does not support this at process level, instead we have to provide per validator key value. Both Prysm and Teku VCs provide this option.

Prysm: https://docs.prylabs.network/docs/wallet/web3signer

Teku: https://docs.teku.consensys.net/how-to/use-external-signer/use-web3signer

ybstaked commented 1 year ago

@agnxsh did you get a chance to work on this?

agnxsh commented 1 year ago

hi, I have been going through the repo as well as the two documentations that you've ,mentioned, along with https://lighthouse-book.sigmaprime.io/validator-web3signer.html and https://docs.web3signer.consensys.net/, i'll follow up shortly

ybstaked commented 1 year ago

hi, I have been going through the repo as well as the two documentations that you've ,mentioned, along with https://lighthouse-book.sigmaprime.io/validator-web3signer.html and https://docs.web3signer.consensys.net/, i'll follow up shortly

@agnxsh any updates?