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),