Bitcoin Forum
May 24, 2024, 04:17:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 ... 69 »
201  Bitcoin / Hardware / Re: BITBURNER FURY Technical discussion on: November 26, 2013, 10:40:44 PM
Hi,

I have 8 boads in two stacks, first stack is hashing ok at 197 GHs.

BUT I have to connect it to the upper USB port of my RasPi, otherwise boards are not recognized, cgminer -n says it found no boards.

If I put a usb hub on the upper USB port of my RasPi no board is recognized, even if I connect a single board through its usb connector.



You have 2 stacks of 4 boards, each connected by CAN, right?
You have two USB cables running to the Pi, right?

What does Raspian or whatever Linux you use say if you type
Code:
lsusb
?

Hi dego,

yes, two stacks of four boards each.

My Pi is able to see them both only if I connect both to a powered usb hub and then I connect the powered usb hub to the upper usb port on the Pi.

If I connect each stack to a different port on the Pi only the stack connected to the upper port is seen and recognized by cgminer -n

Anyway, when both are connected, starting cgminer just throws usb write errors till the Pi freezes.

Here is cgminer -n when both are recognized

Code:
pi@raspberrypi ~ $ sudo ./cgminer/cgminer -n
 [2013-11-26 22:27:53] USB all: found 7 devices - listing known devices
.USB dev 0: Bus 1 Device 8 ID: 0403:6001
  Manufacturer: 'Burnin Electronics'
  Product: 'BitBurner'
.USB dev 1: Bus 1 Device 6 ID: 0403:6001
  Manufacturer: 'Burnin Electronics'
  Product: 'BitBurner'                   
 [2013-11-26 22:27:53] 2 known USB devices 

and lsusb

Code:
pi@raspberrypi ~ $ sudo lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 008: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 006: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Bus 001 Device 007: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB

Code:
uname -a
Linux raspberrypi 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l GNU/Linux

I've downloaded and compiled cgminer 3.5.0 following site instructions boards are recognized as BTB in cgminer.

I start cgminer like this

Code:
sudo ./cgminer/cgminer -o ... -u ... -p ... --avalon-options 115200:256:10:40:276 --bitburner-voltage 1360 --avalon-cutoff 63 --avalon-fan 75-90 --avalon-temp 55 


When both stacks are connected I get this... f**k! this time it found both stacks! I've been trying since this afternoon, but even finding both stacks is not enough, It just reports HW errors and idled miners.

Code:
 cgminer version 3.5.0 - Started: [2013-11-26 22:33:39]
--------------------------------------------------------------------------------
 (5s):0.000 (avg):0.000h/s | A:0  R:0  HW:414  WU:0.0/m
 ST: 0  SS: 0  NB: 1  LW: 18340  GF: 0  RF: 0
 Connected to ....
 Block: 0000c0aa867da6aa...  Diff:609M  Started: [22:33:39]  Best share: 0
--------------------------------------------------------------------------------
 [P]ool management [S]ettings [D]isplay options [Q]uit
 BTB 0:  0C 276    0mV |  0.000/ 0.000h/s | A:0 R:0 HW:396 WU:0.0/m
 BTB 1:  0C 276    0mV |  0.000/ 0.000h/s | A:0 R:0 HW: 19 WU:0.0/m
