You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<< " bench - like old, but keep epoch 0 for benchmarking" << endl
625
640
<< " all - erase all DAG files. After deleting all files, setting changes to none." << endl
626
641
<< "Mining configuration:" << endl
627
-
<< " -C,--cpu When mining, use the CPU." << endl
642
+
//<< " -C,--cpu When mining, use the CPU." << endl
628
643
<< " -G,--opencl When mining use the GPU via OpenCL." << endl
629
644
<< " -U,--cuda When mining use the GPU via CUDA." << endl
630
645
<< " --opencl-platform <n> When mining using -G/--opencl use OpenCL platform n (default: 0)." << endl
@@ -651,6 +666,7 @@ class MinerCLI
651
666
<< " sync - Instruct CUDA to block the CPU thread on a synchronization primitive when waiting for the results from the device." << endl
652
667
<< " --cuda-devices <0 1 ..n> Select which CUDA GPUs to mine on. Default is to use all" << endl
653
668
#endif
669
+
<< " --report-port Speed reporting port (used by NiceHash Miner)" << endl
654
670
;
655
671
}
656
672
@@ -662,11 +678,22 @@ class MinerCLI
662
678
{
663
679
h256 seedHash = EthashAux::seedHash(_n);
664
680
cout << "Initializing DAG for epoch beginning #" << (_n / 30000 * 30000) << " (seedhash " << seedHash.abridged() << "). This will take a while." << endl;
0 commit comments