How to multi-signatures in bitcoinj?

2018-05-14 Thread 지우중
I am making a bitcoin wallet using the bitcoinj library. My bitcoinj wallet code looks like below. How can I do multisig in this code? import com.google.common.collect.ImmutableList; import com.google.common.util.concurrent.FutureCallback; import com.google.common.util.concurrent.Futures;

Re: How to multi-signatures in bitcoinj?

2018-05-14 Thread 지우중
Yes how to create multisig??? 2018년 5월 15일 화요일 오전 3시 11분 5초 UTC+9, guillermo yanez 님의 말: > > Que es multisig > > 2018-05-14 8:06 GMT-04:00 지우중 <wldn...@gmail.com >: > >> I am making a bitcoin wallet using the bitcoinj library. >> >> >> My bitcoi

Re: How to multi-signatures in bitcoinj?

2018-05-16 Thread 지우중
tcoinj.github.io/working-with-contracts > > pay attention that in the example of the working-with-contracts page > they refer to methods that is used with a multisig wallet. if you want a > P2SH wallet you need the same methods only for a P2SH wallet. > > > > > > &

How to create transaction locktime in bitcoinj

2018-05-17 Thread 지우중
*Hi all.* *I want to create a locktime using bitcoinj.* *For example, I am Ellis.* *I want to send 0.0058 bitcoin to Bob.* *I want to create locktime here, how do I create it?* *It's not necessarily this example, **Please let me know how to generate loketime from bitcoinj.* -- You