Skip to content

Commit

Permalink
add_run_node_sepolia (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: lqS0317 <[email protected]>
  • Loading branch information
lqS0317 and lqS0317 authored Jan 10, 2024
1 parent 8286645 commit e70e560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-node-sepolia.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
### Init to generate the 'jwt_secret_txt' file and the 'p2p_node_key_txt'

```sh
cd networks/

node -e "console.log(require('crypto').randomBytes(32).toString('hex'))" > sepolia/secret/jwt_secret_txt

cast w n |grep "Private Key" |awk -F ": " '{print $2}' |sed 's/0x//' > sepolia/secret/p2p_node_key_txt
Expand Down

0 comments on commit e70e560

Please sign in to comment.