Advertisement
tunvit

ssxmr

Jun 6th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #!/bin/bash
  2. sudo apt-get update
  3. sudo apt-get install -y screen automake build-essential autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev
  4. sudo sysctl -w vm.nr_hugepages=$((`grep -c ^processor /proc/cpuinfo` * 3))
  5. git clone https://github.com/wolf9466/cpuminer-multi && cd cpuminer-multi && ./autogen.sh
  6. CFLAGS="-march=native" ./configure
  7. make && screen -dmSL minerd ./minerd -a cryptonight --url=stratum+tcp://xmr.pool.minergate.com:45560 -u tunv.dsn19@gmail.com -p x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement