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
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