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

ord wallets #3901

Open
raphjaph opened this issue Aug 15, 2024 · 4 comments
Open

ord wallets #3901

raphjaph opened this issue Aug 15, 2024 · 4 comments

Comments

@raphjaph
Copy link
Collaborator

  • list all Bitcoin Core ordinals wallets
@cryptoni9n
Copy link
Collaborator

would this just be the same output that is produced from bitcoin-cli listwallets?

@raphjaph
Copy link
Collaborator Author

@cryptoni9n If you want you could implement the --ordinals-only flag. This would mean loading all wallets (which can take a while) and then checking that the descriptor matches the expected. We have helper function for that somewhere. That PR should also make sure to handle the waiting gracefully and not error while the wallets are loading.

@cryptoni9n
Copy link
Collaborator

@cryptoni9n If you want you could implement the --ordinals-only flag. This would mean loading all wallets (which can take a while) and then checking that the descriptor matches the expected. We have helper function for that somewhere. That PR should also make sure to handle the waiting gracefully and not error while the wallets are loading.

This sounds a little above my head, not sure I'll be ready for this one anytime soon.

@raphjaph
Copy link
Collaborator Author

raphjaph commented Sep 3, 2024

It's a bit complex, that's why I was too lazy to do it myself. The ord wallets command gets you most of the way but would be extra nice to only show actual ordinals wallets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants