Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 MACOS X 10.8.5 上设置了 CGMiner 3.8.1(甚至是此版本之前的版本)我有 11 个 Block Erupters,但 CGMiner 只看到 10 个并不断给出此错误:SEM:Icarus USB 超时等待(等等)。我已经更换了 USB 集线器,将 USB 直接插入计算机,但似乎没有任何解决办法。BFGMiner 看到并认出了所有这些,我真的不喜欢它。
你们知道我能做些什么来修复CGMiner吗?
谢谢你。
cgminer 使用 SysV 信号量并利用 UNDO 机制。大多数操作系统的此值设置较低(kern.sysv.semume),通常为 10 或更少。使用“sysctl”向上调整该值。您可能需要通过 /etc/sysctl.conf 执行此操作并重新启动。