Logo
Explore Help
Sign In
absolutebi/serai
1
0
Fork 0
You've already forked serai
mirror of https://github.com/serai-dex/serai.git synced 2025-12-09 12:49:23 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
dcb8cbad0dd2432998d0ef4a657d0532016edb75
serai/orchestration/testnet/networks/ethereum/execution/geth/run.sh

10 lines
186 B
Bash
Raw Normal View History

Add a dev ethereum Docker setup Also adds untested Dockerfiles for reth, lighthouse, and nimbus.
2024-04-24 09:25:11 -04:00
#!/bin/sh
Add `shellcheck` to the CI Updates our scripts to pass. Achieves POSIX compliance for `increase_default_stack_size.sh` via replacing `hexdump` with `od` and `tr`. Replaces the non-POSIX `dd status=none` with the POSIX `dd 2> /dev/null`.
2025-12-08 20:04:23 -05:00
set -e
Add a dev ethereum Docker setup Also adds untested Dockerfiles for reth, lighthouse, and nimbus.
2024-04-24 09:25:11 -04:00
#geth --dev --networkid 5208 \
# --http --http.api "web3,net,eth,miner" \
# --http.addr 0.0.0.0 --http.port 8545 \
# --http.vhosts="*" --http.corsdomain "*"
exit 1
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 76ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API