Skip to content

Instantly share code, notes, and snippets.

@leto
Last active April 14, 2019 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leto/1e9fd3593f76a504e530ee143266e27f to your computer and use it in GitHub Desktop.
Save leto/1e9fd3593f76a504e530ee143266e27f to your computer and use it in GitHub Desktop.
Hush v3 Testnet instructions

Testnet instructions

Beware, this can change at any minute! Current asset name for testnet is HUSHT

git clone https://github.com/MyHush/hush3
cd hush3
git checkout duke
./zcutil/build.sh -j$(nproc)

# just connect to testnet, no mining
./src/hushd-testnet -addnode=188.165.212.101

# to mine with a CPU
./src/hushd-testnet -addnode=188.165.212.101
./src/hush-cli-testnet setgenerate true 1

# You can point hushd at an already existing komodod as well, but make sure it's compatible!
KOMODOD=/some/other/komodod ./src/hushd -addnode=188.165.212.101  &> hush.log &

Debug log

tail -f hush.log for all stdout/stderr and look at $HOME/.komodo/HUSHT/debug.log for more details

Commands

hush-cli getwalletinfo OR komodo-cli -ac_name=HUSHT getinfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment