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.

110 lines
2.6 KiB

4 years ago
# Hush Terminology Learns You Good!
4 years ago
## Autoshielding
A feature where Hush wallets will automatically send funds to a zaddr from transparent addresses, on first use.
This protects funds, giving them privacy, without users needing to understand why or do the operation themselves.
4 years ago
## coinbase
The technical term for newly mined coins, which have no transaction history.
4 years ago
## DPoW
Delayed-Proof-of-Work, which protects HUSH with the hashrate security of Bitcoin.
4 years ago
## HIP
Hush Improvement Proposal [hips](https://git.hush.is/hush/hips)
4 years ago
4 years ago
## hushd
The main "full node" of hush. Downloads the full blockchain which is currently a few GB :)
4 years ago
## HushChat
A new "chat GUI" encrypted messenger interface to Hush wallets.
4 years ago
## ITM Attack
A shielded address linkability metadata leakage attack
4 years ago
## Komodo (KMD)
The very first Zcash Protocol genesis block to be mined, before ZEC mainnet launched.
4 years ago
## mainnet
The production network of a blockchain, as opposed to a testnet. It is similar to the `master` branch in Git.
4 years ago
## Metaverse Metadata Attack
The concept of simulating the history of a blockchain to make it leak metadata via
consensus oracle attack.
4 years ago
4 years ago
## Sapling
The latest generation of shielded addresses (zaddrs) which are fast and have many provable guarantees about certain potential bugs existing.
4 years ago
## Sapling Consolidation
An advanced feature originally developed by ZER which was ported to HUSH and improved in various ways, such as by adding Sietch support and reducing
metadata leakage. It actively "consolidates" many ZUTXOs into single and hence more efficient-to-spend ZUTXOs, which makes wallets faster and also protects against dusting attacks.
4 years ago
## Sprout
The original generation of shielded adddresses (zaddrs) which had many bugs, and were replaced with a new implementation that did not suffer
from inflation attacks.
4 years ago
## SDA
SilentDragonAndroid GUI mobile wallet
https://git.hush.is/hush/SilentDragonAndroid
4 years ago
## SDL
SilentDragonLite GUI Wallet
https://git.hush.is/hush/SilentDragonLite
4 years ago
## SD
SilentDragon GUI Full Node Wallet
https://git.hush.is/hush/SilentDragon
4 years ago
4 years ago
## Sietch
Privacy tech invented by Hush that protects against new attacks described on https://attackingzcash.com
including the ITM attack in particular and Metaverse Metadata attacks in general.
More details: https://git.hush.is/hush/sietch
4 years ago
4 years ago
## TADDR
Transparent address, which looks like `R...` on HUSH
4 years ago
## UTXO
Unspent transaction output, from a transparent address.
4 years ago
## WITNESS
An internal data structure of shielded funds.
4 years ago
## ZUTXO
Shielded unspent transaction output.
4 years ago
## ZADDR
z address aka shielded adddress which looks like `zs1....` on HUSH
## ZEC
4 years ago
Zcash mainnet