Difference between revisions of "Lighthouse beacon node --execution-jwt"
Jump to navigation
Jump to search
↑ https://github.com/sigp/lighthouse/blob/stable/book/src/merge-migration.md#connecting-to-an-execution-engine
(6 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
Error! Please set either --execution-jwt file_path or --execution-jwt-secret-key directly via cli when using [[--execution-endpoint]] | Error! Please set either --execution-jwt file_path or --execution-jwt-secret-key directly via cli when using [[--execution-endpoint]] | ||
+ | |||
+ | lighthouse beacon_node --execution-endpoint http://127.0.0.1:8551 --execution-jwt XXX --checkpoint-sync-url XXX | ||
== Related == | == Related == | ||
+ | * [[prysm.sh beacon-chain --jwt-secret]] | ||
+ | * <code>[[lighthouse beacon node --execution-endpoint]]</code> | ||
* [[JWT]] | * [[JWT]] | ||
* INFO [07-12|11:50:10.104] [[Loaded JWT secret file path]]=/Users/user/Library/Ethereum/geth/jwtsecret crc32=0x743c3389 | * INFO [07-12|11:50:10.104] [[Loaded JWT secret file path]]=/Users/user/Library/Ethereum/geth/jwtsecret crc32=0x743c3389 | ||
+ | * [[Beacon node]] | ||
+ | * [[geth]]: <code>[[~/Library/Ethereum/geth/jwtsecret]]</code> | ||
== See also == | == See also == |
Latest revision as of 12:40, 8 August 2024
--execution-endpoint [1]
Error! Please set either --execution-jwt file_path or --execution-jwt-secret-key directly via cli when using --execution-endpoint
lighthouse beacon_node --execution-endpoint http://127.0.0.1:8551 --execution-jwt XXX --checkpoint-sync-url XXX
Related[edit]
- prysm.sh beacon-chain --jwt-secret
lighthouse beacon node --execution-endpoint
- JWT
- INFO [07-12|11:50:10.104] Loaded JWT secret file path=/Users/user/Library/Ethereum/geth/jwtsecret crc32=0x743c3389
- Beacon node
- geth:
~/Library/Ethereum/geth/jwtsecret
See also[edit]
lighthouse beacon_node, --execution-endpoint, --execution-jwt, --allow-insecure-genesis-sync
, logs,--checkpoint-sync-url, --help
, checkpoint sync,beacon.log
- JWT,
openssl rand
, Bearer token, HMAC,JWT_SECRET_KEY
, JWT signatures, HS256, RS256
Advertising: