Skip to content

Commit

Permalink
Add run node sepolia (#49)
Browse files Browse the repository at this point in the history
* add_run_node_sepolia

---------

Co-authored-by: lqS0317 <[email protected]>
  • Loading branch information
lqS0317 and lqS0317 authored Jan 10, 2024
1 parent e70e560 commit f2f5ac3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-node-sepolia.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
```sh
cd networks/


mkdir sepolia/secret

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 f2f5ac3

Please sign in to comment.