Skip to content

Instantly share code, notes, and snippets.

@whothisbeme
Forked from return1/bitcoin-cpuminer.sh
Last active August 29, 2015 13:57

Revisions

  1. Ryan Merritt revised this gist Apr 1, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion bitcoin-cpuminer.sh
    Original 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 git
    sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git make

    # clone cpuminer
    git clone https://github.com/pooler/cpuminer.git
  2. Ryan Merritt revised this gist Mar 31, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion bitcoin-cpuminer.sh
    Original 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
    sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git

    # clone cpuminer
    git clone https://github.com/pooler/cpuminer.git
  3. @return1 return1 revised this gist Apr 27, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion bitcoin-cpuminer.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # install dependencies
    apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm
    sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm

    # clone cpuminer
    git clone https://github.com/pooler/cpuminer.git
  4. @return1 return1 created this gist Apr 4, 2013.
    16 changes: 16 additions & 0 deletions bitcoin-cpuminer.sh
    Original 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