--------------------------------------------------------------------------------

 [2013-11-26 22:33:28] Started cgminer 3.5.0
 [2013-11-26 22:33:29] BTB0: Reset succeeded (Controller version: 2000000001)
 [2013-11-26 22:33:31] BTB0: Idling 188 miners
 [2013-11-26 22:33:31] BTB0: Core voltage set to 1360 millivolts
 [2013-11-26 22:33:31] BTB1: Reset succeeded (Controller version: 2000073504)
 [2013-11-26 22:33:33] BTB1: Idling 164 miners
 [2013-11-26 22:33:33] BTB1: Core voltage set to 1360 millivolts
 [2013-11-26 22:33:33] Probing for an alive pool
 [2013-11-26 22:33:38] Pool 0 difficulty changed to 129
 [2013-11-26 22:33:39] Network diff set to 609M
 [2013-11-26 22:34:37] BTB0: Idled 1 miners
 [2013-11-26 22:34:58] BTB1: Idled 1 miners
 [2013-11-26 22:35:05] BTB0: Idled 1 miners
 [2013-11-26 22:35:12] BTB1: Idled 1 miners
 [2013-11-26 22:35:15] BTB0: Idled 1 miners
 [2013-11-26 22:35:21] BTB0: Idled 1 miners
 [2013-11-26 22:35:31] BTB1: Idled 1 miners
 [2013-11-26 22:35:45] BTB1: Idled 1 miners


Any idea?

Thanks

spiccioli
202  Bitcoin / Hardware / Re: BITBURNER FURY Technical discussion on: November 26, 2013, 08:41:44 PM
Hi,

I have 8 boads in two stacks, first stack is hashing ok at 197 GHs.

BUT I have to connect it to the upper USB port of my RasPi, otherwise boards are not recognized, cgminer -n says it found no boards.

If I put a usb hub on the upper USB port of my RasPi no board is recognized, even if I connect a single board through its usb connector.

How am I supposed to control two 4-boards stacks? with a RasPi every four boards?

What am I making wrong?

I'm using cgminer 3.5 and boards are recognized as BTB.

Any help truly appreciated!

spiccioli

203  Economy / Auctions / Re: [Auction] BITMAIN launch first batch AntMiner S1-180GH/s 360W on wall on: November 26, 2013, 04:49:58 PM
AntMiner does not connect to eligius - status: dead

 AntMiner is doing you a favor.  It is a next-gen device and knows better than to mine at Eligius and support Luke-Jrs shenanigans.

Guys,

have a go at HHTT, it should work out-of-the-box.

spiccioli
204  Bitcoin / Pools / Re: [~32 TH] HHTT - Selected Diff/Stratum/PPLNS/Paid Stales/High Availability/Tor on: November 26, 2013, 07:45:18 AM
This is going to hurt...

spiccioli
205  Economy / Service Announcements / Re: [ANN] Bitfury ASIC sales in EU and Europe on: November 24, 2013, 08:55:36 PM
if you look at the chip's traces, there are two sets: 1 runs to the capacitors (or where capacitors were in rev1) and the other set runs to vias to another layer of the PCB. These have very small silver pads that pair them up, and i belive are responsible for the MISO commands and other chaining functions. if the small pairs of pads are shorted, the chip is no longer included in the chain

https://bitcointalk.org/index.php?topic=250249.1040

step 1: short the small jumper pads and see how it works
step 2: if problem persists, either remove the chip or cut the traces (preferably a little better than how some have done it on here lol)

i know there is more info elsewhere but cant find it offhand


Hi klondike_bar,

thanks, I'll try step 1 tomorrow and then I'll report back

spiccioli
206  Economy / Service Announcements / Re: [ANN] Bitfury ASIC sales in EU and Europe on: November 23, 2013, 10:26:29 PM
BTW,

having some hardware way to isolate "broken" chips without having to cut traces on the board would be a good thing.

spiccioli

pretty sure it was demonstrated that shorting the jumpers by the faulty chip causes it to simply by skipped over the same was as cutting the traces would achieve *i think thats what i read*

Hi,

all of them or a particular couple?

spiccioli
207  Bitcoin / Mining support / Re: [GUIDE] BitFury Miner Support/Tuning on: November 22, 2013, 09:46:59 PM
hmmm .. somehow after plugin back one of my old h-boards ... one just stopped getting recoginzed.

I tried to use different slots without success and remarked that having other boards in subsequent slots in the same bank makes them also unrecognized.

I have no idear what happend I can't find any traces of something bad ... does any one can help or has an idear?

https://dl.dropboxusercontent.com/u/43738391/1.JPG

https://dl.dropboxusercontent.com/u/43738391/2.JPG


