Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
Enable etranonce_subscribe by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbandi committed Jan 20, 2017
1 parent 89a4f98 commit 75484d8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sgminer.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,12 +619,7 @@ struct pool *add_pool(void)
pool->quota = 1;
adjust_quota_gcd();

// NiceHash abused their position when funding SG to make
// their stupid non-standard extension that no one else uses
// (which can cause serious issues with things like P2Pool)
// to true by default - set it to what it should be - false
// unless enabled explicitly.
pool->extranonce_subscribe = false;
pool->extranonce_subscribe = true;

pool->description = "";

Expand Down

0 comments on commit 75484d8

Please sign in to comment.