Sign SegWit transaction without downloading blocks #2110
Unanswered
liorwavebl
asked this question in
Q&A
Replies: 1 comment 5 replies
-
You can use PSBTs (https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki) for this. On the node with blockchain access you would add all required information (mot notably the witness UTXO field |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I managed to sign a SegWit transaction. I have two servers- one with access to the blockchain and the second has no access at all. The second server can get requests from the first server.
Can I sign a transaction from the second server without downloading blocks?
Beta Was this translation helpful? Give feedback.
All reactions