What can I check? Anyone?

I have something similar,

a new board, one without capacitors, all of a sudden is not recognized anymore.

I've moved it into nearly every slot, it is not recognized.

No burn signs, at a visual inspection board seems like all the others.

Any idea?

Thanks.

spiccioli

208  Economy / Service Announcements / Re: [ANN] Bitfury ASIC sales in EU and Europe on: November 22, 2013, 01:37:26 PM
BTW,

having some hardware way to isolate "broken" chips without having to cut traces on the board would be a good thing.

spiccioli
209  Bitcoin / Pools / Re: [~32 TH] HHTT - Selected Diff/Stratum/PPLNS/Paid Stales/High Availability/Tor on: November 22, 2013, 01:20:23 PM
Hey gents, on the main mage we show "Orpahans", it should be Orphans.

-Wave

Wave,

it this pool we say orpahans... Wink

spiccioli
210  Economy / Service Announcements / Re: [ANN] Bitfury ASIC sales in EU and Europe on: November 21, 2013, 09:10:09 PM
Actually, I'd like some comments from you...

- Would you like a USB miner or are you happy with standalone RasPi controlled unit?
- Do you feel modular design is important, or would you prefer a nice tidy box?
- What about form factor: free or rack?
- What dB level are you comfortable with?
- Internal custom PSU or ATX?


Ok, you asked for it:

- No USB, it makes no sense right now to have 2 GHs units, it is just a waste of time using them
- break even in BTC and so it HAS to have a reasonable cost
- power efficiency, in the end, if you don't live in very peculiar places on earth energy costs a lot!

Noise and form factor have very marginal value.

What I'd really like to have is a more robust systems.

A system which does not depend on board order or ambient temperature.

A more robust m-board, current ones have too much flaky connectors.

Price, price and price, or as I said earlier, break-even in BTC is a MUST.

spiccioli
211  Economy / Auctions / Re: 16 Bitfury h-cards+1m-board+1pi+1PSU=400GH min guarranteed starts at 25BTC on: November 21, 2013, 08:54:36 PM
I have a deal with drgyoza,

coins sent.

BTW, a tasteful French wine will make my winter soooo much enjoyable Smiley

spiccioli
212  Economy / Auctions / Re: [Auction] BITMAIN launch first batch AntMiner S1-180GH/s 360W on wall on: November 21, 2013, 10:28:34 AM
Appears to me that Mr. Teal wants to take them all for himself :S.

Watching for batch 2 I guess.

Over 5 BTCs and break-even becomes difficult but I do understand the novelty factor Smiley

spiccioli
213  Economy / Service Announcements / Re: [ANN] Bitfury ASIC sales in EU and Europe on: November 21, 2013, 10:26:14 AM
As for the new H-boards (and M-boards?), could you please give us 24 hours advance notice before putting them up for sale? I'd hate to miss out if they all get bought in 15 minutes and I was offline. Or how about putting up a portion of the stock at a time, over a day or two, so everyone gets a good chance to buy?

You can ship to the US, right?

How about some special deal for early customers? I mean august buyers?

spiccioli
214  Economy / Auctions / Re: 16 Bitfury h-cards+1m-board+1pi+1PSU=400GH min guarranteed starts at 25BTC on: November 21, 2013, 07:49:35 AM
pretty good offer imho... but 25btc?  Roll Eyes no way unless xbtc drops to 100 usd...

Considering the price of Nov KnCs, Ill offer 14BTC

BTC exchange rate is at 440 USD at this time, so if you are ready to pay 25BTC at 100USD/1BTC for this BTSB you would like me to divide the price more than 4 times ? Sorry I won't sell for less than 25, this has nothing to do with BTC price in dollars, you buy in BTC and you'll get your ROI in BTC.

I see it at 580 USD at bitstamp right now.

Anyway, above 14-15 BTC there is a clear possibility to never break-even on them.

That said, at 15 BTC I'd buy it.

