我最近更新了cpp。我现在用的是民族版1.2.3。
当我用ethminer --opencl-device 1启动它时,我得到了它的折叠式输出。
Getting work package...
Segmentation fault: 11可能出了什么问题。在cpp更新之前,它起作用了。
发布于 2016-04-07 15:06:51
好吧,没关系,我想我有第477期https://github.com/ethereum/solidity/issues/477#issuecomment-206313939中描述的同样的问题
通过下载https://build.ethdev.com/cpp-binaries-data/release-1.2.3/Ethereum.dmg并将所描述的文件: libjsoncpp.dylib从AlethOne/Contents/Frameworks/libjsoncpp.dylib复制到usr/local/lib/来解决这个问题
现在起作用了。
https://ethereum.stackexchange.com/questions/2667
复制相似问题