Browse Source

ccminer: allow 192 car. for the username

2upstream
Tanguy Pruvot 7 years ago
parent
commit
94aa6b8e91
  1. 3
      crypto/oaes_lib.cpp
  2. 2
      miner.h

3
crypto/oaes_lib.cpp

@ -43,8 +43,9 @@ static const char _NR[] = { @@ -43,8 +43,9 @@ static const char _NR[] = {
#include <stdlib.h>
#include <stdio.h>
#ifdef WIN32
#ifdef _MSC_VER
#include <process.h>
#define getpid() _getpid()
#else
#include <sys/types.h>
#include <unistd.h>

2
miner.h

@ -714,7 +714,7 @@ struct pool_infos { @@ -714,7 +714,7 @@ struct pool_infos {
// credentials
char url[512];
char short_url[64];
char user[128];
char user[192];
char pass[384];
// config options
double max_diff;

Loading…
Cancel
Save