This website requires JavaScript.
Explore
Help
Sign In
absolutebi
/
serai
Watch
1
Star
0
Fork
0
You've already forked serai
mirror of
https://github.com/serai-dex/serai.git
synced
2025-12-10 21:19:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6603100c7e44be8247c130b517c704d6a13a2c55
serai
/
orchestration
/
testnet
/
networks
/
ethereum
/
execution
/
reth
/
run.sh
5 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
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
RUST_LOG
=
info reth node --authrpc.jwtsecret /home/ethereum/.jwt
Reference in New Issue
Copy Permalink