Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: GorillaPool on October 07, 2016, 01:07:02 PM



Title: 3 Simple steps guide to start Monero mining with GorillaPool.com
Post by: GorillaPool on October 07, 2016, 01:07:02 PM
    Original Guide here: https://gorillapool.com/#start
 
    1) Generate Monero wallet (https://moneroaddress.org) (your XMR private key corresponding XMR address): moneroaddress.org (http://moneroaddress.org)
    Save it! Save your Mnemonic seed 25 words, you will need it to recreate your private keys and to use your wallet.
    2) Now you have XMR address and you need miner to start mining. Let's download miner and start mining!
    Download miner for Windows
    Download CPUMiner for Windows 64 (https://ottrbutt.com/cpuminer-multi/cpuminer-multi-wolf-05-30-2014.zip)
    Build miner for Linux
    Install all dependensies in terminal, git clone miner and build it from https://github.com/wolf9466/cpuminer-multi:
   
Code:
    sudo apt-get install libcurl3 build-essential libjansson-dev git make automake
    git clone https://github.com/wolf9466/cpuminer-multi.git miner
    cd miner
    ./autogen.sh
    CFLAGS="-march=native" ./configure
    make

    3) Start your miner with the following command, insert your Monero address, generated at the first step
Code:
minerd -a cryptonight -o stratum+tcp://monerol.com:3333 -u YOUR_WALLET_ADDRESS -p x