Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can I change that validators have to stake more than 32 eth? #3

Open
dorijan opened this issue Nov 23, 2022 · 1 comment
Open

can I change that validators have to stake more than 32 eth? #3

dorijan opened this issue Nov 23, 2022 · 1 comment

Comments

@dorijan
Copy link

dorijan commented Nov 23, 2022

Hi,
great project, thank you :)
Also, can I change that minimum stake has to be more than 32 eth?
Is there a manual how can I add more nodes to this private PoS network?

@EngineersStable
Copy link

I'm not very sure, but looking at the Prysm code in the config folder, you should modify those parameters by adding these lines to your config.yml file:

MIN_DEPOSIT_AMOUNT: 32000000000 # 32 ETH in Gwei
MIN_ACTIVATION_BALANCE: 32000000000 # 32 ETH in Gwei
MAX_EFFECTIVE_BALANCE: 32000000000 # 32 ETH in Gwei

It's just a matter of experimenting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants