Re: [bitcoin-dev] Coinjoin with less steps using ALL|ANYONECANPAY

2023-05-23 Thread alicexbt via bitcoin-dev
lob/master/client/src/main/scala/com/lnvortex/client/VortexClient.scala#L616 > > > > > > Best, > > > > benthecarman > > > > > > > > From: bitcoin-dev on behalf > > of alicexbt via bitcoin-dev > > Sent: Monday, May 22, 2023 7:51

Re: [bitcoin-dev] Coinjoin with less steps using ALL|ANYONECANPAY

2023-05-23 Thread alicexbt via bitcoin-dev
ient/VortexClient.scala#L616 > > > Best, > > benthecarman > > > > From: bitcoin-dev on behalf > of alicexbt via bitcoin-dev > Sent: Monday, May 22, 2023 7:51 AM > To: Bitcoin Protocol Discussion > Subject: [bitcoin-dev] Coinjoin with less steps using ALL|ANYON

Re: [bitcoin-dev] Coinjoin with less steps using ALL|ANYONECANPAY

2023-05-23 Thread Lucas Ontivero via bitcoin-dev
//github.com/ln-vortex/ln-vortex/blob/master/client/src/main/scala/com/lnvortex/client/VortexClient.scala#L616 > > > Best, > > benthecarman > > -- > *From:* bitcoin-dev on > behalf of alicexbt via bitcoin-dev > *Sent:* Monday, May 22, 20

Re: [bitcoin-dev] Coinjoin with less steps using ALL|ANYONECANPAY

2023-05-22 Thread Ben Carman via bitcoin-dev
nthecarman From: bitcoin-dev on behalf of alicexbt via bitcoin-dev Sent: Monday, May 22, 2023 7:51 AM To: Bitcoin Protocol Discussion Subject: [bitcoin-dev] Coinjoin with less steps using ALL|ANYONECANPAY Hi Bitcoin Developers, I recently experimented with different sig

[bitcoin-dev] Coinjoin with less steps using ALL|ANYONECANPAY

2023-05-22 Thread alicexbt via bitcoin-dev
Hi Bitcoin Developers, I recently experimented with different sighash flags, PSBTs and realized ALL|ANYONECANPAY could be used to reduce some steps in coinjoin. Steps: - Register outputs. - One user creates a signed PSBT with 1 input, all registered outputs and ALL|ANYONECANPAY sighash flag.