Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: DanielDon on July 16, 2018, 02:52:55 PM



Title: BIP 70 python(Flask) - payment with two outputs
Post by: DanielDon on July 16, 2018, 02:52:55 PM
I need to generate one payment that has got two outputs but I need to do it in Flask(python)
Can someone help me?


Title: Re: BIP 70 python(Flask) - payment with two outputs
Post by: achow101 on July 18, 2018, 05:39:15 PM
You need to provide more information. What Bitcoin libraries are you using, if any. What Bitcoin wallet software are you using or planning to use to store your keys?


Title: Re: BIP 70 python(Flask) - payment with two outputs
Post by: rpstatic on July 26, 2018, 01:18:13 PM
You didn't provide much info.

If you have the bitcoin CLI available, look for listunspent, createrawtransaction, signrawtransaction and broadcastrawtransaction.