Post
Topic
Board Altcoin Discussion
Topic OP
How do I run reaper after compile? (Linux compile, Litecoin mining)
by
Zamicol
on 10/03/2013, 08:43:50 UTC
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.