mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #1568 from harding/fee-scoring
Wallets: add fee handling info to Choose Your Wallet page
This commit is contained in:
commit
049ff3f852
9 changed files with 250 additions and 4 deletions
|
@ -1699,7 +1699,7 @@ button.active {
|
|||
text-align:left;
|
||||
position:relative;
|
||||
margin:auto;
|
||||
padding:40px 0 20px 0;
|
||||
padding:60px 0 20px 0;
|
||||
font-size:0;
|
||||
opacity:1;
|
||||
-moz-transition:opacity 400ms ease-out;
|
||||
|
@ -1766,7 +1766,7 @@ button.active {
|
|||
display:inline-block;
|
||||
position:absolute;
|
||||
padding:20px;
|
||||
top:-352px;
|
||||
top:-382px;
|
||||
left:-20px;
|
||||
right:-20px;
|
||||
-moz-transition:opacity 400ms ease-out;
|
||||
|
@ -1786,7 +1786,7 @@ button.active {
|
|||
}
|
||||
.wallets>div:nth-child(1n+7)>div,
|
||||
.wallets>div:nth-child(1n+7)>span{
|
||||
top:-222px;
|
||||
top:-252px;
|
||||
}
|
||||
.wallets>div:nth-child(1n+13)>div,
|
||||
.wallets>div:nth-child(1n+13)>span{
|
||||
|
@ -1991,6 +1991,16 @@ button.active {
|
|||
.wallets .checkenvironment.checkfail{
|
||||
background-image:url(/img/icons/check_environment_fail.svg);
|
||||
}
|
||||
.wallets .checkfees.checkpass,
|
||||
.wallets .checkfees.checkgood{
|
||||
background-image:url(/img/icons/check_fees_pass.svg);
|
||||
}
|
||||
.wallets .checkfees.checkfail{
|
||||
background-image:url(/img/icons/check_fees_fail.svg);
|
||||
}
|
||||
.wallets .checkfees.checkneutral{
|
||||
background-image:url(/img/icons/check_fees_neutral.svg);
|
||||
}
|
||||
.wallets .checkprivacy.checkpass,
|
||||
.wallets .checkprivacy.checkgood{
|
||||
background-image:url(/img/icons/check_privacy_pass.svg);
|
||||
|
@ -2017,7 +2027,7 @@ button.active {
|
|||
.wallets.nohover>div.active:hover>span{
|
||||
opacity:1;
|
||||
width:auto;
|
||||
height:350px;
|
||||
height:400px;
|
||||
visibility:visible;
|
||||
overflow:visible;
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@ wallets:
|
|||
transparency: "checkgoodtransparencydeterministic"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkgoodprivacyimproved"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkpassprivacydisclosurefullnode"
|
||||
|
@ -55,6 +56,7 @@ wallets:
|
|||
transparency: "checkgoodtransparencydeterministic"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkgoodprivacyimproved"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkpassprivacydisclosurefullnode"
|
||||
|
@ -80,6 +82,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkfailfeecontrolstatic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -105,6 +108,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkgoodprivacyimproved"
|
||||
fees: "checkpassfeecontroloverride"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkpassprivacydisclosurefullnode"
|
||||
|
@ -130,6 +134,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
|
@ -147,6 +152,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -172,6 +178,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkgoodprivacyimproved"
|
||||
fees: "checkfailfeecontrolstatic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkpassprivacydisclosurefullnode"
|
||||
|
@ -196,6 +203,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -214,6 +222,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -232,6 +241,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -258,6 +268,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
|
@ -277,6 +288,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
|
@ -302,6 +314,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -319,6 +332,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -336,6 +350,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -360,6 +375,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -377,6 +393,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -394,6 +411,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -415,6 +433,7 @@ wallets:
|
|||
transparency: "checkgoodtransparencydeterministic"
|
||||
environment: "checkgoodenvironmenthardware"
|
||||
privacy: "checkneutralprivacyvariable"
|
||||
fees: "checkneutralfeecontrolvariable"
|
||||
- ledgernano:
|
||||
title: "Ledger Nano"
|
||||
titleshort: "Ledger<br>Nano"
|
||||
|
@ -432,6 +451,7 @@ wallets:
|
|||
transparency: "checkfailtransparencynew"
|
||||
environment: "checkgoodenvironmenthardware"
|
||||
privacy: "checkneutralprivacyvariable"
|
||||
fees: "checkneutralfeecontrolvariable"
|
||||
- ledgernanos:
|
||||
title: "Ledger Nano S"
|
||||
titleshort: "Ledger<br>Nano S"
|
||||
|
@ -449,6 +469,7 @@ wallets:
|
|||
transparency: "checkfailtransparencynew"
|
||||
environment: "checkgoodenvironmenthardware"
|
||||
privacy: "checkneutralprivacyvariable"
|
||||
fees: "checkneutralfeecontrolvariable"
|
||||
- digitalbitbox:
|
||||
title: "DigitalBitbox"
|
||||
titleshort: "Digital<br />Bitbox"
|
||||
|
@ -466,6 +487,7 @@ wallets:
|
|||
transparency: "checkfailtransparencynew"
|
||||
environment: "checkgoodenvironmenthardware"
|
||||
privacy: "checkneutralprivacyvariable"
|
||||
fees: "checkneutralfeecontrolvariable"
|
||||
- bither:
|
||||
title: "Bither"
|
||||
titleshort: "Bither"
|
||||
|
@ -485,6 +507,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkfailprivacyweak"
|
||||
fees: "checkfailfeecontrolstatic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkfailprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -502,6 +525,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkfailprivacyweak"
|
||||
fees: "checkfailfeecontrolstatic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkfailprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -519,6 +543,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkfailprivacyweak"
|
||||
fees: "checkfailfeecontrolstatic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkfailprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -538,6 +563,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkfailprivacyweak"
|
||||
fees: "checkfailfeecontrolstatic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkfailprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -561,6 +587,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -584,6 +611,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
|
@ -609,6 +637,7 @@ wallets:
|
|||
transparency: "checkfailtransparencyremote"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -624,6 +653,7 @@ wallets:
|
|||
transparency: "checkfailtransparencyremote"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -648,6 +678,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -667,6 +698,7 @@ wallets:
|
|||
transparency: "checkfailtransparencyremote"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -683,6 +715,7 @@ wallets:
|
|||
transparency: "checkfailtransparencyremote"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -701,6 +734,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -719,6 +753,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -742,6 +777,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkfailfeecontrolstatic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
|
@ -759,6 +795,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkfailfeecontrolstatic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
|
@ -784,6 +821,7 @@ wallets:
|
|||
transparency: "checkfailtransparencynew"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -801,6 +839,7 @@ wallets:
|
|||
transparency: "checkfailtransparencynew"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -818,6 +857,7 @@ wallets:
|
|||
transparency: "checkfailtransparencynew"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -835,6 +875,7 @@ wallets:
|
|||
transparency: "checkfailtransparencynew"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -851,6 +892,7 @@ wallets:
|
|||
transparency: "checkfailtransparencyremote"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -935,6 +977,7 @@ wallets:
|
|||
transparency: "checkfailtransparencynew"
|
||||
environment: "checkgoodenvironmenthardware"
|
||||
privacy: "checkneutralprivacyvariable"
|
||||
fees: "checkneutralfeecontrolvariable"
|
||||
- simplebitcoinwallet:
|
||||
title: "Simple Bitcoin Wallet"
|
||||
titleshort: "Simple<br>Bitcoin"
|
||||
|
@ -954,6 +997,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -971,6 +1015,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurespv"
|
||||
|
@ -995,6 +1040,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroloverride"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
|
@ -1014,6 +1060,7 @@ wallets:
|
|||
transparency: "checkfailtransparencyremote"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroloverride"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
|
@ -1031,6 +1078,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroloverride"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
|
@ -1048,6 +1096,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmentmobile"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroloverride"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosurecentralized"
|
||||
|
@ -1071,6 +1120,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -1087,6 +1137,7 @@ wallets:
|
|||
transparency: "checkfailtransparencyremote"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -1104,6 +1155,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
@ -1121,6 +1173,7 @@ wallets:
|
|||
transparency: "checkpasstransparencyopensource"
|
||||
environment: "checkpassenvironmenttwofactor"
|
||||
privacy: "checkpassprivacybasic"
|
||||
fees: "checkpassfeecontroldynamic"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkfailprivacydisclosureaccount"
|
||||
|
|
|
@ -277,6 +277,16 @@
|
|||
checkpassprivacynetworksupporttorproxytxt: "This wallet lets you setup and use <a href=\"https://www.torproject.org/\">Tor</a> as a proxy to prevent attackers or Internet service providers from associating your payments with your IP address."
|
||||
checkfailprivacynetworknosupporttor: "Tor not supported"
|
||||
checkfailprivacynetworknosupporttortxt: "This wallet does not let you use Tor to prevent attackers or Internet service providers from associating your payments with your IP address."
|
||||
checkgoodfeecontrolfull: "Full control over fees"
|
||||
checkgoodfeecontrolfulltxt: "This wallet gives you full control over fees. This means that this wallet allows changing the fees after funds are sent using RBF or CPFP. This wallet also provides fee suggestions based on current network conditions so that your transactions are confirmed in a timely manner without paying more than you have to."
|
||||
checkpassfeecontroldynamic: "Dynamic fee suggestions"
|
||||
checkpassfeecontroldynamictxt: "This wallet provides fee suggestions which are based on current network conditions. This means that this wallet will help you choose the appropriate fee so that your transactions are confirmed in a timely manner without paying more than you have to."
|
||||
checkpassfeecontroloverride: "Dynamic fee with override"
|
||||
checkpassfeecontroloverridetxt: "This wallet provides fee suggestions which are based on current network conditions which you can override. This means that this wallet will help you choose the appropriate fee so that your transactions are confirmed in a timely manner without paying more than you have to, but ultimately gives you control if you want to override the suggestion."
|
||||
checkneutralfeecontrolvariable: "Variable fee control"
|
||||
checkneutralfeecontrolvariabletxt: "Fee control features are provided by the software wallet you use with this device. Please see the Fee Control score for the software wallet you plan to use."
|
||||
checkfailfeecontrolstatic: "Static fee suggestions"
|
||||
checkfailfeecontrolstatictxt: "This wallet does not provide any fee suggestions which are based on current network conditions. This means that your transactions may be subject to delays if the fee chosen is too low, or that you may pay a fee which is too high."
|
||||
educate: "Take time to educate yourself"
|
||||
educatetxt: "Bitcoin is different from what you know and use every day. Before you start using Bitcoin for any serious transaction, be sure to read <a href=\"#you-need-to-know#\"><b>what you need to know</b></a> and take appropriate steps to <a href=\"#secure-your-wallet#\"><b>secure your wallet</b></a>. Always remember that it is your responsibility to choose your wallet carefully and adopt good practices in order to protect your money."
|
||||
development:
|
||||
|
|
BIN
img/icons/check_fees_fail.png
Normal file
BIN
img/icons/check_fees_fail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 472 B |
59
img/icons/check_fees_fail.svg
Normal file
59
img/icons/check_fees_fail.svg
Normal file
|
@ -0,0 +1,59 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
viewBox="0 0 16 16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="check_fees_pass.svg"
|
||||
inkscape:export-filename="/home/user/bitcoin.org/img/icons/check_fees_pass.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="956"
|
||||
inkscape:window-height="1041"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="23.8396"
|
||||
inkscape:cx="13.698887"
|
||||
inkscape:cy="7.2093397"
|
||||
inkscape:window-x="2"
|
||||
inkscape:window-y="18"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg2" />
|
||||
<path
|
||||
d="M 6.5416749,9.9444357 H 9.4583258 V 9.2152829 H 8.4861086 V 5.8125233 H 7.6202277 L 6.496102,6.8530842 7.080951,7.4607174 Q 7.3999599,7.1797066 7.4987008,7.0277898 h 0.015191 V 9.2152829 H 6.5416752 V 9.9444357 z M 10.430543,8.0000163 q 0,0.5316587 -0.159504,1.0785316 Q 10.111535,9.6254213 9.8191095,10.096353 9.5266846,10.567251 9.0481716,10.863477 8.5696584,11.159703 8,11.159703 q -0.5696584,0 -1.0481711,-0.296226 Q 6.4733151,10.567251 6.180891,10.096353 5.8884661,9.6254213 5.7289615,9.0785479 5.5694577,8.531675 5.5694577,8.0000163 q 0,-0.5316915 0.1595038,-1.0785648 Q 5.8884661,6.3745783 6.180891,5.903647 6.4733151,5.4327484 6.9518289,5.1365227 7.4303416,4.8402969 8,4.8402969 q 0.5696584,0 1.0481716,0.2962258 0.478513,0.2962257 0.7709379,0.7671243 0.2924255,0.4709313 0.4519295,1.0178045 0.159504,0.5468733 0.159504,1.0785648 z M 14.31941,9.9444357 V 6.0555635 q -0.805116,0 -1.374775,-0.5696624 Q 12.374977,4.9162389 12.374977,4.1111434 H 3.6250235 q 0,0.8050955 -0.5696586,1.3747577 -0.5696587,0.5696624 -1.3747756,0.5696624 v 3.8888722 q 0.8051169,0 1.3747756,0.5696623 0.5696586,0.569664 0.5696586,1.374758 h 8.7499535 q 0,-0.805094 0.569658,-1.374758 0.569659,-0.5696623 1.374775,-0.5696623 z m 0.972218,-6.3194054 v 8.7499387 q 0,0.197495 -0.144314,0.341804 -0.144313,0.14431 -0.341795,0.14431 H 1.1944807 q -0.19748177,0 -0.34179513,-0.14431 Q 0.70837219,12.572464 0.70837219,12.374969 V 3.6250303 q 0,-0.1974948 0.14431338,-0.341804 Q 0.99699893,3.1389171 1.1944807,3.1389171 H 14.805519 q 0.197482,0 0.341795,0.1443092 0.144314,0.1443092 0.144314,0.341804 z"
|
||||
id="path4"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ee9209;fill-opacity:1" />
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
BIN
img/icons/check_fees_neutral.png
Normal file
BIN
img/icons/check_fees_neutral.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 444 B |
59
img/icons/check_fees_neutral.svg
Normal file
59
img/icons/check_fees_neutral.svg
Normal file
|
@ -0,0 +1,59 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
viewBox="0 0 16 16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="check_fees_fail.svg"
|
||||
inkscape:export-filename="/home/user/bitcoin.org/img/icons/check_fees_fail.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="956"
|
||||
inkscape:window-height="1041"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="23.8396"
|
||||
inkscape:cx="13.698887"
|
||||
inkscape:cy="7.2093397"
|
||||
inkscape:window-x="2"
|
||||
inkscape:window-y="18"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg2" />
|
||||
<path
|
||||
d="M 6.5416749,9.9444357 H 9.4583258 V 9.2152829 H 8.4861086 V 5.8125233 H 7.6202277 L 6.496102,6.8530842 7.080951,7.4607174 Q 7.3999599,7.1797066 7.4987008,7.0277898 h 0.015191 V 9.2152829 H 6.5416752 V 9.9444357 z M 10.430543,8.0000163 q 0,0.5316587 -0.159504,1.0785316 Q 10.111535,9.6254213 9.8191095,10.096353 9.5266846,10.567251 9.0481716,10.863477 8.5696584,11.159703 8,11.159703 q -0.5696584,0 -1.0481711,-0.296226 Q 6.4733151,10.567251 6.180891,10.096353 5.8884661,9.6254213 5.7289615,9.0785479 5.5694577,8.531675 5.5694577,8.0000163 q 0,-0.5316915 0.1595038,-1.0785648 Q 5.8884661,6.3745783 6.180891,5.903647 6.4733151,5.4327484 6.9518289,5.1365227 7.4303416,4.8402969 8,4.8402969 q 0.5696584,0 1.0481716,0.2962258 0.478513,0.2962257 0.7709379,0.7671243 0.2924255,0.4709313 0.4519295,1.0178045 0.159504,0.5468733 0.159504,1.0785648 z M 14.31941,9.9444357 V 6.0555635 q -0.805116,0 -1.374775,-0.5696624 Q 12.374977,4.9162389 12.374977,4.1111434 H 3.6250235 q 0,0.8050955 -0.5696586,1.3747577 -0.5696587,0.5696624 -1.3747756,0.5696624 v 3.8888722 q 0.8051169,0 1.3747756,0.5696623 0.5696586,0.569664 0.5696586,1.374758 h 8.7499535 q 0,-0.805094 0.569658,-1.374758 0.569659,-0.5696623 1.374775,-0.5696623 z m 0.972218,-6.3194054 v 8.7499387 q 0,0.197495 -0.144314,0.341804 -0.144313,0.14431 -0.341795,0.14431 H 1.1944807 q -0.19748177,0 -0.34179513,-0.14431 Q 0.70837219,12.572464 0.70837219,12.374969 V 3.6250303 q 0,-0.1974948 0.14431338,-0.341804 Q 0.99699893,3.1389171 1.1944807,3.1389171 H 14.805519 q 0.197482,0 0.341795,0.1443092 0.144314,0.1443092 0.144314,0.341804 z"
|
||||
id="path4"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#999999;fill-opacity:1" />
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
BIN
img/icons/check_fees_pass.png
Normal file
BIN
img/icons/check_fees_pass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 411 B |
55
img/icons/check_fees_pass.svg
Normal file
55
img/icons/check_fees_pass.svg
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
viewBox="0 0 16 16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="check_fees_pass.svg">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="956"
|
||||
inkscape:window-height="1041"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="23.8396"
|
||||
inkscape:cx="13.698887"
|
||||
inkscape:cy="7.2093397"
|
||||
inkscape:window-x="2"
|
||||
inkscape:window-y="18"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg2" />
|
||||
<path
|
||||
d="M 6.5416749,9.9444357 H 9.4583258 V 9.2152829 H 8.4861086 V 5.8125233 H 7.6202277 L 6.496102,6.8530842 7.080951,7.4607174 Q 7.3999599,7.1797066 7.4987008,7.0277898 h 0.015191 V 9.2152829 H 6.5416752 V 9.9444357 z M 10.430543,8.0000163 q 0,0.5316587 -0.159504,1.0785316 Q 10.111535,9.6254213 9.8191095,10.096353 9.5266846,10.567251 9.0481716,10.863477 8.5696584,11.159703 8,11.159703 q -0.5696584,0 -1.0481711,-0.296226 Q 6.4733151,10.567251 6.180891,10.096353 5.8884661,9.6254213 5.7289615,9.0785479 5.5694577,8.531675 5.5694577,8.0000163 q 0,-0.5316915 0.1595038,-1.0785648 Q 5.8884661,6.3745783 6.180891,5.903647 6.4733151,5.4327484 6.9518289,5.1365227 7.4303416,4.8402969 8,4.8402969 q 0.5696584,0 1.0481716,0.2962258 0.478513,0.2962257 0.7709379,0.7671243 0.2924255,0.4709313 0.4519295,1.0178045 0.159504,0.5468733 0.159504,1.0785648 z M 14.31941,9.9444357 V 6.0555635 q -0.805116,0 -1.374775,-0.5696624 Q 12.374977,4.9162389 12.374977,4.1111434 H 3.6250235 q 0,0.8050955 -0.5696586,1.3747577 -0.5696587,0.5696624 -1.3747756,0.5696624 v 3.8888722 q 0.8051169,0 1.3747756,0.5696623 0.5696586,0.569664 0.5696586,1.374758 h 8.7499535 q 0,-0.805094 0.569658,-1.374758 0.569659,-0.5696623 1.374775,-0.5696623 z m 0.972218,-6.3194054 v 8.7499387 q 0,0.197495 -0.144314,0.341804 -0.144313,0.14431 -0.341795,0.14431 H 1.1944807 q -0.19748177,0 -0.34179513,-0.14431 Q 0.70837219,12.572464 0.70837219,12.374969 V 3.6250303 q 0,-0.1974948 0.14431338,-0.341804 Q 0.99699893,3.1389171 1.1944807,3.1389171 H 14.805519 q 0.197482,0 0.341795,0.1443092 0.144314,0.1443092 0.144314,0.341804 z"
|
||||
id="path4"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#008000" />
|
||||
</svg>
|
After Width: | Height: | Size: 3 KiB |
Loading…
Add table
Add a link
Reference in a new issue