Mining

From Alessandro's Wiki
Revision as of 14:51, 19 January 2018 by Xunil (talk | contribs) (Created page with " = Minerd installation = * redhat based: yum install git automake autoconf jansson (to compile: gcc make curl-devel autoconf automake openssl-devel ) * debianbased:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Minerd installation

  • redhat based:
yum install git automake autoconf jansson    (to compile: gcc make curl-devel autoconf automake openssl-devel )
  • debianbased:
apt-get install curl libjansson4   (to compile: build-essential libcurl4-openssl-dev autoconf automake) 
git clone https://github.com/ghostlander/cpuminer-neoscrypt.git
   ✓ scrypt (Litecoin, Dogecoin, Feathercoin, etc..)
   ✓ scrypt:N (Vertcoin [VTC])
   ✓ sha256d (Bitcoin, Freicoin, Peercoin/PPCoin, Terracoin, etc..)
   ✓ x11 (Darkcoin [DRK], Hirocoin, Limecoin)
   ✓ x13 (Sherlockcoin, [ACE], [B2B], [GRC], [XHC], etc..)
   ✓ x14 (X14, Webcoin [WEB])
   ✓ x15 (RadianceCoin [RCE])
   ✓ cryptonight (Bytecoin [BCN], Monero)
   ✓ fresh (FreshCoin)
    ./autogen.sh # only needed if building from git repo
    ./nomacro.pl # only needed if building on Mac OS X or with Clang
    ./configure CFLAGS="-march=native"
        # Use -march=native if building for a single machine
    make
bitcoin/bin/cpuminer-multi/minerd