Jonathan "Duke" Leto f0b32b94d8 How to claim docs, finally
2019-04-27 07:42:55 -07:00
2018-08-05 22:08:10 -07:00
2019-04-19 18:42:27 -07:00
2019-04-27 07:32:16 -07:00
2019-04-18 07:16:48 -11:00
2019-03-08 03:25:10 +01:00
2018-03-12 17:54:30 -03:00
2018-05-27 21:04:55 -07:00
2017-01-03 11:22:26 +00:00
2018-08-18 00:44:01 -07:00
2019-02-24 00:57:05 +01:00
2017-01-03 11:22:26 +00:00
2018-12-31 21:41:05 -11:00
2018-04-15 01:23:57 +03:00
2017-01-03 11:22:26 +00:00
2016-10-07 16:17:08 -07:00
2018-08-18 00:44:01 -07:00
2017-01-03 11:22:26 +00:00
2018-11-25 17:06:32 +01:00
2017-01-03 11:22:26 +00:00
2017-01-03 11:22:26 +00:00
2018-08-10 00:04:07 -07:00
2019-04-27 07:42:55 -07:00
2018-09-17 01:04:34 -11:00
2017-10-22 04:08:53 +02:00

HUSH 3

What is HUSH?

Logo

HUSH (formerly Zdash) is a code fork of ZCash which has it's own genesis block. 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. All funds in all addresses as of Block 500,000 were transported to our new chain.

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

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

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.

Installing

See INSTALL.md.

License

For license information see the file COPYING.

Description
No description provided
Readme 174 MiB
Languages
C++ 44.3%
Shell 28.4%
C 19.4%
Python 4.5%
M4 1%
Other 2.3%