You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be a recent change, but geth now requires a secret to be communicated to use over http. It looks like a random 32 byte hex is fine, as that is what prysm and geth will use for authentication. We need to it to be a new config option and need to add one to the simnet harness and startup script.
Let me know if I am missing something, I don't think this was mentioned when the providers were added. Maybe it's just new to geth. A full node should work fine as a provider correct?
The text was updated successfully, but these errors were encountered:
This may be a recent change, but geth now requires a secret to be communicated to use over http. It looks like a random 32 byte hex is fine, as that is what prysm and geth will use for authentication. We need to it to be a new config option and need to add one to the simnet harness and startup script.
https://github.com/ethereum/go-ethereum/blob/master/node/jwt_handler.go
Let me know if I am missing something, I don't think this was mentioned when the providers were added. Maybe it's just new to geth. A full node should work fine as a provider correct?
The text was updated successfully, but these errors were encountered: