mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
trivial/docs: minor adjustments to PrivateSend help text (#3669)
Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
parent
b1a35b2d32
commit
195dcad1ee
@ -148,7 +148,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, HelpMode helpMode) :
|
||||
<h3>PrivateSend Basics</h3> \
|
||||
PrivateSend gives you true financial privacy by obscuring the origins of your funds. \
|
||||
All the Dash in your wallet is comprised of different \"inputs\" which you can think of as separate, discrete coins.<br> \
|
||||
PrivateSend uses an innovative process to mix your inputs with the inputs of two other people, without having your coins ever leave your wallet. \
|
||||
PrivateSend uses an innovative process to mix your inputs with the inputs of two or more other people, without having your coins ever leave your wallet. \
|
||||
You retain control of your money at all times.<hr> \
|
||||
<b>The PrivateSend process works like this:</b>\
|
||||
<ol type=\"1\"> \
|
||||
@ -157,7 +157,7 @@ These denominations are 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH and 10 DASH -- s
|
||||
<li>Your wallet then sends requests to specially configured software nodes on the network, called \"masternodes.\" \
|
||||
These masternodes are informed then that you are interested in mixing a certain denomination. \
|
||||
No identifiable information is sent to the masternodes, so they never know \"who\" you are.</li> \
|
||||
<li>When two other people send similar messages, indicating that they wish to mix the same denomination, a mixing session begins. \
|
||||
<li>When two or more other people send similar messages, indicating that they wish to mix the same denomination, a mixing session begins. \
|
||||
The masternode mixes up the inputs and instructs all three users' wallets to pay the now-transformed input back to themselves. \
|
||||
Your wallet pays that denomination directly to itself, but in a different address (called a change address).</li> \
|
||||
<li>In order to fully obscure your funds, your wallet must repeat this process a number of times with each denomination. \
|
||||
|
Loading…
Reference in New Issue
Block a user