8000 GitHub - Irina-666/666: пробный
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Irina-666/666

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

666

пробный #!/bin/bash set -eu

wait until local geth comes up (authed so will return 401 without token)

until [ "$(curl -s -w '%{http_code}' -o /dev/null "$OP_NODE_L2_ENGINE_RPC")" -eq 401 ]; do echo "waiting for geth to be ready" sleep 5 done

public-facing P2P node, advertise public IP address

PUBLIC_IP=$(curl -s v4.ident.me) export OP_NODE_P2P_ADVERTISE_IP=$PUBLIC_IP

echo "$OP_NODE_L2_ENGINE_AUTH_RAW" > "$OP_NODE_L2_ENGINE_AUTH"

./op-node

About

пробный

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0