Skip to content

I sent some bitcoin to public master address (Path 'm'), but wallet info not display this #377

Answered by mccwdev
kernaldpark asked this question in Q&A
Discussion options

You must be logged in to vote

Normally you would only use the top level addresses with depth 5, the rest of the key path is not used for receiving and sending.
To get a address for receiving funds you can use the get_key method:

w.get_key().address

However you can update the master key address by specifying the depth when updating the transactions:

w.transactions_update(depth=0)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mccwdev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants