Skip to content

Commit cdbd7a0

Browse files
committed
Bump to 0.93
Signed-off-by: Pttn <28868425+Pttn@users.noreply.github.com>
1 parent 546546a commit cdbd7a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

StratumClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include "Client.hpp"
1313

14-
constexpr const char* userAgent("rieMiner/0.93b");
14+
constexpr const char* userAgent("rieMiner/0.93");
1515

1616
static std::array<uint8_t, 32> calculateMerkleRootStratum(const std::vector<std::array<uint8_t, 32>> &merkleBranches) {
1717
std::array<uint8_t, 32> merkleRoot{};

TestServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// (c) 2021 Pttn (https://github.com/Pttn/rieMiner)
1+
// (c) 2021 Pttn (https://riecoin.dev/en/rieMiner)
22

33
#include <chrono>
44
#include <cstdio>

main.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
using namespace std::string_literals;
1919

20-
#define versionString "rieMiner 0.93beta1"
20+
#define versionString "rieMiner 0.93"
2121
#define primeTableFile "PrimeTable64.bin"
2222

2323
extern int DEBUG;
@@ -93,7 +93,7 @@ struct Options {
9393
password(""),
9494
mode("Benchmark"),
9595
payoutAddress("ric1qr3yxckxtl7lacvtuzhrdrtrlzvlydane2h37ja"),
96-
secret("/rM0.93b/"),
96+
secret("/rM0.93/"),
9797
tuplesFile("Tuples.txt"),
9898
filePrimeTableLimit(0),
9999
debug(0),

0 commit comments

Comments
 (0)