From e70e560940d230b2b1a1781b8e5ee14740f3a347 Mon Sep 17 00:00:00 2001 From: lqS0317 <102649974+lqS0317@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:11:43 +0800 Subject: [PATCH] add_run_node_sepolia (#48) Co-authored-by: lqS0317 --- run-node-sepolia.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run-node-sepolia.md b/run-node-sepolia.md index 2e3afcd..aad5813 100644 --- a/run-node-sepolia.md +++ b/run-node-sepolia.md @@ -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