Skip to content

Instantly share code, notes, and snippets.

@StasKoval
Created August 8, 2014 13:46
Show Gist options
  • Save StasKoval/4d7974854065ce24cb3d to your computer and use it in GitHub Desktop.
Save StasKoval/4d7974854065ce24cb3d to your computer and use it in GitHub Desktop.
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
@StasKoval
Copy link
Author

cp cpu-miner.cpp cpu-miner.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment