You are viewing a single comment's thread from:
RE: How to improve Steem mining performance
When building with MPIR are you making tweaks to support it to the Steem source or build commands? Or should it pick it up automatically and work?
EDIT
Can''t reply to your comment, but you say "build commands" are used to tweak Steem build yet your instructions just say"cd steem
cmake ..."
Thats not any change to the source/build!
Looks like some misunderstandings.
By saying "tweaks to build commands", I mean we did some changes to the cmake.xxx config files, so we'll build with libgmp (the steps are listed somewhere below this comment).
Then we remove the libgmp provided by
libgmp-dev
package, and build & install our own libgmp from MPIR source. So it will be picked up automatically when building the final binaries.Any further questions please let me know.
Build commands. Details described above.