mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add "Electrum server list" as a "Decentralization" score for Electrum and GreenAddress
This commit is contained in:
parent
b8c754b4ce
commit
6492c9b5aa
2 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue