Created
August 8, 2014 13:46
-
-
Save StasKoval/4d7974854065ce24cb3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install -y build-essential automake m4 libssl-dev libcurl4-openssl-dev libgmp-dev git | |
cd | |
git clone https://github.com/MiniblockchainProject/CudaMiner | |
cd CudaMiner | |
sed -i 's/compute_35/compute_30/' Makefile.am | |
chmod +x autogen.sh | |
./autogen.sh | |
./configure CFLAGS="-O3" | |
make -j 8 | |
# RUN USING: | |
# ./minerd -o stratum+tcp://xcnpool.1gh.com:7333 -u XXXXXXXXXXXXXXXXXXXXXXXXXXX -p x -t 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cp cpu-miner.cpp cpu-miner.c