Mining-Pools
使用執行 Minepeon 的 Red Fury ASIC 探勘 Peercoin 時 USB 集線器忙
我有一個執行 minepeon 0.2.5 的 RasPI、一個DLINK USB 集線器和一個 Red Fury USB ASIC 比特幣礦工 2.2-2.7GH/Sec By BITFURY
我已經添加了我的礦池<https://ppcoin.d7.lt/>,一切看起來都不錯,除了沒有挖礦。
礦工表示它正在執行,但設備 ID 為 0,雜湊率為 0。
我嘗試按照https://ppcoin.d7.lt/getting-started手動啟動礦機
cgminer -o stratum+tcp://stratum.d7.lt:3333 -u miner.1 -p 99999
它啟動但表明 USB 集線器正忙,我看到它正在測試 Red Fury 但之後它仍然沒有探勘。
我錯過了什麼嗎?
相關文章:
- <http://www.peercointalk.org/index.php?topic=499.msg17709#msg17709>
- <https://bitcointalk.org/index.php?topic=251675.msg4841184#msg4841184>
這個問題幫助我解決了我的問題:
- <https://github.com/MineForeman/minepeon-base/issues/13#issuecomment-33760864>
執行命令
sudo lsusb -v
我把這個拿出來,這是正確的嗎?
idVendor 0x03eb Atmel Corp. idProduct 0x204b LUFA USB to Serial Adapter Project bcdDevice 0.00 iManufacturer 1 BFMG iProduct 2 Bitfury BF1
將下面的行添加到此文件
/etc/udev/rules.d/01-miner.rules
添加這些行
# BF1 ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="204b", SUBSYSTEMS=="usb", ACTION=="add", MODE="0666", GROUP="minepeon"
重新啟動伺服器,現在我看到了我的礦工!