Browse Source

update readme

master
Duke Leto 4 years ago
parent
commit
f0708f2dbd
  1. 43
      README.md

43
README.md

@ -1,22 +1,45 @@
# Hush Terminology Learns You Good!
## Autoshielding
## 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.
## block
A collection of transactions, potentially zero, and a coinbase mining reward paid to miners.
HUSH blocks have two coinbase per block, the second being the Hush Founders Reward (Dev Tax).
## coinbase
The technical term for newly mined coins, which have no transaction history.
## Dev Tax
Hush Founders Reward is 10% of all coinbase mining rewards in all blocks go to the Hush
Team, in perpetuity. These funds are used to run the project, including but not limited to:
* server fees
* domain fees
* dev bounties
In comparison, Zcash (ZEC) takes 20%, and has done since the genesis block. In HUSH, the
dev tax was not added until after Block 500000 of the original network, which means
that the Zcash Dev Tax is 20% of all supply, i.e. 4200000 ZEC. The HUSH Dev Tax is
is less than 10% of circulating HUSH supply, because it was started much later.
## DPoW
Delayed-Proof-of-Work, which protects HUSH with the hashrate security of Bitcoin.
## HIP
Hush Improvement Proposal [hips](https://github.com/myhush/hips)
## Founders Reward
See Dev Tax.
## HIP
Hush Improvement Proposal [hips](https://git.hush.is/hush/hips)
## hushd
@ -62,31 +85,35 @@ from inflation attacks.
SilentDragonAndroid GUI mobile wallet
https://github.com/MyHush/SilentDragonAndroid
https://git.hush.is/hush/SilentDragonAndroid
## SDL
SilentDragonLite GUI Wallet
https://github.com/MyHush/SilentDragonLite
https://git.hush.is/Hush/SilentDragonLite
## SD
SilentDragon GUI Full Node Wallet
https://github.com/MyHush/SilentDragon
https://git.hush.is/hush/SilentDragon
## 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://github.com/MyHush/sietch
More details: https://git.hush.is/hush/sietch
## TADDR
Transparent address, which looks like `R...` on HUSH
Transparent address, which looks like `R...` on HUSH. Bitcoin only has taddrs.
## TXO
Transaction output, spent or unspent.
## UTXO

Loading…
Cancel
Save