Rationale
Why should this feature exist?
Every time you run shisui client, it will generate a private key for the client even if you restart the client. That means every time you start a client, it will be a new node.
Implementation
Do you have ideas regarding the implementation of this feature?
Try to read the key in data dir, If the key path is not exist, create a new key, or read key from file
Rationale
Why should this feature exist?
Every time you run shisui client, it will generate a private key for the client even if you restart the client. That means every time you start a client, it will be a new node.
Implementation
Do you have ideas regarding the implementation of this feature?
Try to read the key in data dir, If the key path is not exist, create a new key, or read key from file