Hush Full Node software. We were censored from Github, this is where all development happens now. https://hush.is
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.
 
 
 
 
 
 
Duke Leto 9444d8de85 update manpages 4 years ago
.github Update Github issue template 6 years ago
build-aux/m4 build: force a c++ standard to be specified 6 years ago
contrib update manpages 4 years ago
depends Update libsodium url 4 years ago
doc update manpages 4 years ago
qa remove junk 5 years ago
share Remove OSX and Windows files from Makefile + share directory. 6 years ago
src bump version to 3.2.2 4 years ago
zcutil Unbreak stuff 5 years ago
.gitattributes Separate protocol versioning from clientversion 10 years ago
.gitignore Merge branch 'master' into beta 5 years ago
.gitlab-ci.yml add wget and fetch-params 5 years ago
.gitmodules remove cryptoconditions submodule 6 years ago
.travis.yml mostly port travis.yml to hush, api keys are not correct yet 5 years ago
AUTHORS add authors file 5 years ago
AUTH_KEY.json.enc fixing broken auth 6 years ago
Brewfile Removing unnecessary slashes 6 years ago
CONTRIBUTING.md update contributing doc 5 years ago
COPYING clean up some junk in COPYING 5 years ago
DEVELOPING.md add dev doc 5 years ago
Dockerfile curl fix 6 years ago
INSTALL.md document install/uninstall deb 5 years ago
Makefile.am Remove agama dingleberries and fix manpages 5 years ago
Makefile.am.patch added patch files 7 years ago
README-mac.md build system updates 5 years ago
README.md Fix link in readme to install instructions 5 years ago
SECURITY.md add security info 5 years ago
autogen.sh Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems 10 years ago
boost.mk.patch added patch files 7 years ago
code_of_conduct.md Update code of conduct info 5 years ago
configure.ac bump version to 3.2.2 4 years ago
configure.ac.patch added patch files 7 years ago
darwin.host.mk.patch lets get rid of this message: 'section __textcoal_nt is deprecated' 6 years ago
darwin.mk.patch lets get rid of this message: 'section __textcoal_nt is deprecated' 6 years ago
equihash.cpp.patch added patch files 7 years ago
libsnark.mk.patch Removing unnecessary slashes 6 years ago
libzcashconsensus.pc.in Rename libbitcoinconsensus to libzcashconsensus 8 years ago
makeReleaseMac.sh build system updates 5 years ago
migratecoin.sh shell script to document migrate process 6 years ago
packages.mk.patch added patch files 7 years ago
resolve.sh notarization check for asset chains 6 years ago
sapling-output.params Add Sapling param files 5 years ago
sapling-spend.params Add Sapling param files 5 years ago
toolchain-info.sh fix OSX 5 years ago
user-config.jam darwin 333 7 years ago

README.md

HUSH 3

What is HUSH?

Logo

HUSH (originally Zdash) is a code fork of ZCash which has it's own genesis block. It is not a fork of another network. Based on Bitcoin's code, it intends to offer a far higher standard of privacy through a sophisticated zero-knowledge proving scheme that preserves confidentiality of transaction metadata.

This software is the HUSH node and command-line client. It downloads and stores the entire history of HUSH transactions; depending on the speed of your computer and network connection, the synchronization process could take a day or more once the blockchain has reached a significant size.

HUSH is unfinished and highly experimental. Use at your own risk!

Discord

Please feel free to join us on Discord at https://myhush.org/discord There are many channels, some you might enjoy are #general, #support and #mining.

Claiming Funds From Old Hush Wallets

Hush migrated to a new mainnet after Block 500,000 on the old Hush blockchain. Funds in addresses as of Block 500,000 were transported to our new chain. About 31,000 addresses with at least 0.00000001 HUSH were transported to the new Hush mainnet.

To claim funds on the new chain, there are few options.

Funds on exchanges

Firstly, no bueno! Not your keys, not your coins. It's best not to store coins on exchanges. But in this case, you lucked out! There is nothing to do to claim new coins if you have coins on an exchange that supports the new Hush chain. The exchange will follow the instructions from the next section and you will magically have funds on the new chain. Note that old Hush addresses started with t1 and now they begin with R.

To see what an old HUSH v2 address looks like on the new chain, this online tool can be used: https://dexstats.info/addressconverter.php

or this command line tool: https://github.com/MyHush/hush3/blob/duke/contrib/convert_address.py

Using an old wallet.dat

Backup your old HUSH wallet.dat, and backup any current wallet.dat that is in your

    ~/.komodo/HUSH3/

directory. There is no way to lose funds, as long as you have backups!!! Make sure to make backups. Do not skip this step.

Make sure any/all GUI wallets are stopped! Also make sure your old Hush node and new Hush3 node are stopped:

    cd hush3
    ./src/hush-cli stop

Do not copy wallets or move wallets while your full node is running! This could corrupt your wallet!

Now copy your old Hush wallet.dat to

    ~/.komodo/HUSH3/

with a command like

    # DO NOT RUN THIS WITHOUT MAKING BACKUPS!
    cp ~/.hush/wallet.dat ~/.komodo/HUSH3/

The reason this works is that both old HUSH and new HUSH are still Bitcoin Protocol coins, which both use secp256k1 public keys. Now start your HUSH3 node again, with this special CLI argument that will clear out transactions from your wallet:

    cd hush3
    ./src/hushd -zapwallettxes

This will cause a full history rescan, which will take some time. Once it's complete, you can see your funds with this command:

    ./src/hush-cli getwalletinfo

NOTE: Do not use this wallet except to send funds to a new wallet!

Private Keys

You can also transport funds one address at a time via private keys.

Agama Desktop Wallet WIF-to-WIF Tool can convert between old HUSH and new HUSH3 private keys.

Web Wallet Seed Phrase

Nothing needs to be done, and if you use the Hush web wallet with a seed phrase, you can unlock your new funds on the new Hush mainnet with the same seedphrase.

This web wallet is hosted on a best-effort basis to give newcomers an easy way to make addresses for mining and other uses. Please heed this advice to keep your funds safe:

  • DO NOT USE FOR LARGE AMOUNTS, use a full node or light wallet
  • ALWAYS ACCESS VIA https://
  • DO NOT USE FROM PUBLIC WIFI
  • DO NOT USE ON A COMPUTER OTHER PEOPLE USE
  • BACK UP YOUR SEED PHRASE (multiple paper copies)

Even if you follow all those rules, due to web wallets relying on DNS and IP addresss, there are still potential attacks. You have been warned: https://wallet.myhush.org

The source code for the Hush web wallet is here: https://github.com/MyHush/myhushwallet

Installing

See INSTALL.md.

License

For license information see the file COPYING.