CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
November 11, 2014, 07:46:46 PM |
|
I guess i will try to get some UART => USB adapter (that is the CP2102 right ?) since we still a few weeks away from the controller.
EDIT: Any chance to get your cgiminer compiled for windows ? I also have a bfgminer running for an old BFL unit. I guess it can't work with both running at the same time ?
pekatete has it compiled, maybe he can post a link? you can keep BFL running with bfgminer, and start an instance with cgminer, no problem yes, its the cp210x series we are using, ive looked around, and cound not find any cp2104 or 8s within a decent pricerange, so it is cheaper to just buy the cp2102s until j4bber is done with the 8 port version... i will see if i can squeeze a little extra out of the proto when it arrives
|
node-vps.com - Tron / Masternode hosting services
|
|
|
idonothave
|
|
November 11, 2014, 07:48:25 PM |
|
Got another board setup (I really need better heatsinks...), but I've come to the conclusion that the PL2303s simply won't work, period. cgminer sees the uarts, and sends the nonce tests. However, that fails (Bmsc recv golden nonce timeout). Even if I comment out/skip past the checks in driver-bmsc.c, it fails out even further down. So I suspect it really won't work, at least not with the little time I can invest at this point.
Has anyone had the PL2303 work?
I do have some CP2102s which should be in the mailbox any day now so I can get in on the party. I might try underclocking so I can avoid/minimize the heatsinking.
What is Your PL2303 Vendor and Device ID? edit: if it is 067b:2303 it should work as an Icarus, so You would try to recompile cgminer with --enable-icarus (both should work --enable-bmsc or --enable-icarus)
|
|
|
|
HerbPean
Legendary
Offline
Activity: 1638
Merit: 1005
|
|
November 11, 2014, 07:55:40 PM Last edit: November 12, 2014, 07:42:00 AM by HerbPean |
|
I guess i will try to get some UART => USB adapter (that is the CP2102 right ?) since we still a few weeks away from the controller.
EDIT: Any chance to get your cgiminer compiled for windows ? I also have a bfgminer running for an old BFL unit. I guess it can't work with both running at the same time ?
pekatete has it compiled, maybe he can post a link? you can keep BFL running with bfgminer, and start an instance with cgminer, no problem yes, its the cp210x series we are using, ive looked around, and cound not find any cp2104 or 8s within a decent pricerange, so it is cheaper to just buy the cp2102s until j4bber is done with the 8 port version... i will see if i can squeeze a little extra out of the proto when it arrives Thanks ! I will try to get one at least to test my boards ! pekatete , it would be great if you could share me your cgminer !
|
|
|
|
forpblat
Newbie
Offline
Activity: 22
Merit: 0
|
|
November 11, 2014, 08:43:50 PM Last edit: November 11, 2014, 09:04:37 PM by forpblat |
|
What is Your PL2303 Vendor and Device ID? It's being seen as 067b:2303, I will try again with strictly the --enable-icarus instead of --enable-bmsc. According to lsmod, the driver is loaded properly, and /dev/ttyUSB0 is being made (until it is grabbed by cgminer) EDIT: [2014-11-11 15:48:32] USB init - ICA device 6:30 usbver=0110 prod='USB-Serial Controller' manuf='Prolific Technology Inc.' ser ial='' [2014-11-11 15:48:32] ICA0: GetResults (amt=0 err=-7 ern=61) [2014-11-11 15:48:32] ICA: cgid 0 SetDataCtrl got err 0 [2014-11-11 15:48:32] ICA: cgid 0 SetLine got err 7 [2014-11-11 15:48:32] ICA: cgid 0 Vendor got err 0 That's what I appear to get with solely enabled icarus. I have a sneaking suspicion this might be due to the fact that the uarts I'm using are the super-cheap (ie, counterfeit) ones. They work fine when shorting RX and TX, but might not be behaving 100% correctly.
|
|
|
|
CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
November 11, 2014, 11:29:25 PM |
|
hmm ive been running my 5xs1 blades for the last couple of hours, and
cgminer is reporting 254.7 GH,
and
slush pool is reporting: 262.508 GH
since slush pool is calculated over the last hour, and cgminer is supposed to be average since start, i keep thinking about some code i saw in the code, that hashing speed is calculated out of a guestimate.. so maybe i should use the data on slush pool for guestimating the gh/w ratio if it keeps being over, what do you guys think?
|
node-vps.com - Tron / Masternode hosting services
|
|
|
pekatete
|
|
November 12, 2014, 10:30:01 AM |
|
I guess i will try to get some UART => USB adapter (that is the CP2102 right ?) since we still a few weeks away from the controller.
EDIT: Any chance to get your cgiminer compiled for windows ? I also have a bfgminer running for an old BFL unit. I guess it can't work with both running at the same time ?
pekatete has it compiled, maybe he can post a link? you can keep BFL running with bfgminer, and start an instance with cgminer, no problem yes, its the cp210x series we are using, ive looked around, and cound not find any cp2104 or 8s within a decent pricerange, so it is cheaper to just buy the cp2102s until j4bber is done with the 8 port version... i will see if i can squeeze a little extra out of the proto when it arrives Thanks ! I will try to get one at least to test my boards ! pekatete , it would be great if you could share me your cgminer ! I was able to compile cgminer 4.7.0 for and under windows using MinGW but not able to run it without significant errors (and at times it would not detect the board!). It therefore is not a binary that would be useful for sharing, and seeing the pre-compiled version 3.8.5 for windows reconises both the CP210x (as AMU / LIX / etc) and the PL230x (as ICA and ... ?), you would be better off getting that one, available here: https://github.com/AntMiner/AntGen1/blob/master/cgminer/cgminer-run-windows-20131224.zip?raw=truePS. You may need to change over the TX / RX connectors on some of the modules as the lines can be twisted!
|
|
|
|
CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
November 12, 2014, 10:33:40 AM |
|
I guess i will try to get some UART => USB adapter (that is the CP2102 right ?) since we still a few weeks away from the controller.
EDIT: Any chance to get your cgiminer compiled for windows ? I also have a bfgminer running for an old BFL unit. I guess it can't work with both running at the same time ?
pekatete has it compiled, maybe he can post a link? you can keep BFL running with bfgminer, and start an instance with cgminer, no problem yes, its the cp210x series we are using, ive looked around, and cound not find any cp2104 or 8s within a decent pricerange, so it is cheaper to just buy the cp2102s until j4bber is done with the 8 port version... i will see if i can squeeze a little extra out of the proto when it arrives Thanks ! I will try to get one at least to test my boards ! pekatete , it would be great if you could share me your cgminer ! I was able to compile cgminer 4.7.0 for and under windows using MinGW but not able to run it without significant errors (and at times it would not detect the board!). It therefore is not a binary that would be useful for sharing, and seeing the pre-compiled version 3.8.5 for windows reconises both the CP210x (as AMU / LIX / etc) and the PL230x (as ICA and ... ?), you would be better off getting that one, available here: https://github.com/AntMiner/AntGen1/blob/master/cgminer/cgminer-run-windows-20131224.zip?raw=truePS. You may need to change over the TX / RX connectors on some of the modules as the lines can be twisted! but, on the other hand we might be able to verify either: 1. problem with source 2. problem with windows 3. problem with specific setup so it might be a good idea to get them tested on another windows machine.. just my 2 cents :-p
|
node-vps.com - Tron / Masternode hosting services
|
|
|
pekatete
|
|
November 12, 2014, 10:51:20 AM |
|
Thanks !
I will try to get one at least to test my boards !
pekatete , it would be great if you could share me your cgminer !
I was able to compile cgminer 4.7.0 for and under windows using MinGW but not able to run it without significant errors (and at times it would not detect the board!). It therefore is not a binary that would be useful for sharing, and seeing the pre-compiled version 3.8.5 for windows reconises both the CP210x (as AMU / LIX / etc) and the PL230x (as ICA and ... ?), you would be better off getting that one, available here: https://github.com/AntMiner/AntGen1/blob/master/cgminer/cgminer-run-windows-20131224.zip?raw=truePS. You may need to change over the TX / RX connectors on some of the modules as the lines can be twisted! but, on the other hand we might be able to verify either: 1. problem with source 2. problem with windows 3. problem with specific setup so it might be a good idea to get them tested on another windows machine.. just my 2 cents :-p The source is the same source as that is available on github for version 4.7.0 so anyone an get that. The changes to source that I documented earlier in this thread are deprecated since I abandoned the --include-icarus flag, however, should anyone wnt to include the icarus driver, then the error messages from the compiler are quite instructive. Also, compiling is quite easy, you just need to install MinGW (which is also free and opensource!). It can be tedious to setup MinGW but not impossible. However, if even after that someone still wants to get a hold of the binary I compiled and / or the code i used to compile it, just point me to where you'd like me to upload it and its yours! PS. I did mention earlier in the thread that I was working on something else, more specifically a windows driver. I can update the thread to the effect that I have actually gone to ground to write a windows miner that uses COM ports. I am working on the initialisation of the S1 board and work division in the code, and when I have some extra time off, I'll be looking to finishing it off and showcasing it! For me, that represented a better alternative than trying to wrestle the generic cgminer code targeting multiple rigs and written in a foreign language (C++!)
|
|
|
|
HerbPean
Legendary
Offline
Activity: 1638
Merit: 1005
|
|
November 12, 2014, 04:26:52 PM |
|
Thanks !
I will try to get one at least to test my boards !
pekatete , it would be great if you could share me your cgminer !
I was able to compile cgminer 4.7.0 for and under windows using MinGW but not able to run it without significant errors (and at times it would not detect the board!). It therefore is not a binary that would be useful for sharing, and seeing the pre-compiled version 3.8.5 for windows reconises both the CP210x (as AMU / LIX / etc) and the PL230x (as ICA and ... ?), you would be better off getting that one, available here: https://github.com/AntMiner/AntGen1/blob/master/cgminer/cgminer-run-windows-20131224.zip?raw=truePS. You may need to change over the TX / RX connectors on some of the modules as the lines can be twisted! but, on the other hand we might be able to verify either: 1. problem with source 2. problem with windows 3. problem with specific setup so it might be a good idea to get them tested on another windows machine.. just my 2 cents :-p The source is the same source as that is available on github for version 4.7.0 so anyone an get that. The changes to source that I documented earlier in this thread are deprecated since I abandoned the --include-icarus flag, however, should anyone wnt to include the icarus driver, then the error messages from the compiler are quite instructive. Also, compiling is quite easy, you just need to install MinGW (which is also free and opensource!). It can be tedious to setup MinGW but not impossible. However, if even after that someone still wants to get a hold of the binary I compiled and / or the code i used to compile it, just point me to where you'd like me to upload it and its yours! PS. I did mention earlier in the thread that I was working on something else, more specifically a windows driver. I can update the thread to the effect that I have actually gone to ground to write a windows miner that uses COM ports. I am working on the initialisation of the S1 board and work division in the code, and when I have some extra time off, I'll be looking to finishing it off and showcasing it! For me, that represented a better alternative than trying to wrestle the generic cgminer code targeting multiple rigs and written in a foreign language (C++!) allright thanks, i will try to compile mine I will take ChaosItec git cgminer code and give it a try with MinGW.
|
|
|
|
CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
November 12, 2014, 06:46:26 PM |
|
Thanks !
I will try to get one at least to test my boards !
pekatete , it would be great if you could share me your cgminer !
I was able to compile cgminer 4.7.0 for and under windows using MinGW but not able to run it without significant errors (and at times it would not detect the board!). It therefore is not a binary that would be useful for sharing, and seeing the pre-compiled version 3.8.5 for windows reconises both the CP210x (as AMU / LIX / etc) and the PL230x (as ICA and ... ?), you would be better off getting that one, available here: https://github.com/AntMiner/AntGen1/blob/master/cgminer/cgminer-run-windows-20131224.zip?raw=truePS. You may need to change over the TX / RX connectors on some of the modules as the lines can be twisted! but, on the other hand we might be able to verify either: 1. problem with source 2. problem with windows 3. problem with specific setup so it might be a good idea to get them tested on another windows machine.. just my 2 cents :-p The source is the same source as that is available on github for version 4.7.0 so anyone an get that. The changes to source that I documented earlier in this thread are deprecated since I abandoned the --include-icarus flag, however, should anyone wnt to include the icarus driver, then the error messages from the compiler are quite instructive. Also, compiling is quite easy, you just need to install MinGW (which is also free and opensource!). It can be tedious to setup MinGW but not impossible. However, if even after that someone still wants to get a hold of the binary I compiled and / or the code i used to compile it, just point me to where you'd like me to upload it and its yours! PS. I did mention earlier in the thread that I was working on something else, more specifically a windows driver. I can update the thread to the effect that I have actually gone to ground to write a windows miner that uses COM ports. I am working on the initialisation of the S1 board and work division in the code, and when I have some extra time off, I'll be looking to finishing it off and showcasing it! For me, that represented a better alternative than trying to wrestle the generic cgminer code targeting multiple rigs and written in a foreign language (C++!) allright thanks, i will try to compile mine I will take ChaosItec git cgminer code and give it a try with MinGW. compiled windows version: download here: https://www.dropbox.com/s/v6o5o9jvvwc1hjs/cgminer.zip?dl=0remember to install zadig drivers: http://zadig.akeo.ie/
|
node-vps.com - Tron / Masternode hosting services
|
|
|
HerbPean
Legendary
Offline
Activity: 1638
Merit: 1005
|
|
November 12, 2014, 06:51:11 PM |
|
Thanks !
I will try to get one at least to test my boards !
pekatete , it would be great if you could share me your cgminer !
I was able to compile cgminer 4.7.0 for and under windows using MinGW but not able to run it without significant errors (and at times it would not detect the board!). It therefore is not a binary that would be useful for sharing, and seeing the pre-compiled version 3.8.5 for windows reconises both the CP210x (as AMU / LIX / etc) and the PL230x (as ICA and ... ?), you would be better off getting that one, available here: https://github.com/AntMiner/AntGen1/blob/master/cgminer/cgminer-run-windows-20131224.zip?raw=truePS. You may need to change over the TX / RX connectors on some of the modules as the lines can be twisted! but, on the other hand we might be able to verify either: 1. problem with source 2. problem with windows 3. problem with specific setup so it might be a good idea to get them tested on another windows machine.. just my 2 cents :-p The source is the same source as that is available on github for version 4.7.0 so anyone an get that. The changes to source that I documented earlier in this thread are deprecated since I abandoned the --include-icarus flag, however, should anyone wnt to include the icarus driver, then the error messages from the compiler are quite instructive. Also, compiling is quite easy, you just need to install MinGW (which is also free and opensource!). It can be tedious to setup MinGW but not impossible. However, if even after that someone still wants to get a hold of the binary I compiled and / or the code i used to compile it, just point me to where you'd like me to upload it and its yours! PS. I did mention earlier in the thread that I was working on something else, more specifically a windows driver. I can update the thread to the effect that I have actually gone to ground to write a windows miner that uses COM ports. I am working on the initialisation of the S1 board and work division in the code, and when I have some extra time off, I'll be looking to finishing it off and showcasing it! For me, that represented a better alternative than trying to wrestle the generic cgminer code targeting multiple rigs and written in a foreign language (C++!) allright thanks, i will try to compile mine I will take ChaosItec git cgminer code and give it a try with MinGW. compiled windows version: download here: https://www.dropbox.com/s/v6o5o9jvvwc1hjs/cgminer.zip?dl=0remember to install zadig drivers: http://zadig.akeo.ie/thanks you so much !
|
|
|
|
CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
November 12, 2014, 07:25:25 PM |
|
Thanks !
I will try to get one at least to test my boards !
pekatete , it would be great if you could share me your cgminer !
I was able to compile cgminer 4.7.0 for and under windows using MinGW but not able to run it without significant errors (and at times it would not detect the board!). It therefore is not a binary that would be useful for sharing, and seeing the pre-compiled version 3.8.5 for windows reconises both the CP210x (as AMU / LIX / etc) and the PL230x (as ICA and ... ?), you would be better off getting that one, available here: https://github.com/AntMiner/AntGen1/blob/master/cgminer/cgminer-run-windows-20131224.zip?raw=truePS. You may need to change over the TX / RX connectors on some of the modules as the lines can be twisted! but, on the other hand we might be able to verify either: 1. problem with source 2. problem with windows 3. problem with specific setup so it might be a good idea to get them tested on another windows machine.. just my 2 cents :-p The source is the same source as that is available on github for version 4.7.0 so anyone an get that. The changes to source that I documented earlier in this thread are deprecated since I abandoned the --include-icarus flag, however, should anyone wnt to include the icarus driver, then the error messages from the compiler are quite instructive. Also, compiling is quite easy, you just need to install MinGW (which is also free and opensource!). It can be tedious to setup MinGW but not impossible. However, if even after that someone still wants to get a hold of the binary I compiled and / or the code i used to compile it, just point me to where you'd like me to upload it and its yours! PS. I did mention earlier in the thread that I was working on something else, more specifically a windows driver. I can update the thread to the effect that I have actually gone to ground to write a windows miner that uses COM ports. I am working on the initialisation of the S1 board and work division in the code, and when I have some extra time off, I'll be looking to finishing it off and showcasing it! For me, that represented a better alternative than trying to wrestle the generic cgminer code targeting multiple rigs and written in a foreign language (C++!) allright thanks, i will try to compile mine I will take ChaosItec git cgminer code and give it a try with MinGW. compiled windows version: <snip> download here: https://www.dropbox.com/s/v6o5o9jvvwc1hjs/cgminer.zip?dl=0remember to install zadig drivers: http://zadig.akeo.ie/thanks you so much ! the problem in windows is a driver issue.. im no windows guru, im mostly a linux guy, so your on your own on that part
|
node-vps.com - Tron / Masternode hosting services
|
|
|
HerbPean
Legendary
Offline
Activity: 1638
Merit: 1005
|
|
November 12, 2014, 07:59:18 PM |
|
Thanks !
I will try to get one at least to test my boards !
pekatete , it would be great if you could share me your cgminer !
I was able to compile cgminer 4.7.0 for and under windows using MinGW but not able to run it without significant errors (and at times it would not detect the board!). It therefore is not a binary that would be useful for sharing, and seeing the pre-compiled version 3.8.5 for windows reconises both the CP210x (as AMU / LIX / etc) and the PL230x (as ICA and ... ?), you would be better off getting that one, available here: https://github.com/AntMiner/AntGen1/blob/master/cgminer/cgminer-run-windows-20131224.zip?raw=truePS. You may need to change over the TX / RX connectors on some of the modules as the lines can be twisted! but, on the other hand we might be able to verify either: 1. problem with source 2. problem with windows 3. problem with specific setup so it might be a good idea to get them tested on another windows machine.. just my 2 cents :-p The source is the same source as that is available on github for version 4.7.0 so anyone an get that. The changes to source that I documented earlier in this thread are deprecated since I abandoned the --include-icarus flag, however, should anyone wnt to include the icarus driver, then the error messages from the compiler are quite instructive. Also, compiling is quite easy, you just need to install MinGW (which is also free and opensource!). It can be tedious to setup MinGW but not impossible. However, if even after that someone still wants to get a hold of the binary I compiled and / or the code i used to compile it, just point me to where you'd like me to upload it and its yours! PS. I did mention earlier in the thread that I was working on something else, more specifically a windows driver. I can update the thread to the effect that I have actually gone to ground to write a windows miner that uses COM ports. I am working on the initialisation of the S1 board and work division in the code, and when I have some extra time off, I'll be looking to finishing it off and showcasing it! For me, that represented a better alternative than trying to wrestle the generic cgminer code targeting multiple rigs and written in a foreign language (C++!) allright thanks, i will try to compile mine I will take ChaosItec git cgminer code and give it a try with MinGW. compiled windows version: <snip> download here: https://www.dropbox.com/s/v6o5o9jvvwc1hjs/cgminer.zip?dl=0remember to install zadig drivers: http://zadig.akeo.ie/thanks you so much ! the problem in windows is a driver issue.. im no windows guru, im mostly a linux guy, so your on your own on that part Looks all good on your screenshot ?
|
|
|
|
CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
November 12, 2014, 08:03:09 PM Last edit: November 12, 2014, 08:22:09 PM by CHAOSiTEC |
|
Thanks !
I will try to get one at least to test my boards !
pekatete , it would be great if you could share me your cgminer !
I was able to compile cgminer 4.7.0 for and under windows using MinGW but not able to run it without significant errors (and at times it would not detect the board!). It therefore is not a binary that would be useful for sharing, and seeing the pre-compiled version 3.8.5 for windows reconises both the CP210x (as AMU / LIX / etc) and the PL230x (as ICA and ... ?), you would be better off getting that one, available here: https://github.com/AntMiner/AntGen1/blob/master/cgminer/cgminer-run-windows-20131224.zip?raw=truePS. You may need to change over the TX / RX connectors on some of the modules as the lines can be twisted! but, on the other hand we might be able to verify either: 1. problem with source 2. problem with windows 3. problem with specific setup so it might be a good idea to get them tested on another windows machine.. just my 2 cents :-p The source is the same source as that is available on github for version 4.7.0 so anyone an get that. The changes to source that I documented earlier in this thread are deprecated since I abandoned the --include-icarus flag, however, should anyone wnt to include the icarus driver, then the error messages from the compiler are quite instructive. Also, compiling is quite easy, you just need to install MinGW (which is also free and opensource!). It can be tedious to setup MinGW but not impossible. However, if even after that someone still wants to get a hold of the binary I compiled and / or the code i used to compile it, just point me to where you'd like me to upload it and its yours! PS. I did mention earlier in the thread that I was working on something else, more specifically a windows driver. I can update the thread to the effect that I have actually gone to ground to write a windows miner that uses COM ports. I am working on the initialisation of the S1 board and work division in the code, and when I have some extra time off, I'll be looking to finishing it off and showcasing it! For me, that represented a better alternative than trying to wrestle the generic cgminer code targeting multiple rigs and written in a foreign language (C++!) allright thanks, i will try to compile mine I will take ChaosItec git cgminer code and give it a try with MinGW. compiled windows version: <snip> download here: https://www.dropbox.com/s/v6o5o9jvvwc1hjs/cgminer.zip?dl=0remember to install zadig drivers: http://zadig.akeo.ie/thanks you so much ! the problem in windows is a driver issue.. im no windows guru, im mostly a linux guy, so your on your own on that part Looks all good on your screenshot ? i get problems with the winusb driver with 2 or more boards.. edit: FIXED its a conflict with another driver/device installed, in this case, it was the sdcard slot, i uninstalled the driver, and now it works
|
node-vps.com - Tron / Masternode hosting services
|
|
|
HerbPean
Legendary
Offline
Activity: 1638
Merit: 1005
|
|
November 12, 2014, 08:58:08 PM |
|
As soon as i can get an UART => USB cp2102, i will try it. I found some cheap on ebay but with like 2 weeks of shipment delay ...
Still looking for a local pickup somewhere at a reasonable price.
|
|
|
|
HerbPean
Legendary
Offline
Activity: 1638
Merit: 1005
|
|
November 13, 2014, 04:13:59 AM |
|
As soon as i can get an UART => USB cp2102, i will try it. I found some cheap on ebay but with like 2 weeks of shipment delay ...
Still looking for a local pickup somewhere at a reasonable price.
Found some in the US, gotta wait a week, 5 for 19$ not bad !
|
|
|
|
CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
November 13, 2014, 09:19:26 AM |
|
As soon as i can get an UART => USB cp2102, i will try it. I found some cheap on ebay but with like 2 weeks of shipment delay ...
Still looking for a local pickup somewhere at a reasonable price.
Found some in the US, gotta wait a week, 5 for 19$ not bad ! not bad at all :-p
|
node-vps.com - Tron / Masternode hosting services
|
|
|
jeppe
|
|
November 13, 2014, 08:02:47 PM |
|
okay so i have bought 18 boards what do i need to get them all to mine? is all i need a CP2102 for each card and an usb hub? Is there a compiled version of cgminer that works with a raspberry pi and would recognise the cards? thanks, JT
|
|
|
|
CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
November 13, 2014, 08:27:56 PM |
|
okay so i have bought 18 boards what do i need to get them all to mine? is all i need a CP2102 for each card and an usb hub? Is there a compiled version of cgminer that works with a raspberry pi and would recognise the cards? thanks, JT
you need a powered hub that works with raspberry pi to connect all the cp2102s to (see http://elinux.org/RPi_Powered_USB_Hubs#Working_USB_Hubs) install latest raspbian and do: sudo apt-get update sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl3-dev libudev-dev git
git clone https://github.com/FireWalkerX/cgminer-bmsc.git
cd cgminer-bmsc
./autogen.sh --enable-bmsc
make
..all done
|
node-vps.com - Tron / Masternode hosting services
|
|
|
jeppe
|
|
November 13, 2014, 10:34:03 PM |
|
okay so i have bought 18 boards what do i need to get them all to mine? is all i need a CP2102 for each card and an usb hub? Is there a compiled version of cgminer that works with a raspberry pi and would recognise the cards? thanks, JT
you need a powered hub that works with raspberry pi to connect all the cp2102s to (see http://elinux.org/RPi_Powered_USB_Hubs#Working_USB_Hubs) install latest raspbian and do: sudo apt-get update sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl3-dev libudev-dev git
git clone https://github.com/FireWalkerX/cgminer-bmsc.git
cd cgminer-bmsc
./autogen.sh --enable-bmsc
make
..all done thats it?? what is the average what/gh ? Would i access it like an normal antminer after these steps??
|
|
|
|
|