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:
saivann 2014-11-22 18:35:37 -05:00
commit 06b8699a4d
2 changed files with 4 additions and 2 deletions

View file

@ -70,7 +70,7 @@ wallets:
- linux
check:
control: "checkgoodcontrolfull"
validation: "checkgoodvalidationfullnode"
validation: "checkgoodvalidationfullnoderequired"
transparency: "checkpasstransparencyopensource"
environment: "checkfailenvironmentdesktop"
privacy: "checkgoodprivacyimproved"
@ -120,7 +120,7 @@ wallets:
- linux
check:
control: "checkgoodcontrolfull"
validation: "checkgoodvalidationfullnode"
validation: "checkgoodvalidationfullnoderequired"
transparency: "checkpasstransparencyopensource"
environment: "checkfailenvironmentdesktop"
privacy: "checkgoodprivacyimproved"

View file

@ -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."
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."
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"
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"