From cdbd7a000bba19ebf8628a25bf509d67010269aa Mon Sep 17 00:00:00 2001 From: Pttn <28868425+Pttn@users.noreply.github.com> Date: Fri, 29 Oct 2021 06:13:22 +0200 Subject: [PATCH] Bump to 0.93 Signed-off-by: Pttn <28868425+Pttn@users.noreply.github.com> --- StratumClient.cpp | 2 +- TestServer.cpp | 2 +- main.hpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/StratumClient.cpp b/StratumClient.cpp index 10d169d..e5a80db 100644 --- a/StratumClient.cpp +++ b/StratumClient.cpp @@ -11,7 +11,7 @@ #include "Client.hpp" -constexpr const char* userAgent("rieMiner/0.93b"); +constexpr const char* userAgent("rieMiner/0.93"); static std::array calculateMerkleRootStratum(const std::vector> &merkleBranches) { std::array merkleRoot{}; diff --git a/TestServer.cpp b/TestServer.cpp index cb733f7..21cbd5a 100644 --- a/TestServer.cpp +++ b/TestServer.cpp @@ -1,4 +1,4 @@ -// (c) 2021 Pttn (https://github.com/Pttn/rieMiner) +// (c) 2021 Pttn (https://riecoin.dev/en/rieMiner) #include #include diff --git a/main.hpp b/main.hpp index ee9f415..26f74b4 100644 --- a/main.hpp +++ b/main.hpp @@ -17,7 +17,7 @@ using namespace std::string_literals; -#define versionString "rieMiner 0.93beta1" +#define versionString "rieMiner 0.93" #define primeTableFile "PrimeTable64.bin" extern int DEBUG; @@ -93,7 +93,7 @@ struct Options { password(""), mode("Benchmark"), payoutAddress("ric1qr3yxckxtl7lacvtuzhrdrtrlzvlydane2h37ja"), - secret("/rM0.93b/"), + secret("/rM0.93/"), tuplesFile("Tuples.txt"), filePrimeTableLimit(0), debug(0),