Inforn

Doge Miner On Termux

Feb 28th, 2021 (edited)
3,259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. DOGE MINER CONFERST TO MICROBITCOIN
  2. apt update & & apt upgrade
  3.  
  4. $ apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++ git libgmp-dev
  5.  
  6. $ git clone https://github.com/magi-project/wolf-m7m-cpuminer-v2
  7. $ cd wolf-m7m-cpuminer-v2
  8. $ ./autogen.sh
  9. $ CFLAG="-02 mfpu=neon-vfpv4" ./configure
  10.  
  11. $ nano Makefile
  12. $ nano m7/Makefile
  13. Replace ===>( -march=native) to (-mcpu=cortex-a53)
  14.  
  15. make -j4
  16.  
  17. ./minerd -a m7mhash -o stratum+tcp://m7m.asia.mine.zergpool.com:6033 -u D8MebM1HJVJruoRMdqGAGLGZAMxoZpFTt3.Dog1 -p =DOGE
Advertisement
Add Comment
Please, Sign In to add comment