diff --git a/sgminer.c b/sgminer.c index 5d3aa100..93acde0a 100644 --- a/sgminer.c +++ b/sgminer.c @@ -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 = "";