appditto / pippin_nano_wallet

A high performance, lightweight alternative to the NANO Node developer wallet.
MIT License
67 stars 20 forks source link

Feature request: Allow passing in index into account_create RPC command #10

Closed nullbio closed 2 years ago

nullbio commented 4 years ago

Slight reference to this issue: https://github.com/appditto/pippin_nano_wallet/issues/9

General gist of the idea is that it'd be useful to be able to store the addresses deterministic index in a user database alongside the address, so that disaster recovery events have an easy way to restore only the addresses you care about instead of having to generate until you find all addresses in your database. This is why it would be useful to be able to pass through the index into the account_create RPC command.

bbedward commented 2 years ago

Solved in the unreleased v3 rewrite