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 23b7663088
Update README.md
4 years ago
LICENSE Initial commit 4 years ago
README.md Update README.md 4 years ago

README.md

Hush Full Node Integration Docs

This document will help you install and maintain a Hush Full Node. It is mainly geared towards exchanges and mining pools, but will be useful to any service provider adding Hush, such as a Discord Tipbot service provider like https://tip.cc

Installing Hush from source

On Ubuntu/Linux systems, you can install Hush with these commands:

# install build depedencies
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \
      autoconf libtool ncurses-dev unzip git python zlib1g-dev wget \
      bsdmainutils automake curl unzip nano libsodium-dev
git clone https://github.com/MyHush/hush3.git
cd hush3
./build.sh -j4

Installing Hush from a binary

You can also install a binary from an official release