From 26b75cc9d18fd6be6a32421c6b06ccbe44e518cc Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 20 Oct 2021 23:25:01 -0400 Subject: [PATCH 1/3] That file no longer exists --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7b33f6bae..e1323ec2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,7 @@ RUN cd /hush && \ ./configure --with-incompatible-bdb --with-gui || true && \ ./build.sh -j$(nproc) -RUN ln -sf /hush/src/komodod /usr/bin/komodod && \ - ln -sf /hush/src/hushd /usr/bin/hushd && \ +RUN ln -sf /hush/src/hushd /usr/bin/hushd && \ ln -sf /hush/src/hush-tx /usr/bin/hush-tx && \ ln -sf /hush/src/wallet-utility /usr/bin/hush-wallet-utility && \ ln -sf /hush/src/hush-smart-chain /usr/bin/hush-smart-chain && \ From ce027ccd4bb5ec317310835ec6fe8f3de5fc878e Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 20 Oct 2021 23:26:28 -0400 Subject: [PATCH 2/3] Various updates from binary name change --- contrib/debian/hush.install | 4 ++-- zcutil/build-win.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/debian/hush.install b/contrib/debian/hush.install index d81b1afe5..fecbe25e4 100644 --- a/contrib/debian/hush.install +++ b/contrib/debian/hush.install @@ -1,2 +1,2 @@ -usr/bin/komodod -usr/bin/komodo-cli +usr/bin/hushd +usr/bin/hush-cli diff --git a/zcutil/build-win.sh b/zcutil/build-win.sh index efb7c2767..4b1960245 100755 --- a/zcutil/build-win.sh +++ b/zcutil/build-win.sh @@ -24,4 +24,4 @@ cd $WD CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site CXXFLAGS="-DPTW32_STATIC_LIB -DCURL_STATICLIB -fopenmp -pthread" ./configure --prefix="${PREFIX}" --host=x86_64-w64-mingw32 --enable-static --disable-shared sed -i 's/-lboost_system-mt /-lboost_system-mt-s /' configure cd src/ -CC="${CC} -g " CXX="${CXX} -g " make V=1 komodod.exe komodo-cli.exe komodo-tx.exe +CC="${CC} -g " CXX="${CXX} -g " make V=1 hushd.exe hush-cli.exe hush-tx.exe From c73365e633bfa283703146b4afe521003ed021b9 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 20 Oct 2021 23:27:25 -0400 Subject: [PATCH 3/3] update issue template --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index d2df1792c..47605991b 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -38,7 +38,7 @@ Run `hushd --version` to find out ### Any extra information that might be useful in the debugging process. -This includes the relevant contents of `~/.komodo/HUSH3/debug.log`. You can paste raw text, attach the file directly in the issue or link to the text via a pastebin type site. +This includes the relevant contents of `~/.hush/HUSH3/debug.log` or `~/.komodo/HUSH3/debug.log` if you have a legacy install. You can paste raw text, attach the file directly in the issue or link to the text via a pastebin type site. Please also include any non-standard things you did during compilation (extra flags, dependency version changes etc.) if applicable. Beware that usernames and IP addresses and other metadata is definitely in this log file!