You are viewing a single comment's thread from:
RE: Automated miner setup Ubuntu 14.04
Launched ubuntu 14.04 instance and followed your instructions but ended up with cannot find boost errors at cmake...
I would appreciate a simple "working" step by step guide for noobs, from launching a AWS instance to a working miner.
If memory is low
cmake -DENABLE_CONTENT_PATCHING=OFF -DLOW_MEMORY_NODE=ON CMakeLists.txt
If boost not found
cmake -DBOOST_ROOT=/opt/boost_1_57_0 .
Doesn't get simpler than listing all necessary steps :P
Make sure boost was installed to /opt/boost_1_57_0 and that you didn't forget the "export ..." line. Remove the " > /dev/null" at the end of boost installations to debug those.