From a535b349b08f7454d1999650089ca1800f55b6ae Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 14 Nov 2020 17:52:04 -0500 Subject: [PATCH] hush.is is replacing myhush.org --- contrib/debian/control | 6 +++--- src/chainparams.cpp | 5 ++--- src/komodo_bitcoind.h | 2 +- src/util.cpp | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/contrib/debian/control b/contrib/debian/control index 567b84dfb..4b542452a 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -2,13 +2,13 @@ Source: hush Section: utils Priority: optional Maintainer: Hush -Homepage: https://myhush.org +Homepage: https://hush.is Build-Depends: autoconf, automake, bsdmainutils, build-essential, git, g++-multilib, libc6-dev, libtool, m4, ncurses-dev, pkg-config, python, unzip, wget, zlib1g-dev -Vcs-Git: https://github.com/MyHush/hush3.git -Vcs-Browser: https://github.com/MyHush/hush3 +Vcs-Git: https://git.hush.is/hush/hush3.git +Vcs-Browser: https://git.hush.is/hush/hush3 Package: hush Architecture: amd64 diff --git a/src/chainparams.cpp b/src/chainparams.cpp index d8a82f27b..7ec869193 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -182,9 +182,8 @@ public: assert(genesis.hashMerkleRoot == uint256S("0x4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b")); vFixedSeeds.clear(); vSeeds.clear(); - vSeeds.push_back(CDNSSeedData("node1", "dnsseed.myhush.org")); - vSeeds.push_back(CDNSSeedData("node2", "dnsseed2.myhush.org")); - vSeeds.push_back(CDNSSeedData("node3", "dnsseed.bleuzero.com")); + vSeeds.push_back(CDNSSeedData("node1", "dnsseed.hush.is")); + vSeeds.push_back(CDNSSeedData("node2", "dnsseed2.hush.is")); // TODO: set up bootstrapping for mainnet base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,60); base58Prefixes[SCRIPT_ADDRESS] = std::vector(1,85); diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 9e2182104..c96fe84cc 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -1236,7 +1236,7 @@ CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams); // This function defines the Hush Founders Reward (AKA Dev Tax) // 10% of all block rewards go towards Hush core team // If you do not like this, you are encouraged to fork the chain -// or start your own Hush Smart Chain: https://github.com/myhush/hush-smart-chains +// or start your own Hush Smart Chain: https://git.hush.is/hush/hush-smart-chains // HUSH supply curve cannot be exactly represented via KMD AC CLI args, so we do it ourselves. // You specify the BR, and the FR % gets added so 10% of 12.5 is 1.25 // but to tell the AC params, I need to say "11% of 11.25" is 1.25 diff --git a/src/util.cpp b/src/util.cpp index ed81fe2d8..f4873e5a7 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -980,7 +980,7 @@ std::string PrivacyInfo() { return "\n" + FormatParagraph(strprintf(_("In order to ensure you are adequately protecting your privacy when using Hush, please see <%s>."), - "https://myhush.org/security/")) + "\n"; + "https://hush.is/security/")) + "\n"; } std::string LicenseInfo() @@ -991,7 +991,7 @@ std::string LicenseInfo() FormatParagraph(strprintf(_("Copyright (C) 2015-%i jl777 and SuperNET developers"), COPYRIGHT_YEAR)) + "\n" + FormatParagraph(strprintf(_("Copyright (C) 2018-%i Duke Leto and The Hush developers"), COPYRIGHT_YEAR)) + "\n" + "\n" + - FormatParagraph(_("This is experimental software!!!")) + "\n" + + FormatParagraph(_("This is experimental Free Software! Fuck Yeah!!")) + "\n" + "\n" + FormatParagraph(_("Distributed under the GPLv3 software license, see the accompanying file COPYING or .")) + "\n" + "\n";