mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
4 lines
239 B
Bash
Executable File
4 lines
239 B
Bash
Executable File
# Borrowed from EthStaker's prepare for the merge guide
|
|
# See https://github.com/remyroy/ethstaker/blob/main/prepare-for-the-merge.md#configuring-a-jwt-token-file
|
|
mkdir -p jwttoken
|
|
openssl rand -hex 32 | tr -d "\n" | tee > jwttoken/jwt.hex |