Bitcoin Forum
April 25, 2024, 09:04:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: XPM Primecoin GPU Scrypt miner ???  (Read 3064 times)
AmunRa (OP)
Sr. Member
****
Offline Offline

Activity: 338
Merit: 250


I use recycled electrons


View Profile WWW
October 17, 2013, 01:11:21 AM
 #1

Am gasit asta pe net Smiley ..face sens?? nu ma pricep la programare ..ceva pareri?
Sursa : http://bitslammed.com/gpu-mining-primecoin-with-the-mtrlt-reaperprime-miner/

------------------------------------------------------------------------------------

So I decided to take an adventure into mining on the GPU Miner for Primecoin, it has so far been a fun setup and didn’t take to much, the hardest part was rebooting the computer..

The general process was performed as below on my Ubuntu 12.10 system that had previously been setup for scrypt mining:

These packages I had to install for setting up the reaperprime GPU miner.

sudo  apt-get install -y build-essential cmake libgmp-dev libcurl4-openssl-dev dh-autoreconf pkg-config libjansson-dev
And the rest of it..

cd ~
wget http://cryptobro.com/reaperprime.zip
unzip reaperprime.zip
cd reaperprime/
wget https://dl.dropboxusercontent.com/u/55025350/bitcoin-libblkmaker.zip
unzip bitcoin-libblkmaker.zip
cd libblkmaker/
./configure
./autogen.sh
make
make install
cd ..
cp -ia ../Downloads/AMD-APP-SDK-v2.8.1.0-lnx64.tgz  reaperprime/AMD-APP-SDK-v2.8.1.0-lnx64.tgz
cd reaperprime/
tar zxvf AMD-APP-SDK-v2.8.1.0-lnx64.tgz
chmod +x Install-AMD-APP.sh
sudo ./Install-AMD-APP.sh
reboot(for some reason my environment params did not update for the compile, even after reconnecting the ssh session, then the PC didn’t want to get booted into the OS without being told!(USB Thumbstick with the OS sometimes sits at grub and ignores the timer.. )

cd ~/reaperprime
./cmake-linux.sh
wget http://sourceforge.net/projects/primecoin/files/0.1.2/primecoin-0.1.2-linux.tar.gz/download
mv download  primecoin-0.1.2-linux.tar.gz
tar -zxvf primecoin-0.1.2-linux.tar.gz
From here you can find the primecoin-qt and primecoind files, might want to get your Primecoin address so you can put it in the primecoin.conf file for reaper.. after that you can run the daemon from here

cd ~/primecoin-0.1.2-linux/bin/64
screen -S primecoind
./primecoind
Configure primecoin conf in ~/.primecoin/primecoin.conf, a suggested configuration for a primecoin.conf(if you want you can set the gen value here to true and set a number of cores if you feel like comparing it to the GPU miner, though I’m just checking the GPU):

rpcuser=somesupersecretuser
rpcpassword=somesupersecretuserpass
gen=0
genproclimit=1
rpcallowip=127.0.0.1
rpcport=(whatever port you connect to to mine from the reaperconfig)
Some config file examples for the primecoin.conf file that is in the reaper binary directory can found at the bitcoin forums linked below (note this is different than the primecoin.conf for the primecoind daemon).

https://bitcointalk.org/index.php?topic=273637.460

-

The system is an AMD Quad Core 3.2 GHz with a measly 7790 and 7850, this is my beater box, fun for playing around on =D. As of yet (3 hours into it I am up to a 7 Chain, interestingly I am still able to mine with cgminer on scrypt, though I only use one device for each mining setup; next I’ll be adding some USB Block Erupters for a scrypt, bitcoin, and primecoin machine simultaneously for 3 separate mining algorithms all on one system. I’ll update if I find anything good. Smiley

-----------------------------------------------------------------------------------

Oracol Xor-Stay tuned for ICO info www.oracol.mobi
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!