Skip to content

Commit

Permalink
Bump to 0.93
Browse files Browse the repository at this point in the history
Signed-off-by: Pttn <28868425+Pttn@users.noreply.github.com>
  • Loading branch information
Pttn committed Oct 29, 2021
1 parent 546546a commit cdbd7a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion StratumClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "Client.hpp"

constexpr const char* userAgent("rieMiner/0.93b");
constexpr const char* userAgent("rieMiner/0.93");

static std::array<uint8_t, 32> calculateMerkleRootStratum(const std::vector<std::array<uint8_t, 32>> &merkleBranches) {
std::array<uint8_t, 32> merkleRoot{};
Expand Down
2 changes: 1 addition & 1 deletion TestServer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2021 Pttn (https://github.com/Pttn/rieMiner)
// (c) 2021 Pttn (https://riecoin.dev/en/rieMiner)

#include <chrono>
#include <cstdio>
Expand Down
4 changes: 2 additions & 2 deletions main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -93,7 +93,7 @@ struct Options {
password(""),
mode("Benchmark"),
payoutAddress("ric1qr3yxckxtl7lacvtuzhrdrtrlzvlydane2h37ja"),
secret("/rM0.93b/"),
secret("/rM0.93/"),
tuplesFile("Tuples.txt"),
filePrimeTableLimit(0),
debug(0),
Expand Down

0 comments on commit cdbd7a0

Please sign in to comment.