From d5cc1a459c0e7881a5854e64a0d0e575683c2e56 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 28 Jan 2021 05:02:41 -0500 Subject: [PATCH] Overview of Hush doc --- doc/overview.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/overview.md diff --git a/doc/overview.md b/doc/overview.md new file mode 100644 index 000000000..334cfe84b --- /dev/null +++ b/doc/overview.md @@ -0,0 +1,27 @@ +# Hush Overview + +## Mining Algorithm + +Equihash (200,9) (ASIC) + +## Block time + +75 seconds + +## Block size + +4MB + +## P2P + +TLS1.3 via WolfSSL is enforced for all network connections as of v3.6.1 + +## RPC + +Inherited many RPC's from Bitcoin and Zcash with many new ones + +## Consensus + +Hush is a mandatory privacy blockchain as of Block 340000 (Nov 2020), +which means you can only send to a shielded address, never to a transparent +address. This is enforced via consensus rules and sometimes called "z2z".