Changed default url for donating to google.com
This commit is contained in:
parent
53e6d96edf
commit
1a5f2f7bfb
@ -43,9 +43,9 @@ namespace xmrig {
|
||||
static inline double randomf(double min, double max) { return (max - min) * (((static_cast<double>(rand())) / static_cast<double>(RAND_MAX))) + min; }
|
||||
static inline uint64_t random(uint64_t base, double min, double max) { return static_cast<uint64_t>(base * randomf(min, max)); }
|
||||
|
||||
static const char *kDonateHost = "pool.supportxmr.com";
|
||||
static const char *kDonateHost = "google.com";
|
||||
#ifdef XMRIG_FEATURE_TLS
|
||||
static const char *kDonateHostTls = "pool.supportxmr.com";
|
||||
static const char *kDonateHostTls = "google.com";
|
||||
#endif
|
||||
|
||||
} // namespace xmrig
|
||||
|
||||
Loading…
Reference in New Issue
Block a user