Miner-Configuration

獲取在 mac 上工作的 slush 層代理

  • April 17, 2016

標題說明了一切 - 任何人都可以指導我在 Mac 上進行設置嗎?我執行了 linux python 安裝腳本,但我猜我缺少一些依賴項,因為它對我失敗了。

編輯:這裡列出了許多錯誤:

Reading http://tmrc.mit.edu/mirror/twisted/Twisted/9.0/
Download error on http://tmrc.mit.edu/mirror/twisted/Twisted/9.0/: [Errno 61] Connection refused -- Some packages may not be found!
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/
Download error on http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/: [Errno 61] Connection refused -- Some packages may not be found!
Reading http://twistedmatrix.com/projects/core/
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/
Download error on http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/: [Errno 61] Connection refused -- Some packages may not be found!
Reading http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/
Download error on http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/: [Errno 61] Connection refused -- Some packages may not be found!

Running Twisted-12.3.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-OQqo5N/Twisted-12.3.0/egg-dist-tmp-9vucfj
unable to execute llvm-gcc-4.2: No such file or directory
unable to execute llvm-gcc-4.2: No such file or directory
unable to execute llvm-gcc-4.2: No such file or directory
error: Setup script exited with error: command 'llvm-gcc-4.2' failed with exit status 1

因此,雖然 Mac 包含 python,但預設情況下不包含 gcc,即使您安裝了 Xcode 4.2 或更高版本。現在,抓住它,轉到首選項、下載並獲取命令行工具。

一旦發布了高於 4.6 的 Xcode 版本,您將不得不找到一種新方法在您的 mac 上安裝 gcc,因為 gcc 將不再包含在內,但我想這是另一個 stackexchange 的問題,可能是 macports 或 homebrew解決方案。

引用自:https://bitcoin.stackexchange.com/questions/7792