Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main.cpp #100

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
hunter_config(CURL VERSION ${HUNTER_CURL_VERSION} CMAKE_ARGS HTTP_ONLY=ON CMAKE_USE_OPENSSL=ON CMAKE_USE_LIBSSH2=OFF CURL_CA_PATH=none)
hunter_config(Boost VERSION 1.70.0-p0)

hunter_config(ethash VERSION 1.0.0
URL https://github.com/RavenCommunity/cpp-kawpow/archive/1.1.0.tar.gz
SHA1 fff78f555a43900b6726c131305a71be769ef769
)
hunter_config(ethash VERSION 1.2.0
URL https://github.com/RavenCommunity/cpp-kawpow/archive/1.2.0.tar.gz
SHA1 7d60467b4fb6a435cde0868c1ac4a0eb171e5932
)
2 changes: 1 addition & 1 deletion kawpowminer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ class MinerCLI
<< endl
<< " --cu-grid-size INT [1 .. 131072] Default = " << m_CUSettings.gridSize << endl
<< " Set the grid size" << endl
<< " --cu-block-size UINT {32,64,128,256} Default = " << m_CUSettings.blockSize << endl
<< " --cu-block-size UINT {32,64,128,256,512} Default = " << m_CUSettings.blockSize << endl
<< " Set the block size" << endl
<< " --cu-devices UINT {} Default not set" << endl
<< " Space separated list of device indexes to use" << endl
Expand Down