mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Cleanup (#128)
* Config - remove unused keys * Remove aliases * Script - minor updates * Remove bitcoin papers * Delete all but a couple example events * Update all QE BIP links to reflect current reop location * One more BIP link update
This commit is contained in:
parent
afe721020a
commit
8c6d438a3a
28 changed files with 65 additions and 7253 deletions
|
@ -340,7 +340,7 @@ mixing pool.
|
|||
_**Step 6 - Final Transaction (unsigned)**_
|
||||
|
||||
* Once the masternode has received valid `dsi` messages from all clients, it creates the final transaction and sends a `dsf` message
|
||||
* Inputs/outputs are ordered deterministically as defined by [BIP-69](https://github.com/quantumexplorer/bips/blob/master/bip-0069.mediawiki#Abstract) to avoid leaking any data ([Dash Core Reference](https://github.com/dashpay/dash/blob/e596762ca22d703a79c6880a9d3edb1c7c972fd3/src/privatesend<!--noref-->-server.cpp#L321-#L322))
|
||||
* Inputs/outputs are ordered deterministically as defined by [BIP-69](https://github.com/dashevo/bips/blob/master/bip-0069.mediawiki#Abstract) to avoid leaking any data ([Dash Core Reference](https://github.com/dashpay/dash/blob/e596762ca22d703a79c6880a9d3edb1c7c972fd3/src/privatesend<!--noref-->-server.cpp#L321-#L322))
|
||||
* Clients must sign their inputs to the Final Transaction within 15 seconds or risk forfeiting the collateral they provided in the `dsi` message (Step 4) ([Dash Core Reference](https://github.com/dashpay/dash/blob/e9f7142ed01c0d7b53ef8b5f6f3f6375a68ef422/src/privatesend<!--noref-->.h#L24))
|
||||
|
||||
_**Step 10 - Final Transaction broadcast**_
|
||||
|
|
|
@ -744,7 +744,7 @@ So, for both privacy and security, we encourage you to build your
|
|||
applications to avoid public key reuse and, when possible, to discourage
|
||||
users from reusing addresses. If your application needs to provide a
|
||||
fixed URI to which payments should be sent, please use `dash:` URIs as defined
|
||||
by [BIP21](https://github.com/QuantumExplorer/bips/blob/master/bip-0021.mediawiki#general-format).
|
||||
by [BIP21](https://github.com/dashevo/bips/blob/master/bip-0021.mediawiki#general-format).
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ column indicates if any changes were made.
|
|||
<!-- no subhead-links here -->
|
||||
|
||||
Dash-specific BIP information derived from Dash developer
|
||||
[QuantumExplorer's BIP repository](https://github.com/QuantumExplorer/bips/blob/master/README.mediawiki).
|
||||
[Dash's BIP repository](https://github.com/dashevo/bips/blob/master/README.mediawiki).
|
||||
|
||||
{% include layout/base/bip-table.html %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue