Re: [bitcoin-dev] BIP174 PSBT test vector

2022-04-06 Thread Tobin Harding via bitcoin-dev
On Tue, Apr 05, 2022 at 11:21:17PM +, Achow101 wrote: > The seed is encoded as a WIF private key. Decoding as WIF will result in the > 32 byte seed that can be used as specified in BIP 32. Thanks fro the response Andrew, works as you say! I am totally _not_ surprised that I was unable to wor

[bitcoin-dev] Client side coinjoin amount organization with WabiSabi

2022-04-06 Thread Max Hillebrand via bitcoin-dev
Hello list, tl;dr: client side coinjoin amount organization is bloody difficult. Our current approach: pick random number of inputs based on wallet utxo count; pick that group of inputs which result in the lowest anonscore consolidation penalty; generate deterministic frequency table as Schel