Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
psychocrypt committed Nov 15, 2019
1 parent e72a80d commit f8d367e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 28 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ XMR-Stak-RX is a universal free and open source stratum pool miner. This miner s
* [Supported coins and algorithms](#supported-coins-and-algorithms)
* [Download](#download)
* [FAQ](doc/FAQ.md)
* [Developer Donation](#default-developer-donation)
* [Developer Donation](#developer-donation)
* [Developer PGP Key's](doc/pgp_keys.md)

## Guides and FAQ
Expand Down Expand Up @@ -67,9 +67,9 @@ Please note, this list is not complete and is not an endorsement.

You can find the latest releases and precompiled binaries on GitHub under [Releases](https://github.com/fireice-uk/xmr-stak/releases).

## Default Developer Donation
## Developer Donation

If you want to donate directly to support further development, here is my wallet
If you want to donate directly to support further development, here are our wallets

fireice-uk:
```
Expand Down
1 change: 0 additions & 1 deletion xmrstak/cli/cli-miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "xmrstak/backend/backendConnector.hpp"
#include "xmrstak/backend/globalStates.hpp"
#include "xmrstak/backend/miner_work.hpp"
#include "xmrstak/donate-level.hpp"
#include "xmrstak/jconf.hpp"
#include "xmrstak/misc/configEditor.hpp"
#include "xmrstak/misc/console.hpp"
Expand Down
19 changes: 0 additions & 19 deletions xmrstak/donate-level.hpp

This file was deleted.

1 change: 0 additions & 1 deletion xmrstak/misc/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "xmrstak/backend/iBackend.hpp"
#include "xmrstak/backend/miner_work.hpp"

#include "xmrstak/donate-level.hpp"
#include "xmrstak/http/webdesign.hpp"
#include "xmrstak/jconf.hpp"
#include "xmrstak/misc/console.hpp"
Expand Down
1 change: 0 additions & 1 deletion xmrstak/misc/executor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "telemetry.hpp"
#include "thdq.hpp"
#include "xmrstak/backend/iBackend.hpp"
#include "xmrstak/donate-level.hpp"
#include "xmrstak/misc/environment.hpp"
#include "xmrstak/net/msgstruct.hpp"

Expand Down
2 changes: 1 addition & 1 deletion xmrstak/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#define XMRSTAK_PP_TOSTRING1(str) #str
#define XMRSTAK_PP_TOSTRING(str) XMRSTAK_PP_TOSTRING1(str)

#define VERSION_LONG XMR_STAK_NAME "/" XMR_STAK_VERSION "/" XMRSTAK_PP_TOSTRING(GIT_COMMIT_HASH) "/" XMRSTAK_PP_TOSTRING(GIT_BRANCH) "/" OS_TYPE "/" XMRSTAK_PP_TOSTRING(BACKEND_TYPE) "/"
#define VERSION_LONG XMR_STAK_NAME "/" XMR_STAK_VERSION "/" XMRSTAK_PP_TOSTRING(GIT_COMMIT_HASH) "/" XMRSTAK_PP_TOSTRING(GIT_BRANCH) "/" OS_TYPE "/" XMRSTAK_PP_TOSTRING(BACKEND_TYPE)
#define VERSION_SHORT XMR_STAK_NAME " " XMR_STAK_VERSION " " XMRSTAK_PP_TOSTRING(GIT_COMMIT_HASH)
#define VERSION_HTML "v" XMR_STAK_VERSION "-" XMRSTAK_PP_TOSTRING(GIT_COMMIT_HASH)

Expand Down
3 changes: 1 addition & 2 deletions xmrstak/version.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once

#include "donate-level.hpp"
#include <inttypes.h>
#include <string>

Expand All @@ -10,7 +9,7 @@ extern const char ver_html[];

inline std::string get_version_str()
{
return std::string(ver_long) + std::to_string(uint32_t(fDevDonationLevel * 1000));
return std::string(ver_long);
}

inline std::string get_version_str_short()
Expand Down

0 comments on commit f8d367e

Please sign in to comment.