Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
czarly committed Jul 8, 2024
1 parent 7731f31 commit 4395ed7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zircuit/generate-node-key-script
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

if [ -f /config/p2p_node_key_txt ]; then exit 0; fi;

cast w n | grep -i 'Private Key' | awk -F ': ' '{print $2}' | sed 's/0x//' > /config/p2p_node_key_txt

0 comments on commit 4395ed7

Please sign in to comment.