This commit is contained in:
Sebastian
2024-03-17 16:51:03 +01:00
parent ee0cd975ec
commit ee040d7ca2
2 changed files with 5 additions and 1 deletions

3
mantle/generate-node-key Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cast w n | grep -i 'Private Key' | awk -F ': ' '{print $2}' | sed 's/0x//' > /config/p2p_node_key_txt