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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: