Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Save a list of receive/change addresses to SD card, or print! #354

Open
tadeubas opened this issue Apr 7, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@tadeubas
Copy link
Contributor

tadeubas commented Apr 7, 2024

Some users like to have a list of their receive/change addresses to put in a spreadsheet or to check/use them more easily. Others may want to print.

The idea is to have an option in the address explorer to, based on a number entered by the user, save the next (50?) addresses on the SD card in CSV format. Another option would be to print th next (5?) addresses.

@tadeubas tadeubas added the enhancement New feature or request label Apr 7, 2024
@jdlcdl
Copy link
Collaborator

jdlcdl commented Apr 8, 2024

This is a great idea!

CSV or even pre-formatted text -- one address per line, would work great for me.
If there are fields, which ones? For receive and change addresses, or only for receive?

BIP32 master fingerprint: 01ab89ef
Derivation path: m/84'/0'/0'

Receive Addresses:
../0/35: bc1q...
../0/36: bc1q...
../0/37: bc1q...
...

Change Addresses:
../1/35: bc1q...
../1/36: bc1q...
../1/37: bc1q...
...

Note: I didn't include the actual xpub, because maybe user is willing to be sloppy about leaking a few addresses w/o losing all past/future addresses (and why would they even be printing addresses if they wanted to be capable of creating all of them?)

@tadeubas
Copy link
Contributor Author

tadeubas commented Apr 8, 2024

Yes for receive and change, but only address would be exported, no additional info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants