Merge pull request #502 from bitcoin/checkpassdecentralizeservers

Add "Electrum server list" as a "Decentralization" score for Electrum and GreenAddress
This commit is contained in:
saivann 2014-08-05 11:50:16 -04:00
commit 165db1b980
2 changed files with 6 additions and 4 deletions

View file

@ -135,7 +135,7 @@ wallets:
- linux
check:
control: "checkgoodcontrolfull"
decentralization: "checkpassdecentralizespv"
decentralization: "checkpassdecentralizeservers"
transparency: "checkpasstransparencyopensource"
environment: "checkfailenvironmentdesktop"
privacy: "checkpassprivacybasic"
@ -358,7 +358,7 @@ wallets:
- iphone
check:
control: "checkpasscontrolmulti"
decentralization: "checkfaildecentralizecentralized"
decentralization: "checkpassdecentralizeservers"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmenttwofactor"
privacy: "checkpassprivacybasic"
@ -411,7 +411,7 @@ wallets:
- iphone
check:
control: "checkpasscontrolmulti"
decentralization: "checkfaildecentralizecentralized"
decentralization: "checkpassdecentralizeservers"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmenttwofactor"
privacy: "checkpassprivacybasic"
@ -429,7 +429,7 @@ wallets:
- iphone
check:
control: "checkpasscontrolmulti"
decentralization: "checkfaildecentralizecentralized"
decentralization: "checkpassdecentralizeservers"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmenttwofactor"
privacy: "checkpassprivacybasic"

View file

@ -138,6 +138,8 @@ en:
checkneutraldecentralizevariabletxt: "Decentralization features are provided by the software wallet you use with this device. Please see the Decentralization score for the software wallet you plan to use."
checkpassdecentralizespv: "Decentralized"
checkpassdecentralizespvtxt: "This wallet connects to the Bitcoin network. This means very little trust in third parties is required when verifying payments. However, it is not as secure as a full node like <a href=\"#download#\">Bitcoin Core</a>."
checkpassdecentralizeservers: "Decentralized"
checkpassdecentralizeserverstxt: "This wallet connects to a random server from a list. This means little trust in third parties is required when verifying payments. However, it is not as secure as a full node like <a href=\"#download#\">Bitcoin Core</a>."
checkfaildecentralizecentralized: "Centralized"
checkfaildecentralizecentralizedtxt: "This wallet relies on a centralized service by default. This means a third party must be trusted to not hide or simulate payments."
checkgoodtransparencydeterministic: "Complete transparency"