Hush Is Bitcoin. All the ways Hush is like Bitcoin.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

162 lines
5.4 KiB

<html lang="en">
<!-- Speak And Transact Freely https://hush.is -->
<!-- WTFBBQ are you doing reading the comments like a crazy person?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{ Fuck Blockchain Analysts }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\ ^__^
\ (@@)\_______
(__)\ )\/\
||----w |
|| ||
- Duke Leto and The Hush Developers
-->
<head>
<title>Hush Is Bitcoin</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="https://hush.is/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/milligram/1.1.0/milligram.min.css'>
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Poppins:300,400,500,700'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'>
<link rel="stylesheet" href="style.css?v=422">
</head>
<body>
<div id="app">
<div class="jumbo text-center">
<div class="logo">
<img src="hush-icon-white.png?new">
</div>
<br>
<h1>Hush Is Bitcoin</h1>
</div>
<div id="build" class="content">
<!--
<div id="meme" class="animated fadeInDown text-centered">
<center>
<img src="./blah.jpg">
</center>
</div> <br>
-->
<center>
<h2>Hush Is Bitcoin Because...</h2>
</center>
<div class="row">
<div class="column">
<center>
<h4>Hush traces our code directly back to Satoshi's Bitcoin 0.11.2</h4>
</center>
<p>
The Hush source code has a copy of Bitcoin source code inside of it, we have a partial history of
the Bitcoin commit history, and many files inside of Hush start with Satoshi's name. We built
on the shoulders of giants.
</p>
<center>
<a target="_blank" href="https://git.hush.is/hush/"><img border=0 width="75%" src="./hush-code-is-bitcoin.png"></a>
</center>
<br>
<br>
<center>
<h4>Hush implements Bitcoin Protocol</h4>
</center>
<p>
Hush adds a new type of private address tech on top of normal Bitcoin addresses. Many of the basics of
the protocol are the same, such as using a public key, private key, encoded address with checksum bytes,
Proof-of-Work. A large part of Hush internals is exactly how Satoshi designed things, and we love that.
</p>
<p>
Hush developers do not think SegWit was a good idea, we are an alternate reality where SegWit did not happen.
We believe it needlessly complicates internals code, making a beautiful and relatively simple system unnecessarily complex.
Hush is actually Satoshi's Vision, with no Segwit. Our solution to scaling is to launch as many blockchains
as needed, while keeping fees very low for users. The future is multi-chain and <a href="https://hush.is/hsc-creator/">Hush Smart Chains</a> solves the problem
in a single command.
</p>
<center>
<a target="_blank" href="https://dpow.hush.is"><img border=0 width="50%" src="./licking-hush.gif"></a>
</center>
<center>
<h4>Hush Uses Bitcoin For Security</h4>
</center>
<br>
<p>
Hush relies on BTC mainnet for protection from mining attacks. This is done via Delayed-Proof-of-Work, which allows blockchains with smaller hashrates to be protected by blockchains with larger hashrates.
Hush allows other cryptocoins to be protected by Bitcoin Hashrate, by paying the Hush community to be protected. It is a lot of work for the first cryptocoin to be protected, but then each additional
chain is a much smaller amount of work. It does not take up more space on the Bitcoin blockchain to protect 1 or 1000 cryptocoins, because of the design. It is very efficient and practical way of
protecting exchanges from double spend attacks.
</p>
<h4>Hush Has No Company Or Foundation</h4>
<p>
Just like Bitcoin, we are a decentralized community of cypherpunks. There is no evil company or shady foundation.
</p>
<!--
<center>
<a target="_blank" href="https://twitter.com/dukeleto"><img border=0 width="50%" src="./how-it-goes.jpg"></a>
</center>
<br>
-->
<p>
We invite you to join the Hush community via these various hypertextual links!
</p>
</div>
</div>
</div>
<center>
<a href="https://git.hush.is">Git</a>
|
<a href="https://hush.is">Website</a>
|
<a href="https://explorer.hush.is">Explorer</a>
|
<a href="https://hush.is/youtube">YouTube</a>
<br>
Telegram
<a href="https://hush.is/tg">Official (English)</a>
|
<a href="https://hush.is/tgru">Official (Russian)</a>
|
<a href="https://hush.is/tgzh">Official (Chinese)</a>
|
<a href="https://hush.is/tges">Official (Spanish)</a>
|
<a href="https://hush.is/telegram_support">Support</a>
|
<a href="https://hush.is/telegram_mining"> Mining</a>
<br>
<a href="https://hush.is/reddit">Reddit</a>
|
<a href="https://hush.is/bitcointalk">BitcoinTalk</a>
|
<a href="https://hush.is/mastodon">Mastodon</a>
|
<a href="https://hush.is/matrix">Matrix</a>
|
<a href="https://hush.is/twitter">Twitter</a>
<br><br><br>
Copyright 2020-2021 The Hush Developers
<!--
<a target=_blank href="https://hush.is/hsc-creator/"><img width="50%" border=0 src="./hush-lights.gif"></a>
-->
<br><br><br>
</center>
</div>
<script src='https://unpkg.com/vue'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='main.js?v=1'></script>
</body>
</html>