Even more so if you could add one of those chateau belvize boxes if they're of red wine like this http://www.chateaubelvize.com/?pge=produits&idx=19 Smiley

spiccioli




Hi spiccioli. The wine in the boxes is the same, year 2008, six magnums per box. Would be a pleasure to send you one with the stuff, but then we have to deal with transportation. How much would you add for it ? 

I'd say half a BTC could be a correct valuation (if I'm not missing something), but I fear that shipping such a box could cost a lot.

Let's see how it goes with your auction first and then we will surely find a way to deal with that box Smiley

spiccioli
215  Economy / Auctions / Re: 16 Bitfury h-cards+1m-board+1pi+1PSU=400GH min guarranteed starts at 25BTC on: November 20, 2013, 09:38:23 PM
pretty good offer imho... but 25btc?  Roll Eyes no way unless xbtc drops to 100 usd...

Considering the price of Nov KnCs, Ill offer 14BTC

BTC exchange rate is at 440 USD at this time, so if you are ready to pay 25BTC at 100USD/1BTC for this BTSB you would like me to divide the price more than 4 times ? Sorry I won't sell for less than 25, this has nothing to do with BTC price in dollars, you buy in BTC and you'll get your ROI in BTC.

I see it at 580 USD at bitstamp right now.

Anyway, above 14-15 BTC there is a clear possibility to never break-even on them.

That said, at 15 BTC I'd buy it.

Even more so if you could add one of those chateau belvize boxes if they're of red wine like this http://www.chateaubelvize.com/?pge=produits&idx=19 Smiley

spiccioli

216  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales now open ***full prototype pics*** on: November 17, 2013, 09:15:43 PM
Is the only way to notch your speed up by making a best.cnf file? Also whats unlcear to me is when I make that best cnf file what all should be in it? Example: 1   AIfDSo   53  <-- is that the only line you need for each chip or should it be everything that the .stat.log has minus the very bottom readout?

If the autotuner isn't giving you the results you expect, you can use best.cnf to turn it off (lowercase a) and manually set speeds. You don't need to put all the stuff from .stat.log into best.cnf, but it's not a problem either. It only reads the first 3 tab-separated columns and ignores the rest.

Here there is a good way to create a starting best.conf

https://bitcointalk.org/index.php?topic=251966.msg3565601#msg3565601

I've not tested it, but it seem ok just reading it

spiccioli

ps. btw, it's yours Smiley
217  Economy / Computer hardware / Re: [WTS] Bitfury H-cards on: November 17, 2013, 08:55:45 PM
ALL CARDS SOLD

and coins sent Smiley

spiccioli
218  Economy / Computer hardware / Re: [WTS] Bitfury H-cards on: November 17, 2013, 08:32:07 PM

i cant sell the case just costs way too much for me to ship it but ill sell you the seven boards no problem

Ok, just the seven boards.

I'm going to PM you right now.

spiccioli
219  Economy / Computer hardware / Re: [WTS] Bitfury H-cards on: November 17, 2013, 08:16:29 PM
Are any of these h-cards left for sale??

7 Oct boards left

pbigmoon,

I take them all, shipping to Italy.

If you're going to sell that Spootswood's case, let me know how much you're asking for it.

spiccioli
220  Bitcoin / Hardware / Re: Announcement: Bitmain launches AntMiner solution, 0.68 J/GH on chip on: November 16, 2013, 04:36:53 PM
In the last hour, we located the big bug in the software, as well as other small bugs. At minutes ago, our miner reads 100.79GH/s. (Theoretically should be 89.6GH/s)

So please expect in stock miners very soon. Now we are going out to have some beers  Smiley

Not to rain on your parade, but that small a sample of shares doesn't show the "real" hashrate, for it can still fluctuate more than 20% or so in either direction. Post the stats again after 24 hours to get a more accurate estimate.

Anyway, congrats on beers well deserved. This looks promising.

Yeah,

congrats and btw, tell us how much electricity it is using at 100 GHs...

spiccioli
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 ... 69 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!