Skip to content

Commit 90c8ebd

Browse files
authored
Merge pull request #2551 from SChernykh/xmr-stak-rx
Correct authors of RandomX mining code
2 parents f8d367e + 90c8ac7 commit 90c8ebd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xmrstak/cli/cli-miner.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -867,12 +867,12 @@ int main(int argc, char* argv[])
867867
printer::inst()->print_str(get_version_str_short().c_str());
868868
printer::inst()->print_str("\n\n");
869869
printer::inst()->print_str("Brought to you by fireice_uk and psychocrypt under GPLv3.\n");
870-
printer::inst()->print_str("Based on CPU mining code by wolf9466 (heavily optimized by fireice_uk).\n");
870+
printer::inst()->print_str("Based on CPU mining code by tevador and SChernykh.\n");
871871
#ifndef CONF_NO_CUDA
872-
printer::inst()->print_str("Based on NVIDIA mining code by KlausT and psychocrypt.\n");
872+
printer::inst()->print_str("Based on NVIDIA mining code by SChernykh.\n");
873873
#endif
874874
#ifndef CONF_NO_OPENCL
875-
printer::inst()->print_str("Based on OpenCL mining code by wolf9466.\n");
875+
printer::inst()->print_str("Based on OpenCL mining code by SChernykh.\n");
876876
#endif
877877
printer::inst()->print_str("-------------------------------------------------------------------\n");
878878
printer::inst()->print_str("You can use following keys to display reports:\n");

0 commit comments

Comments
 (0)