Author

Topic: How do I run reaper after compile? (Linux compile, Litecoin mining) (Read 5024 times)

legendary
Activity: 1484
Merit: 1005
Navigate to the build folder with cd then
Code:
chmod +x reaper
./reaper
full member
Activity: 137
Merit: 100
I was thinking Stay Puft, but Gozer said Grover
Have you figured out how to run reaper yet?  I finally got it compiled and I cannot find the executable.

newbie
Activity: 56
Merit: 0
First, I downloaded the source files for "Reaper v13 Beta 4 Source code" 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.
Jump to: