Master One
Full Member
Offline
Activity: 238
Merit: 100
Wanna buy a Tesla? Visit TeslaBargain.com first!
|
|
October 11, 2014, 04:40:06 AM |
|
How about a pull request back to CGMiner so that it can be included upstream instead of introducing Yet Another Miner Fork?
|
|
|
|
CrazyGuy
Legendary
Offline
Activity: 1973
Merit: 1007
|
|
October 11, 2014, 06:00:17 AM |
|
How about a pull request back to CGMiner so that it can be included upstream instead of introducing Yet Another Miner Fork? AM forked from 4.6, wrote a seperate driver(as opposed to mucking with icarus or some other) and made minimal changes elsewhere to include the driver. Merging it in shouldn't be a big problem.
|
ASICPuppy.net ASIC Mining Hardware and Accessories - Compac F in stock!
|
|
|
Master One
Full Member
Offline
Activity: 238
Merit: 100
Wanna buy a Tesla? Visit TeslaBargain.com first!
|
|
October 11, 2014, 07:35:42 AM |
|
How about a pull request back to CGMiner so that it can be included upstream instead of introducing Yet Another Miner Fork? AM forked from 4.6, wrote a seperate driver(as opposed to mucking with icarus or some other) and made minimal changes elsewhere to include the driver. Merging it in shouldn't be a big problem. Do we get any official feedback from AM or @friedcat in this thread at all? A little more interaction with the manufacturer and developer would be really appreciated.
|
|
|
|
michelem
Legendary
Offline
Activity: 1015
Merit: 1000
|
|
October 11, 2014, 09:42:03 AM |
|
How about a pull request back to CGMiner so that it can be included upstream instead of introducing Yet Another Miner Fork? AM forked from 4.6, wrote a seperate driver(as opposed to mucking with icarus or some other) and made minimal changes elsewhere to include the driver. Merging it in shouldn't be a big problem. +1 for pull request back to official CGminer
|
|
|
|
Master One
Full Member
Offline
Activity: 238
Merit: 100
Wanna buy a Tesla? Visit TeslaBargain.com first!
|
|
October 12, 2014, 05:47:47 AM |
|
I've seen a video about assembling a Tube yesterday, which answered a few questions and opened new ones:
Each unit has a 5 bit DIP switch allowing to assign 32 different addresses for daisy-chaining 32 units resulting in up to 8 devices on a single USB adapter or ethernet controller.
A Raspberry PI B+ has 4 USB ports, an ethernet controller 3 UART ports.
Can more than one chain (with up to 32 units each) be connected to one Raspberry PI B+ or ethernet controller?
What exactly is the limit / limiting factor on the number of miners operated by one controller?
Why would it not be possible to connect 4 chains with a total of 128 units (= 32 devices) with 4 USB adapters to a single Raspberry PI B+?
In the video I've seen the guy mentioned that only the first UART port on the ethernet controller was working. Is this true and only one chain can be connected to the ethernet controller, or could indeed 3 chains be operated by a single ethernet controller?
|
|
|
|
tutorialevideo
Legendary
Offline
Activity: 1161
Merit: 1001
Don`t invest more than you can afford to lose
|
|
October 12, 2014, 07:14:55 AM |
|
send me the video please to see how it looks this prisma block erupter.
|
|
|
|
Master One
Full Member
Offline
Activity: 238
Merit: 100
Wanna buy a Tesla? Visit TeslaBargain.com first!
|
|
October 12, 2014, 07:20:53 AM |
|
send me the video please to see how it looks this prisma block erupter. The mentioned video was about assembling a Tube, not about the Prisma, but it gave some hints on what to expect, after all, the Prisma pretty much is nothing else than a longer already assembled Tube (besides the technical advances).
|
|
|
|
tutorialevideo
Legendary
Offline
Activity: 1161
Merit: 1001
Don`t invest more than you can afford to lose
|
|
October 12, 2014, 12:15:32 PM |
|
send me the video please to see how it looks this prisma block erupter. The mentioned video was about assembling a Tube, not about the Prisma, but it gave some hints on what to expect, after all, the Prisma pretty much is nothing else than a longer already assembled Tube (besides the technical advances). do you own a prism? could you post some pics?
|
|
|
|
Master One
Full Member
Offline
Activity: 238
Merit: 100
Wanna buy a Tesla? Visit TeslaBargain.com first!
|
|
October 12, 2014, 12:33:55 PM |
|
send me the video please to see how it looks this prisma block erupter. The mentioned video was about assembling a Tube, not about the Prisma, but it gave some hints on what to expect, after all, the Prisma pretty much is nothing else than a longer already assembled Tube (besides the technical advances). do you own a prism? could you post some pics? Nobody has got a Prisma yet, last word was they are all stuck at customs in HK right now. I'm interested in the Prisma, because it should be the best miner for the buck right now, but I haven't ordered yet.
|
|
|
|
sdjernes
Newbie
Offline
Activity: 49
Merit: 0
|
|
October 12, 2014, 02:54:52 PM |
|
A Raspberry PI B+ has 4 USB ports, an ethernet controller 3 UART ports.
Can more than one chain (with up to 32 units each) be connected to one Raspberry PI B+ or ethernet controller?
It is very feesible to put a whole chain on one USB controller adapter to use with a computer (aka RPi). The problem is the RPi has it's Ethernet on a USB port also as part of the internal hub. So what happens is interrupt problems because you are trying to keep your data stream constant on both Ethernet and to the USB connected miners. What exactly is the limit / limiting factor on the number of miners operated by one controller?
Basically it comes down to how well the USB circuits on the board are designed and what else is using it. If you were on a desktop computer you would want to make sure that you put the miners on a separate USB controller port from a hard drive. On the RPi you don't have this option. There is one USB controller port on the processor. This is then used to drive hub chip. Off that hub chip hangs your 2/4 external ports and the RPi's Ethernet controller. Now if you could re-write the driver for CGminer and build the correct cabling you could possible get more units connected to the UARTs. Why would it not be possible to connect 4 chains with a total of 128 units (= 32 devices) with 4 USB adapters to a single Raspberry PI B+?
I have mentioned some of the technical reasons above but their is one other reason not to do this. Single Point of Failure
You don't want to have a single $35 device shutdown your operation. If the miner software crashes in your single RPi setup your entire 11.2Ths is offline until you notice it and then are able to fix it. Splitting that load over several devices allows you to keep most units mining while the one Controller is delt with.
|
|
|
|
TracerX
|
|
October 12, 2014, 03:28:19 PM |
|
It is very feesible to put a whole chain on one USB controller adapter to use with a computer (aka RPi). The problem is the RPi has it's Ethernet on a USB port also as part of the internal hub. So what happens is interrupt problems because you are trying to keep your data stream constant on both Ethernet and to the USB connected miners.
Does anyone know of a SoC device that is designed in a way that avoids this issue? A Hummingbird, or BBB? Cheers.
|
|
|
|
tutorialevideo
Legendary
Offline
Activity: 1161
Merit: 1001
Don`t invest more than you can afford to lose
|
|
October 12, 2014, 03:35:09 PM |
|
whainting for updates i-am really interested in prisma!
|
|
|
|
Master One
Full Member
Offline
Activity: 238
Merit: 100
Wanna buy a Tesla? Visit TeslaBargain.com first!
|
|
October 12, 2014, 03:46:19 PM |
|
It is very feesible to put a whole chain on one USB controller adapter to use with a computer (aka RPi). The problem is the RPi has it's Ethernet on a USB port also as part of the internal hub. So what happens is interrupt problems because you are trying to keep your data stream constant on both Ethernet and to the USB connected miners.
Does anyone know of a SoC device that is designed in a way that avoids this issue? A Hummingbird, or BBB? Thanks for the explanation, @sdjernes. I had no idea about that USB<>Ethernet problem on the RPI and did not think there could be such an issue with the RPI B+. And yes, so if the AM ethernet controller and a RPI based controller solution are out of question, which low-cost & low-power SoC device capable of running Minera and one or more chains of Prismas would be appropriate?
|
|
|
|
CrazyGuy
Legendary
Offline
Activity: 1973
Merit: 1007
|
|
October 12, 2014, 04:06:18 PM |
|
It is very feesible to put a whole chain on one USB controller adapter to use with a computer (aka RPi). The problem is the RPi has it's Ethernet on a USB port also as part of the internal hub. So what happens is interrupt problems because you are trying to keep your data stream constant on both Ethernet and to the USB connected miners.
Does anyone know of a SoC device that is designed in a way that avoids this issue? A Hummingbird, or BBB? Thanks for the explanation, @sdjernes. I had no idea about that USB<>Ethernet problem on the RPI and did not think there could be such an issue with the RPI B+. And yes, so if the AM ethernet controller and a RPI based controller solution are out of question, which low-cost & low-power SoC device capable of running Minera and one or more chains of Prismas would be appropriate? I don't think an RPi controller is out of the question. It may have limitations, but AM rates the RPi as being able to handle up to 4 Prismas. If you are looking to run more than 4, I might suggest a beaglebone black or 2 RPis.
|
ASICPuppy.net ASIC Mining Hardware and Accessories - Compac F in stock!
|
|
|
TracerX
|
|
October 12, 2014, 04:21:35 PM |
|
It is very feesible to put a whole chain on one USB controller adapter to use with a computer (aka RPi). The problem is the RPi has it's Ethernet on a USB port also as part of the internal hub. So what happens is interrupt problems because you are trying to keep your data stream constant on both Ethernet and to the USB connected miners.
Does anyone know of a SoC device that is designed in a way that avoids this issue? A Hummingbird, or BBB? Thanks for the explanation, @sdjernes. I had no idea about that USB<>Ethernet problem on the RPI and did not think there could be such an issue with the RPI B+. And yes, so if the AM ethernet controller and a RPI based controller solution are out of question, which low-cost & low-power SoC device capable of running Minera and one or more chains of Prismas would be appropriate? I don't think an RPi controller is out of the question. It may have limitations, but AM rates the RPi as being able to handle up to 4 Prismas. If you are looking to run more than 4, I might suggest a beaglebone black or 2 RPis. Thanks CG, I'll probably grab an RPI from you and pick up a BBB online for future projects. The BBB has a seperate Ethernet control chip, for anyone interested--I just finished up researching them.
|
|
|
|
Newar
Legendary
Offline
Activity: 1358
Merit: 1001
https://gliph.me/hUF
|
|
October 12, 2014, 07:13:12 PM |
|
When using a RPi, I'd recommend to keep a fully configured second RPi ready to go so in case the first one dies it is a simple plugging exercise to get back mining quickly. (Just make a full backup of the SD card once everything is set up and runs as it should).
If you can't spare that extra 35$, at the very least keep a second SD card ready.
|
|
|
|
naituida
Newbie
Offline
Activity: 18
Merit: 0
|
|
October 13, 2014, 08:31:22 AM |
|
ASICMINER has released their branch of cgminer: https://github.com/blockerupter/cgminerThis branch supports both Tube and Prisma, you'll need AM's USB adapter to connect to your USB port. A random CP2102X usb to uart adapter might work as well if you can customize the adpater by adding a pull resistor to the TXD. How to build: - ./autogen.sh
- ./configure --enable-blockerupter
- make
There's also a win32 binary here: https://mega.co.nz/#!NY1FQbqB!4HFdFED73LbtrdNLU9ixJ-3asjmI1jhwc-7Qik9_x3wHow to run: No extra command line parameters are needed. The Tube or Prisma will be identified as "BET" in cgminer. ./cgminer -o YOUR_POOL -u WORKER -p PASSWORD can I use this with any mining pool ? like nicehash ? Said yes before, but there turns out many "job not found" errors which causes hash rate loss after long time test. Now I realize that nicehash has its own modification with stratum protocol, it seems either we patch official cgminer or we fork from nicehash's own branch and add driver for PRISMA.
|
|
|
|
vortexz
Legendary
Offline
Activity: 1120
Merit: 1001
|
|
October 13, 2014, 11:43:10 AM |
|
anyone recived tracking number starting to worry here !
|
|
|
|
xhomerx10
Legendary
Offline
Activity: 4018
Merit: 8823
|
|
October 13, 2014, 02:56:17 PM |
|
anyone recived tracking number starting to worry here ! Don't worry - ...Round 1 Sales
Shipping date: 8th October, 2014 to 27th October, 2014...
They'll be shipping by two weekstm time
|
|
|
|
ensurance982
|
|
October 13, 2014, 05:44:44 PM |
|
anyone recived tracking number starting to worry here ! Don't worry - ...Round 1 Sales
Shipping date: 8th October, 2014 to 27th October, 2014...
They'll be shipping by two weekstm time Well, at least ASICMiner delievers their gear. Has ASICMiner ever not delivered their gear on time, or a delay of a day or two tops?
|
We Support Currencies: BTC, LTC, USD, EUR, GBP
|
|
|
|