Skip to content

Instantly share code, notes, and snippets.

View q9f's full-sized avatar
🏴
nil

Afri q9f

🏴
nil
View GitHub Profile
@q9f
q9f / deposit.patch
Created July 28, 2020 13:26
medalla launchpad deposit userland patch
--- 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
@q9f
q9f / lighthouse_peers.json
Created June 9, 2020 09:48
witti testnet 2020/06/09
[
{
"peer_id":"16Uiu2HAm6quFY9t1r6HAcEhZf3bkD1dK2ujWJK5ceFaQL1PAsnv5",
"peer_info":{
"_status":"Healthy",
"reputation":0,
"client":{
"kind":"Nimbus",
"version":"0.0.1",
"os_version":"unknown",
@q9f
q9f / schlesi.patch
Created April 27, 2020 13:17
Schlesi Patch for Prysm
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
@q9f
q9f / 0-readme.md
Last active April 6, 2024 03:59
Schlesi ETH 2.0 Multi-Client Testnet configuration