1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 16:33:32 -05:00

Added ENV support for "user", "pass" and "rig-id" fields.

This commit is contained in:
XMRig
2019-12-22 19:09:30 +07:00
parent 356e666e61
commit 5bd6a1c028
6 changed files with 33 additions and 13 deletions

View File

@@ -30,6 +30,11 @@
#include <uv.h>
#ifndef _WIN32
# include <unistd.h>
#endif
#ifndef UV_MAXHOSTNAMESIZE
# ifdef MAXHOSTNAMELEN
# define UV_MAXHOSTNAMESIZE (MAXHOSTNAMELEN + 1)