Last active
          May 21, 2025 01:44 
        
      - 
      
- 
        Save return1/5309843 to your computer and use it in GitHub Desktop. 
Revisions
- 
        return1 revised this gist Apr 27, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ # install dependencies sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm # clone cpuminer git clone https://github.com/pooler/cpuminer.git 
- 
        return1 created this gist Apr 4, 2013 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ # install dependencies apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm # clone cpuminer git clone https://github.com/pooler/cpuminer.git # compile cd cpuminer ./autogen.sh ./configure CFLAGS="-O3" make # choose a miner pool and register there # start the miner ./minerd --url=your.minerpool.org --user=username --pass=password