1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 14:52:52 -05:00

Initial CryptoNight.

This commit is contained in:
XMRig
2017-06-08 09:47:25 +03:00
parent 5a606be8be
commit 878e021ff6
7 changed files with 520 additions and 0 deletions

View File

@@ -116,6 +116,12 @@ Options *Options::parse(int argc, char **argv)
}
const char *Options::algoName() const
{
return algo_names[m_algo];
}
Options::Options(int argc, char **argv) :
m_background(false),
m_colors(true),