You are viewing a single comment's thread from:

RE: How to improve Steem mining performance

in #steem8 years ago

Here is my quick and dirty patch to link libgmp statically (it's not perfect, but just works):

cd steem
cd libraries/fc
git checkout master
git pull
git remote add abit https://github.com/abitmore/fc.git
git fetch abit
git merge -m "merge abit/libgmp-static" abit/libgmp-static
cd ../..
cmake ...