Difference between revisions of "~/Library/Ethereum/geth/jwtsecret"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
[[prysm.sh beacon-chain]] --jwt-secret=~/Library/Ethereum/geth/jwtsecret | [[prysm.sh beacon-chain]] --jwt-secret=~/Library/Ethereum/geth/jwtsecret | ||
+ | |||
+ | |||
+ | |||
+ | export JsonRpc__JwtSecret="your-secret-key" | ||
Line 15: | Line 19: | ||
* [[Lighthouse bn]] | * [[Lighthouse bn]] | ||
* <code>[[~/.ethereum/geth/jwtsecret]]</code> | * <code>[[~/.ethereum/geth/jwtsecret]]</code> | ||
− | * [[curl -H "Authorization: Bearer ..."]] | + | * <code>[[curl -H "Authorization: Bearer ..."]]</code> |
− | * [[cast]] | + | * <code>[[cast]]</code> |
− | * [[8551]] | + | * <code>[[8551]]</code> |
− | * [[~/Library/Ethereum/]] | + | * <code>[[~/Library/Ethereum/]]</code> |
== See also == | == See also == | ||
Line 24: | Line 28: | ||
* {{geth}} | * {{geth}} | ||
* {{JWT}} | * {{JWT}} | ||
+ | |||
+ | [[Category:Geth]] |
Latest revision as of 12:30, 12 September 2024
~/Library/Ethereum/geth/jwtsecret
cat ~/Library/Ethereum/geth/jwtsecret 0x04e3879ecea2813029xxxxxxx55c6496781556%
file ~/Library/Ethereum/geth/jwtsecret jwtsecret: ASCII text, with no line terminators
prysm.sh beacon-chain --jwt-secret=~/Library/Ethereum/geth/jwtsecret
export JsonRpc__JwtSecret="your-secret-key"
Related[edit]
- Lighthouse bn
~/.ethereum/geth/jwtsecret
curl -H "Authorization: Bearer ..."
cast
8551
~/Library/Ethereum/
See also[edit]
~/Library/Ethereum/
geth [ account | console | snapshot | --authrpc.addr | version | --sepolia | --goerli | --pprof | --http | --syncmode | --mine ] --rpc.evmtimeout | --ethstats | --help
, Geth logs, geth logs WARN,Log.Error
, ports:8551, 30303, 8547, ~/.ethereum/geth/,
,--verbosity, --config
,geth init
devp2p, p2psim, devp2p
, geth dumpconfig- JWT,
openssl rand
, Bearer token, HMAC,JWT_SECRET_KEY
, JWT signatures, HS256, RS256
Advertising: