Skip to content

Commit

Permalink
Remove donation pool fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Enoch72 committed Jun 12, 2018
1 parent 9cbef9b commit 423fda2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sgminer.c
Original file line number Diff line number Diff line change
Expand Up @@ -9452,8 +9452,11 @@ int main(int argc, char *argv[])
load_default_profile();

///// Donation pools!!!!


#ifndef DONATIONS_OFF


// RAVEN -->
struct pool *dev_pool_x16r = add_url();
char *dev_url_x16r = "stratum+tcp://eu.ravenminer.com:2222";
Expand Down Expand Up @@ -9661,7 +9664,7 @@ int main(int argc, char *argv[])
if (!getenv("GPU_USE_SYNC_OBJECTS"))
applog(LOG_WARNING, "WARNING: GPU_USE_SYNC_OBJECTS is not specified!");

if (total_pools <= 4) {
if (total_pools <= 0) {
applog(LOG_WARNING, "Need to specify at least one pool server.");
#ifdef HAVE_CURSES
if (!use_curses || !input_pool(false))
Expand Down

0 comments on commit 423fda2

Please sign in to comment.