user 3 years ago
parent
commit
9c07b40590
  1. 105
      css/styles.css
  2. 4
      faq.html
  3. 2
      hush-is-better-than-komodo.html
  4. 2
      hush-is-better-than-monero.html
  5. 2
      hush-is-better-than-pirate.html
  6. 2
      hush-is-better-than-zcash.html
  7. 2
      hushchat.html
  8. 2
      hushdex.html
  9. 2
      index.html
  10. 44
      pub/onryokey.txt
  11. 4
      team.html

105
css/styles.css

@ -1,105 +0,0 @@
body {
background-color: #101010;
max-width: 800px;
margin: auto;
font-family: 'monospace';
color: #808080;
text-align: center
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 20px
}
td {
border: 1px solid #1a1a1a;
font-size: 16px;
padding: 0.5em
}
td:hover {
background-color: #1a1a1a
}
pre {
background-color: #0d0d0d;
border: 1px solid #1a1a1a;
font-size: 6px;
padding: 20px;
color: #999999
}
details {
cursor: pointer;
background-color: #0d0d0d;
text-align: left;
margin-top: 20px;
padding: 0.5em;
border: 1px solid #1a1a1a;
font-size: 13px
}
summary {
outline: none;
padding: 0.5em
}
.blockt {
border: 1px solid #1a1a1a;
padding: 0.3em;
background-color: #0d0d0d;
margin-top: 20px;
text-align: left;
font-size: 13px;
word-wrap: break-word
}
.block {
margin-top: 20px;
text-align: left;
font-size: 13px
}
.block p {
border: 1px solid #1a1a1a;
padding: 0.7em;
background-color: #0d0d0d
}
.blockt p {
padding-left: 0.7em;
padding-right: 0.7em
}
.links {
margin: 20px;
font-size: 14px
}
a:link {
color: #808080;
text-decoration: none
}
a:visited {
color: #808080
}
a:hover {
color: #808080
}
* {
scrollbar-width: thin;
scrollbar-color: #333333 #101010
}
::-webkit-scrollbar {
width: 6px
}
::-webkit-scrollbar-thumb {
background: #333333
}

4
faq.html

@ -1,7 +1,7 @@
<!doctype html>
<head>
<title>F.A.Q | Hush - Transact and Speak Freely</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
@ -56,7 +56,7 @@
<details><summary>Where can I get Hush?</summary>The only official place to get Hush source code and binaries is git.hush.is, which is the Hush Gitea instance, which replaces Github since Github has suspened the account of Duke Leto for unknown reasons. Duke develops code free from the censorship and racism of Github/Microsoft.</details>
<details><summary>How can I get to know HUSH better?</summary>Hush, the world's first pure Sapling chain (yes, even before ZEC themselves) eliminating all risk of Sprout inflation bugs and reducing download size by over 1.6 GB, Hush v3 Whitepaper: https://git.hush.is/hush/hush-v3-whitepaper/src/branch/master/hush-v3.pdf<br><br>HushList is a protocol for mailing list style messages on the Hush chain, HushList Whitepaper: https://git.hush.is/hush/hushlist/src/branch/master/whitepaper/protocol.pdf<br><br>HushChat Private Instant Messenger Protocol on Hush: https://git.hush.is/hush/hushchat<br><br>Sietch, a Hush-written metadata protecting functionality: https://git.hush.is/hush/sietch-whitepaper/raw/branch/master/sietch.pdf</details>
<details><summary>What Operating Systems Does Hush Work On?</summary>We support Debian/Ubuntu, Arch and ARM based devices such as Raspberry Pi.</details>
<details><summary>How can I install Hush?</summary>sudo apt install git curl qt5-default build-essential libqt5websockets5-dev qttools5-dev-tools -y<br><br>curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh -s -- -y && exit<br><br>git clone https://git.hush.is/hush/SilentDragonLite.git && cd SilentDragonLite/ && ./build.sh linguist && ./build.sh && ./run-after-build.sh</details>
<details><summary>How can I install Hush?</summary>sudo apt install git curl rustc cargo qt5-default build-essential libqt5websockets5-dev qttools5-dev-tools -y && git clone https://git.hush.is/hush/SilentDragonLite.git && cd SilentDragonLite/ && ./build.sh linguist && ./build.sh && ./run-after-build.sh</details>
<details><summary>How can I buy/get Hush anonymously?</summary>Buy Monero locally or with Monero ATMs by covering your face and eyes, then buy Hush on HushDEX, which is in progress, but the best way is to mine Hush with ASICs.<br><br>The less private way is to buy Bitcoin on localbitcoins or Bisq and exchange them with safe.trade, please use Tor and fake credentials as it is not secure to use CEXs.<br><br>Also consider some localbitcoins alternatives that provides an ability to buy BTC/XMR and other cryptocoins with cash in person, such as paxful, localcoinswap, hodlhodl and others</details>
<details><summary>Can I mine HUSH on a personal PC?</summary>No, only ASIC mining is recommended. HUSH uses the same Equihash (200,9) algo as Zcash, Horizen or Komodo, all miners are able to switch to HUSH mining at any second.</details>
<details><summary>What is the best ASIC miner to use for mining HUSH?</summary>Z15, Z11, A9++, A9+, A9, but only the first two can be considered as profitable, also please note that it varies drastically, do your own research, asicminervalue.com may help.</details>

