Moved to: https://github.com/goerli/schlesi
Please follow the field notes: https://hackmd.io/GIwaFeGaQn6q7VYb_n94LA
| --- a/deposit.sh | |
| +++ b/deposit.sh | |
| @@ -4,8 +4,8 @@ if [[ "$OSTYPE" == "linux-gnu"* ]] || [[ "$OSTYPE" == "darwin"* ]]; then | |
| echo $OSTYPE | |
| if [[ $1 == "install" ]]; then | |
| echo "Installing dependencies..." | |
| - pip3 install -r requirements.txt | |
| - python3 setup.py install | |
| + pip3 install -r requirements.txt --user | |
| + python3 setup.py install --user |
| [ | |
| { | |
| "peer_id":"16Uiu2HAm6quFY9t1r6HAcEhZf3bkD1dK2ujWJK5ceFaQL1PAsnv5", | |
| "peer_info":{ | |
| "_status":"Healthy", | |
| "reputation":0, | |
| "client":{ | |
| "kind":"Nimbus", | |
| "version":"0.0.1", | |
| "os_version":"unknown", |
| diff --git a/shared/params/config.go b/shared/params/config.go | |
| index 9ed2fe16e..aa0f6a2bc 100644 | |
| --- a/shared/params/config.go | |
| +++ b/shared/params/config.go | |
| @@ -115,7 +115,7 @@ var defaultBeaconConfig = &BeaconChainConfig{ | |
| FarFutureEpoch: 1<<64 - 1, | |
| BaseRewardsPerEpoch: 4, | |
| DepositContractTreeDepth: 32, | |
| - MinGenesisDelay: 86400, // 1 day | |
| + MinGenesisDelay: 3600, // 1 hour |
Moved to: https://github.com/goerli/schlesi
Please follow the field notes: https://hackmd.io/GIwaFeGaQn6q7VYb_n94LA