Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: MixMAx123 on January 21, 2018, 11:56:42 AM



Title: Sign transaction
Post by: MixMAx123 on January 21, 2018, 11:56:42 AM
Hello,

I need help signing transactions. I have already created an unsigned transaction.

Unfortunately my programmed signing fails. Is there any help here in the forum as I create the Sig r and Sig s? Or a detailed instructions for programmers? Or would like to help me a programmer?

I programmed a Bitcoin Wallet in Java. But the signing does not work yet.

Many Thanks


Title: Re: Sign transaction
Post by: TommyZ on January 21, 2018, 12:28:32 PM
If I were you, I'd ask that question on stackoverflow, not here. Also, why don't you look into source files of bitcoin or unit tests and see how it's done?


Title: Re: Sign transaction
Post by: MixMAx123 on January 21, 2018, 06:15:16 PM
I've got it for myself now. Thanks for your help.