You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there are some issues finding libraries when starting BFGMiner:
$ pick use bfgminer
$ pick exec ...
bfgminer: error while loading shared libraries: libblkmaker_jansson-0.1.so.0: cannot open shared object file: No such file or directory
This can be fixed by prefixing exec commands with the library path:
It looks like there are some issues finding libraries when starting BFGMiner:
This can be fixed by prefixing
exec
commands with the library path:Pick should handle these paths and export the proper environment variables automatically.
The text was updated successfully, but these errors were encountered: