mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Merge pull request #654 from gurnec/full-node-reqd
Modify validation text for wallets requiring additional full node software (closes #645)
This commit is contained in:
commit
06b8699a4d
2 changed files with 4 additions and 2 deletions
|
@ -70,7 +70,7 @@ wallets:
|
||||||
- linux
|
- linux
|
||||||
check:
|
check:
|
||||||
control: "checkgoodcontrolfull"
|
control: "checkgoodcontrolfull"
|
||||||
validation: "checkgoodvalidationfullnode"
|
validation: "checkgoodvalidationfullnoderequired"
|
||||||
transparency: "checkpasstransparencyopensource"
|
transparency: "checkpasstransparencyopensource"
|
||||||
environment: "checkfailenvironmentdesktop"
|
environment: "checkfailenvironmentdesktop"
|
||||||
privacy: "checkgoodprivacyimproved"
|
privacy: "checkgoodprivacyimproved"
|
||||||
|
@ -120,7 +120,7 @@ wallets:
|
||||||
- linux
|
- linux
|
||||||
check:
|
check:
|
||||||
control: "checkgoodcontrolfull"
|
control: "checkgoodcontrolfull"
|
||||||
validation: "checkgoodvalidationfullnode"
|
validation: "checkgoodvalidationfullnoderequired"
|
||||||
transparency: "checkpasstransparencyopensource"
|
transparency: "checkpasstransparencyopensource"
|
||||||
environment: "checkfailenvironmentdesktop"
|
environment: "checkfailenvironmentdesktop"
|
||||||
privacy: "checkgoodprivacyimproved"
|
privacy: "checkgoodprivacyimproved"
|
||||||
|
|
|
@ -145,6 +145,8 @@ en:
|
||||||
checkfailcontrolthirdpartytxt: "This service has full control over your bitcoins. This means you need to trust this service will not lose your funds in an incident on their side. As of today, most web wallets don't insure their deposits like a bank, and many such services have suffered from security breaches in the past."
|
checkfailcontrolthirdpartytxt: "This service has full control over your bitcoins. This means you need to trust this service will not lose your funds in an incident on their side. As of today, most web wallets don't insure their deposits like a bank, and many such services have suffered from security breaches in the past."
|
||||||
checkgoodvalidationfullnode: "Full validation"
|
checkgoodvalidationfullnode: "Full validation"
|
||||||
checkgoodvalidationfullnodetxt: "This wallet is a full node that validates and relays transactions on the Bitcoin network. This means no trust in a third party is required when verifying payments. Full nodes provide the highest level of security and are essential to protecting the network. However, they require more space (over 20GB), bandwidth, and a longer initial synchronization time."
|
checkgoodvalidationfullnodetxt: "This wallet is a full node that validates and relays transactions on the Bitcoin network. This means no trust in a third party is required when verifying payments. Full nodes provide the highest level of security and are essential to protecting the network. However, they require more space (over 20GB), bandwidth, and a longer initial synchronization time."
|
||||||
|
checkgoodvalidationfullnoderequired: "Full validation"
|
||||||
|
checkgoodvalidationfullnoderequiredtxt: "This wallet requires you to install full node software alongside it that validates and relays transactions on the Bitcoin network. This means no trust in a third party is required when verifying payments. Full nodes provide the highest level of security and are essential to protecting the network. However, they require more space (over 20GB), bandwidth, and a longer initial synchronization time."
|
||||||
checkneutralvalidationvariable: "Variable validation"
|
checkneutralvalidationvariable: "Variable validation"
|
||||||
checkneutralvalidationvariabletxt: "Payment validation features are provided by the software wallet you use with this device. Please see the Validation score for the software wallet you plan to use."
|
checkneutralvalidationvariabletxt: "Payment validation features are provided by the software wallet you use with this device. Please see the Validation score for the software wallet you plan to use."
|
||||||
checkpassvalidationspvp2p: "Simplified validation"
|
checkpassvalidationspvp2p: "Simplified validation"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue