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

Initial test nicehash support.

This commit is contained in:
XMRig
2017-05-20 07:08:41 +03:00
parent e67a95bd8b
commit 2baccab0f9
4 changed files with 26 additions and 5 deletions

View File

@@ -65,6 +65,7 @@ extern bool opt_keepalive;
extern bool opt_background;
extern bool opt_double_hash;
extern bool opt_safe;
extern bool opt_nicehash;
extern char *opt_url;
extern char *opt_backup_url;
extern char *opt_userpass;