Display complex wallet address via ID#834
Open
scgbckbone wants to merge 1 commit into
Open
Conversation
scgbckbone
commented
May 5, 2026
Contributor
Author
scgbckbone
left a comment
There was a problem hiding this comment.
usage:
$ ./hwi.py -f 0f056943 displayaddress --wallet expand_msc
{"address": "tb1qmmvrggqr3gjp0yvxkcpl4lwtuc42u2a6t09lm4fnjht5zj3vkacq2f6lpq"}
$ ./hwi.py -f 0f056943 displayaddress --wallet expand_ms
{"error": "Coldcard Error: Miniscript wallet not found", "code": -7}
$ ./hwi.py -f 0f056943 displayaddress --wallet expand_msc --change
{"address": "tb1q22pnyefl54pl7y7th4yly3c84d9hmdlqdvl6xcd7zmg9gthedyfqgmrgal"}
$ ./hwi.py -f 0f056943 displayaddress --wallet expand_msc --change --idx 523
{"address": "tb1qtctvjca4mlg2ent3ydjswsqlc4vh2p7j80c67fpvrlfkchzm8dzs8z9dr8"}
$ ./hwi.py -f 0f056943 displayaddress --wallet expand_msc --change --idx 2147483648
{"error": "child idx", "code": -13}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
display_address_by_wallet_iddisplay_multisig_addressto only work for non-EDGE firmware (p2shcmd was deprecated in 6.4.1X)display_address_by_wallet_idto be EDGE only