Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1281: docs: fix link in SOURCING-COMMITMENTS.md

e42f8290b2 docs: fix link in SOURCING-COMMITMENTS.md (Thebora Kompanioni)

Pull request description:

  Redirect to PoDLE blog post is not properly working, hence the direct link to https://reyify.com is used.

ACKs for top commit:
  kristapsk:
    ACK e42f8290b2

Tree-SHA512: 13a62b3220202fe18c75ea4a502860eb81fe7b2b101dc97c74f7071e519a72c71b3cac5baad0adc7ed32a17fa8a1f5f33fbff8f997aee6836ee53cfa4b6c25d2
master
Kristaps Kaupe 4 years ago
parent
commit
74b835d449
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      docs/SOURCING-COMMITMENTS.md

2
docs/SOURCING-COMMITMENTS.md

@ -4,7 +4,7 @@
## Commitments for initiating coinjoins ## Commitments for initiating coinjoins
To reduce the potential for spying, we now require that every request for a coinjoin comes along with a "commitment" which is a hash value based on the idea of [proof of discrete log equivalence, PoDLE](https://joinmarket.me/blog/blog/poodle/). To reduce the potential for spying, we now require that every request for a coinjoin comes along with a "commitment" which is a hash value based on the idea of [proof of discrete log equivalence, PoDLE](https://reyify.com/blog/poodle).
The gory crypto details don't matter of course, what matters is that for each utxo you own that is (a) at least 5 blocks old, and (b) contains an amount of at least 20% of the transaction size ("20%" is controlled by `taker_utxo_amtpercent` in `joinmarket.cfg` - **don't change this**), you are allowed 3 tries ("3" is controlled by `taker_utxo_retries` in `joinmarket.cfg` - **don't change this**) to do a transaction. Once you've tried 3 times, you have to use a different utxo (some Makers may choose to be more lax, but this will be the usual requirement). The gory crypto details don't matter of course, what matters is that for each utxo you own that is (a) at least 5 blocks old, and (b) contains an amount of at least 20% of the transaction size ("20%" is controlled by `taker_utxo_amtpercent` in `joinmarket.cfg` - **don't change this**), you are allowed 3 tries ("3" is controlled by `taker_utxo_retries` in `joinmarket.cfg` - **don't change this**) to do a transaction. Once you've tried 3 times, you have to use a different utxo (some Makers may choose to be more lax, but this will be the usual requirement).

Loading…
Cancel
Save