Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 290 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 290 Bytes

aquaminer-gpu

be sure to clone submodules

git clone --branch linux --recurse-submodules https://github.com/aquachain/aquaminer-gpu

gpu miner

cmake . -Bbuild -DWITH_GPU=ON
cmake --build build

cpu miner

cmake . -Bbuild -DWITH_GPU=OFF
cmake --build build