Welcome to Bitcoinlib's discussions #295
Replies: 5 comments 1 reply
-
Hi! How to send UTXOS to the address from which I sent the funds |
Beta Was this translation helpful? Give feedback.
-
Not sure if I understand your question fully, but here is an example on how to create a wallet and send a transaction.
For more examples please check https://bitcoinlib.readthedocs.io/en/latest/index.html |
Beta Was this translation helpful? Give feedback.
-
2 Q |
Beta Was this translation helpful? Give feedback.
-
Hey, could you please guide me on how to create a P2WPKH multiple input to single output transaction without using the wallet? What I don't understand is where do I get the witness, how is it formed? Because it seems that's what I'm missing. :) |
Beta Was this translation helpful? Give feedback.
-
You can find some examples in examples/transactions.py This is an example which creates a transaction with multiple inputs signed with separate private keys:
|
Beta Was this translation helpful? Give feedback.
-
Feel free to post any question, idea or remark about the Python Bitcoin Library on this page.
If you not sure if you want to post an issue or a discussion, just post it here. We can easily create a new issue from a discussion.
Please do not reply to this announcement but open a new topic.
Beta Was this translation helpful? Give feedback.
All reactions