force it
This commit is contained in:
3
mantle/generate-node-key
Normal file
3
mantle/generate-node-key
Normal 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
|
||||
Reference in New Issue
Block a user