eveybcd/gpu-miner

Please Release compiled versions of BCD sgminer

Opened this issue · 1 comments

interesting, there are 3 miners with BCD algo,
vvpool "Not Open Source, Windows Binaries Only",
uray "Linux Binaries Only, but Open",
and eveybcd fork of: sgminer "No Binaries"

"vvpool/ccminer" forked from: "ccminer-alexis-1.0", forked from: "tpruvot/ccminer"
https://github.com/yoyosan/ccminer-alexis-1.0
https://github.com/alexis78/ccminer/releases
https://pan.baidu.com/s/1qZW8uq4#list/path=%2F%E9%B1%BC%E6%B1%A0%E8%B5%84%E6%96%99%2F%E6%8C%96%E7%9F%BF%E8%BD%AF%E4%BB%B6%2FBCD&parentPath=%2F%E9%B1%BC%E6%B1%A0%E8%B5%84%E6%96%99%2F%E6%8C%96%E7%9F%BF%E8%BD%AF%E4%BB%B6

urayminer forked from: "MSFTserver/ccminer", forked from: "tpruvot/ccminer"
https://github.com/uraymeiviar/urayminer
https://github.com/MSFTserver/ccminer/
KlausT/ccminer forked from: "sp-hash/ccminer", forked from: "tpruvot/ccminer"
https://github.com/KlausT/ccminer
https://github.com/sp-hash/ccminer

"Official BCD Miner" forked from: "sgminer", forked from: "cgminer"
https://github.com/eveybcd/gpu-miner
https://github.com/sgminer-dev/sgminer/releases

vvpool ccminer --help:
*** ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with VC++ 2013 and nVidia CUDA SDK 8.0 (Acceptable)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv, klausT, and ComputerCraftr.

hsr X13+SM3 (Hshare)
bcd X13-luffa+sm3 (Bitcoin Diamond)
luffa Doomcoin, Joincoin
marucoin-mod ("X13-mod")

I'm using ccminer ,Run with this command
ccminer -a bcd -o stratum+tcp://<IP>:<port> -u <miner-name> -p <password>
example:
ccminer -a bcd -o stratum+tcp://127.0.0.1:9999 -u myaddress -p mypassword

I hope I can solve your problem