-
|
The documentation for
When I create a new node key with my desired prefix, the result is a private key of 128 hex characters, not 64. The public key is 64 hex characters. Pasting that 128 character private key into a text file and setting |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I have created a tool you can use https://github.com/rightup/pyMC_Repeater/blob/dev/convert_firmware_key.sh |
Beta Was this translation helpful? Give feedback.
-
|
What am I doing wrong with this tool? I enter sudo python3 convert_firmware_key.sh <followed by 128 char prv key> and I get: File "/home/gymreps/pyMC_Repeater/convert_firmware_key.sh", line 40 |
Beta Was this translation helpful? Give feedback.
I have created a tool you can use
https://github.com/rightup/pyMC_Repeater/blob/dev/convert_firmware_key.sh