cd rbuilder
sed -i "s|\$HOME|$HOME|g" config-playground.toml
# Had to also make this edits since some configs are out-of-date
sed -i "s|data_reth|volume-el-data|g" config-playground.toml
sed -i "s|reth.ipc|volume-el-data/reth.ipc|g" config-playground.toml
cargo run --bin rbuilder run config-playground.toml
2025-08-11T21:11:23.139245Z ERROR bid_scraper::bid_scraper_client: Subscriber returned an error url="tcp://0.0.0.0:5555" error=Errno(EPROTO)
Steps to reproduce:
cd builder-playground go run main.go cook l1Actual behavior:
Almost immediately I start seeing the following errors being logged:
Current setup:
Logs
logs.txt