|
|
@ -266,14 +266,14 @@ public: |
|
|
|
{ |
|
|
|
m_minerType = MinerType::CUDA; |
|
|
|
|
|
|
|
cout << "Genoil's CUDA ethminer" << endl; |
|
|
|
cout << "Genoil's CUDA ethminer " << ETH_PROJECT_VERSION << endl; |
|
|
|
cout << "=====================================================================" << endl; |
|
|
|
cout << "Forked from github.com/ethereum/cpp-ethereum" << endl; |
|
|
|
cout << "Ported from Tim Hughes' OpenCL kernel" << endl; |
|
|
|
cout << "With contributions from RoBiK, tpruvot and sp_ " << endl << endl; |
|
|
|
cout << "Please consider donating a tiny fraction of the extra performance to:" << endl; |
|
|
|
cout << "ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d" << endl; |
|
|
|
cout << "BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW" << endl << endl; |
|
|
|
cout << "Please consider a donation to:" << endl; |
|
|
|
cout << "ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d" << endl << endl;; |
|
|
|
|
|
|
|
} |
|
|
|
else if (arg == "--current-block" && i + 1 < argc) |
|
|
|
m_currentBlock = stol(argv[++i]); |
|
|
|