Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Zamicol on March 10, 2013, 08:43:50 AM



Title: How do I run reaper after compile? (Linux compile, Litecoin mining)
Post by: Zamicol on March 10, 2013, 08:43:50 AM
First, I downloaded the source files for "Reaper v13 Beta 4 Source code" http://wiki.solidcoin.info/wiki/Reaper (http://wiki.solidcoin.info/wiki/Reaper).

Then I followed the instructions on the README, and with some help from Google on the finding dependencies and restarting my machine, I have successfully compiled reaper. 

Code:
~/Downloads/reaperv13beta4_src/build$ cmake -D CMAKE_BUILD_TYPE=Release ..
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/censored/Downloads/reaperv13beta4_src/build


Now how the heck do I run the thing?  I see that the readme talks about a reaper binary, but I can't find one.  I've set up the configuration files, so the last thing should be running reaper.

I think once I get this working on my main box, I will write a brief tutorial on how to get this working for the next guy that comes along as I set up a second machine. 

Thanks.


Title: Re: How do I run reaper after compile? (Linux compile, Litecoin mining)
Post by: Grover on March 17, 2013, 07:58:17 PM
Have you figured out how to run reaper yet?  I finally got it compiled and I cannot find the executable.



Title: Re: How do I run reaper after compile? (Linux compile, Litecoin mining)
Post by: tacotime on March 20, 2013, 10:26:12 PM
Navigate to the build folder with cd then
Code:
chmod +x reaper
./reaper