BlockchainCommons / Learning-Bitcoin-from-the-Command-Line

A complete course for learning Bitcoin programming and usage from the command
3.15k stars 761 forks source link

More explanation about CoinJoins needed #583

Closed joegesualdo closed 2 years ago

joegesualdo commented 2 years ago

What

Add more explanation about CoinJoins

Why

In section 7.2, Using a Partially Signed Bitcoin Transaction, it might be helpful to give a little more explanation on why CoinJoins exist, what problems they solve and what are some real world implementations.

Note

I'd submit a pull request myself, but I'm not yet too familiar with how they work.

shannona commented 2 years ago

Thanks. It looks like we should add a "What is CoinJoin" information block.

shannona commented 2 years ago

Thanks for the feedback; there's now an infoblock.

https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/07_2_Using_a_Partially_Signed_Bitcoin_Transaction.md#use-a-psbt-to-coinjoin

joegesualdo commented 2 years ago

Awesome! Thanks @shannona!