Add "Electrum server list" as a "Decentralization" score for Electrum and GreenAddress

This commit is contained in:
Saivann 2014-08-03 16:55:40 -04:00
parent b8c754b4ce
commit 6492c9b5aa
2 changed files with 6 additions and 4 deletions

View file

@ -129,7 +129,7 @@ wallets:
- linux
check:
control: "checkgoodcontrolfull"
decentralization: "checkpassdecentralizespv"
decentralization: "checkpassdecentralizeservers"
transparency: "checkpasstransparencyopensource"
environment: "checkfailenvironmentdesktop"
privacy: "checkpassprivacybasic"
@ -343,7 +343,7 @@ wallets:
- iphone
check:
control: "checkpasscontrolmulti"
decentralization: "checkfaildecentralizecentralized"
decentralization: "checkpassdecentralizeservers"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmenttwofactor"
privacy: "checkpassprivacybasic"
@ -393,7 +393,7 @@ wallets:
- iphone
check:
control: "checkpasscontrolmulti"
decentralization: "checkfaildecentralizecentralized"
decentralization: "checkpassdecentralizeservers"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmenttwofactor"
privacy: "checkpassprivacybasic"
@ -410,7 +410,7 @@ wallets:
- iphone
check:
control: "checkpasscontrolmulti"
decentralization: "checkfaildecentralizecentralized"
decentralization: "checkpassdecentralizeservers"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmenttwofactor"
privacy: "checkpassprivacybasic"

View file

@ -137,6 +137,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 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>."
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"