-
Notifications
You must be signed in to change notification settings - Fork 2
Create Address Command #13
Comments
This seems good for now. For instance in: What I mean from multiple points of return is something like the above mentioned examples. After the user generates a private key or a new wallet, we need to give the user also another thing (file or any cryptographic data) which will not make the user loose his/her holding in case of missing his private key. If the user looses his/her private key, all he has to do is give the keystore file to the app and he will get his private key regenerated. Note: This does not mean that the keystore option is compulsory. It can also be kept optional for the user (for instance is the user adds a flag --nokeystore then the app wont generate a keystore). I think an added 'optional' (good) feature is definitely a bonus |
Adding a recovery method is a good idea but i wonder how the private key be recovered from 15 words without storing the The keystore should optionally be generated with an extra option in the
|
Exodus is a third party software so there is a high chance that they have (private key, words) somewhere stored on their server. This makes it highly centralised and also not very good on a security point of view. The --keystore option seems good! |
While updating the README.md file, |
I've started point 2 in #20 |
I've reduced the scope of this issue from creating a wallet to creating addresses |
Uh oh!
There was an error while loading. Please reload this page.
Address Creation
Add functionality to generate new addresses
CLI
The user wants to create a new address using the CLI
Web Api
The user wants to create a new address using the Web Api
Request
Response
Usage
The address can then be used in conjunction with the
send
commandSources:
The text was updated successfully, but these errors were encountered: