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

Generate multiple new addresses #16275

Open
slize-it opened this issue Jan 8, 2025 · 1 comment
Open

Generate multiple new addresses #16275

slize-it opened this issue Jan 8, 2025 · 1 comment

Comments

@slize-it
Copy link

slize-it commented Jan 8, 2025

Hi, is there a way to create a batch of new addresses with one click?
I need a batch of 1000 receiving addresses - for example.

@Lemonexe
Copy link
Contributor

Lemonexe commented Jan 9, 2025

Hi @slize-it, thanks for coming forward with this question.
Trezor Suite currently doesn't offer such functionality, nor is it planned AFAIK.

Advanced users may try trezorctl, a CLI tool to execute low-level commands directly to device. Documentation is here, but please proceed with caution, this tool is used at your own risk.

Example to generate a receive addresses for account 1 (normal bitcoin segwit):

trezorctl get-address -c Bitcoin --address "m/84'/0'/0'/0/0"

Third number is account number numbered from zero, last number is receive address number.
Maybe this could suit your needs, using shell scripts to do it for a batch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎯 To do
Development

No branches or pull requests

2 participants