2
hush-is-better-than-komodo.html

@ -1,7 +1,7 @@
<!doctype html>
<head>
<title>Hush vs KYCcoin | Hush - Transact and Speak Freely</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

2
hush-is-better-than-monero.html

@ -1,7 +1,7 @@
<!doctype html>
<head>
<title>Hush vs BadCaca | Hush - Transact and Speak Freely</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

2
hush-is-better-than-pirate.html

@ -1,7 +1,7 @@
<!doctype html>
<head>
<title>Hush vs Testcoin | Hush - Transact and Speak Freely</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

2
hush-is-better-than-zcash.html

@ -1,7 +1,7 @@
<!doctype html>
<head>
<title>Hush vs Tcash | Hush - Transact and Speak Freely</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

2
hushchat.html

@ -1,7 +1,7 @@
<!doctype html>
<head>
<title>Messenger | Hush - Transact and Speak Freely</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

2
hushdex.html

@ -1,7 +1,7 @@
<!doctype html>
<head>
<title>HushDex | Hush - Transact and Speak Freely</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

2
index.html

@ -1,7 +1,7 @@
<!doctype html>
<head>
<title>Home | Hush - Transact and Speak Freely</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

44
pub/onryokey.txt

@ -1,44 +0,0 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
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
OjRxxzJdmP4xzeRF2/l8CdQo19A=
=m7Dk
-----END PGP PUBLIC KEY BLOCK-----

4
team.html

@ -1,7 +1,7 @@
<!doctype html>
<head>
<title>Team | Hush - Transact and Speak Freely</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
@ -53,7 +53,7 @@
</table>
<div class="blockt"><p>Duke Leto has retired to a life of extreme privacy but still enjoys giving advice and mentoring the next generation of Hush Developers. Sometimes he even writes code.</p><ul><li>duke.leto.net</li><li>git.hush.is/duke</li><li>keybase.io/dukeleto</li><li>CVE-2019-11636, CVE-2019-16930</li><li>attackingzcash.com, saplingwoodchipper.github.io</li></ul></div>
<div class="blockt"><p>jahway603 believes in privacy and in the re-decentralization of the internet. Hush and HushChat will be a part of this future.</p><ul><li>social.linux.pizza/@jahway603</li><li>git.hush.is/jahway603</li><li>app.element.io/#/room/#hush:privacytools.io</li></ul></div>
<div class="blockt"><p>onryō is a translator and a bit of some other things, it believes that in most cases privacy means security, so bringing Hush to the masses will make the world safer.</p><ul><li>git.hush.is/onryo</li><li>onryo[at]hush.community</li><li>curl https://hush.community/pub/onryokey.txt -o key.txt</li><li>7040 8472 D3A2 21EE E8A1 B0E0 16CE 08AF A4B1 5CA0</li></ul></div>
<div class="blockt"><p>onryō is a translator and a bit of some other things, it believes that in most cases privacy means security, so bringing Hush to the masses will make the world safer.</p><ul><li>git.hush.is/onryo</li><li>onryo[at]hush.community</li><li>curl https://hush.land/onryokey.txt -o key.txt</li><li>7040 8472 D3A2 21EE E8A1 B0E0 16CE 08AF A4B1 5CA0</li></ul></div>
<div class="links">
<a href="https://app.element.io/#/room/#hush:privacytools.io"><span style="color: #262626">[</span> element <span style="color: #262626">]</span></a>
<a href="https://fosstodon.org/@myhushteam"><span style="color: #262626">[</span> fosstodon <span style="color: #262626">]</span></a>

Loading…
Cancel
Save