ethereum / staking-deposit-cli

Secure key generation for deposits
Creative Commons Zero v1.0 Universal
523 stars 319 forks source link

Generate staking data for private PoS networks #381

Closed SyedMuhamadYasir closed 1 month ago

SyedMuhamadYasir commented 9 months ago

Can we generate staking data for private PoS networks through this tool

the documentation doesn't tell anything, so i reckon its appropriate to ask

lyfsn commented 7 months ago

I think the deposit data does not concern the chain ID.

ebygd commented 1 month ago

You can with some code modifications. I played around with this recently if anyone is interested.

SyedMuhamadYasir commented 1 month ago

You can with some code modifications. I played around with this recently if anyone is interested.

pretty cool, thanks for sharing!

i have another question, if you're working on staking and/or beacon chain?

ebygd commented 1 month ago

I worked briefly on devnet deployments of nodes with Prysm and Lighthouse.

SyedMuhamadYasir commented 1 month ago

I worked briefly on devnet deployments of nodes with Prysm and Lighthouse.

yep, i am doing the same with Lighthouse

this is an off-topic question but i was working to change withdrawal credentials of the validators on private testnet

In theory, i have achieved it. Yet there entire process chain is quite lengthy, and will take a lot of effort to automate

i was going to ask if you did any work validator withdrawals?

ebygd commented 1 month ago

I use Ethdo for this. They have a detailed guide for changing withdrawal credentials.

SyedMuhamadYasir commented 1 month ago

I use Ethdo for this. They have a detailed guide for changing withdrawal credentials.

i am using ethdo too :)

thanks for the discussion!