Advertisement
Guest User

Getting scrypt-jane working in cgminer for BAMT 1.2

a guest
Feb 1st, 2014
932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ## [[ This is just a quick way to get it working, not munin friendly, could be better...but it works ]]
  2. ## Much thanks to http://rmdavidson.blogspot.com/2014/01/cgminer-372-scrypt-jane-patch-windows.html
  3.  
  4. $ sudo su
  5.  
  6. # cp -rf /opt/miners/cgminer /opt/miners/jane-cgminer
  7. # cd /opt/miners/jane-cgminer
  8. # wget https://sites.google.com/site/rmdavidson/cgminer-3.7.2-sj-0.02.patch.gz
  9. # gunzip cgminer-3.7.2-sj-0.02.patch.gz
  10. # patch <cgminer-3.7.2-sj-0.02.patch
  11. # CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include" LDFLAGS="-L/usr/lib" ./configure --prefix=/home/user/jane-cgminer/ --enable-opencl --enable-gpu --enable-scrypt --enable-scrypt-jane
  12. # sudo make install
  13. # cd /home/user/jane-cgminer/
  14. # bin/cgminer --scrypt-jane --sj-time 1388361600 --sj-nfmin 4 --sj-nfmax 30 -o http://127.0.0.1:44101 -u user -p password [cgminer options]
  15.  
  16. Replace the IP with your wallet IP, the user with your worker user, the password with your password, and your cgminer options (intensity, threads, etc...)
  17.  
  18. Tips welcome...
  19. Doge: DFqomePUUW6BUcv55TtVMDVfgNTM3SQzZt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement