We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reth node --authrpc.jwtsecret /root/jwt.hex --authrpc.addr 127.0.0.1 --authrpc.port 8551 --http --http.addr 127.0.0.1 --http.port 8545 --http.api all --ws --ws.addr 127.0.0.1 --ws.port 8546 --ws.api all --ipcpath /tmp/reth.ipc --rpc-max-connections 1024 --rpc-max-subscriptions-per-connection 1024 --rpc-max-tracing-requests 1024 --log.persistent --log.filter info -vvv lighthouse --network mainnet beacon --execution-endpoint http://localhost:8551 --execution-jwt /root/jwt.hex --http --logfile /tmp/lighthouse.log
reth logs, lighthouse logs
Linux (x86)
reth Version: 0.1.0-alpha.5 Commit SHA: b823cc01 Build Timestamp: 2023-08-09T07:52:03.903854775Z Build Features: default,jemalloc Build Profile: maxperf
Current database version: 1 Local database version: 1
LD_PRELOAD=/usr/local/lib/libjemalloc.so RUSTFLAGS="-C target-cpu=native" cargo build --profile maxperf --features jemalloc
The text was updated successfully, but these errors were encountered:
we still had a bug in this commit b823cc0 ,
the fix was added #4126
Sorry, something went wrong.
upgraded to 31d1288, but still have the same problem. reth logs, lighthouse logs.
looks like 6622f53 solved it!
No branches or pull requests
Describe the bug
Steps to reproduce
Node logs
reth logs, lighthouse logs
Platform(s)
Linux (x86)
What version/commit are you on?
What database version are you on?
Current database version: 1
Local database version: 1
If you've built Reth from source, provide the full command you used
Code of Conduct
The text was updated successfully, but these errors were encountered: