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

How to spend sats sent to various types of addresses derived from same priv key? #22

Open
killmonger420 opened this issue Aug 9, 2021 · 1 comment

Comments

@killmonger420
Copy link

killmonger420 commented Aug 9, 2021

So, I used this to get all different addresses - https://github.com/meherett/python-hdwallet/blob/master/examples/from_private_key.py

I got the priv key from Exodus app. And verified the address shown on Exodus matched with one of the public addresses generated with that script. It matched and when I sent sats to that address, I was able to access them in Exodus and spend. I assumed when I sent to other address, they'll be visible in Exodus. So, I send small amounts to other addresses as well. But I couldn't see them on Exodus.

I can see the txs on blockchain. But dunno how to spend those sats from that address.

I've used these libs to spend but I couldn't figure out any ways to select which address (public key) to use to send those sats.

  1. https://github.com/blockstack/pybitcoin
  2. https://github.com/ofek/bit
  3. https://github.com/1200wd/bitcoinlib

Any help?

@mikeodor
Copy link

mikeodor commented Apr 8, 2024

On which chain to be precise.

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

No branches or pull requests

2 participants