Bitcoin Forum
June 21, 2024, 12:48:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 »
2861  Bitcoin / Hardware / Re: Black Arrow announces 28nm 100Ghash Bitcoin ASIC from $1.49/Ghash on: December 09, 2013, 09:24:41 AM
Updates straight from bobsag3 in Hong Kong visiting Black Arrow:

Can you say miner pr0n?   Cheesy

These are Prosperos - except prototypes running with Bitfury instead of Minion chips: Bitfury boards:

https://i.imgur.com/PZsSdoo.jpg
https://i.imgur.com/X69NCBP.jpg
https://i.imgur.com/fw5qBvl.jpg
https://i.imgur.com/pSkWGPL.jpg
https://i.imgur.com/dO4kzm8.jpg

FPGA simulating the Minion ASIC hashing away: https://i.imgur.com/2pq0Fz7.jpg

Full album here: http://goo.gl/s9U6IX



So nothing of the 28nm tech other than a FPGA simulator?

What else would you expect? Its pretty public that the chip is still in development, and that they wont have the chips until Jan/Feb.

Wishful thinking on my part then Smiley Thanks for the pics
2862  Bitcoin / Hardware / Re: Black Arrow announces 28nm 100Ghash Bitcoin ASIC from $1.49/Ghash on: December 09, 2013, 09:04:07 AM
Updates straight from bobsag3 in Hong Kong visiting Black Arrow:

Can you say miner pr0n?   Cheesy

These are Prosperos - except prototypes running with Bitfury instead of Minion chips: Bitfury boards:

https://i.imgur.com/PZsSdoo.jpg
https://i.imgur.com/X69NCBP.jpg
https://i.imgur.com/fw5qBvl.jpg
https://i.imgur.com/pSkWGPL.jpg
https://i.imgur.com/dO4kzm8.jpg

FPGA simulating the Minion ASIC hashing away: https://i.imgur.com/2pq0Fz7.jpg

Full album here: http://goo.gl/s9U6IX



So nothing of the 28nm tech other than a FPGA simulator?
2863  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 08, 2013, 08:40:52 PM

hey orama,

i got one november jupiter that has 3 die disabled on one board. any advise??



I think we need to wait for the tuning suite, mines like this currently (657Gh/s):

Board 0 - 3 Cores off - All VRM fine
Board 2 - 3 Cores off - VRM 7 - FAULT 4
Board 3 - 3 Cores off - VRM 0,2,5,7 - FAULT 4
Board 4 - 2 Cores off - All VRM fine

yeah, i am lookin forward for the tuning-suite too

here it looks more like this

Board 0 - 3 dies off

so its running at 25%

how to look-up the VRMs??

Bertmod 0.4 http://forum.kncminer.com/forum/main-category/main-forum/20546-bertmod-0-4-unofficial-firmware-mod-feedback-thread
2864  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 08, 2013, 08:28:02 PM

hey orama,

i got one november jupiter that has 3 die disabled on one board. any advise??



I think we need to wait for the tuning suite, mines like this currently (657Gh/s):

Board 0 - 3 Cores off - All VRM fine
Board 2 - 3 Cores off - VRM 7 - FAULT 4
Board 3 - 3 Cores off - VRM 0,2,5,7 - FAULT 4
Board 4 - 2 Cores off - All VRM fine
2865  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 08, 2013, 08:23:11 PM
ok also if have more than one miner

is better to put all the miner at same btc adress
or but for every miner different adress?Huh

Don't use a different address, but at the end of each address put an underscore and a unique name to set them apart. _jupiter1 _jupiter2

thanks for the info

using one address and the unique underscore name, does it still let you view each miner stats separately?

Yep thats what I do, and in the graph they are coloured differently, plus you can clock on "Toggle display of Worker details" and you get the stats in numbers rather than a graph.

See the Eligius FAQ: http://eligius.st/~gateway/faq-page#t9n72
2866  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 08, 2013, 11:20:14 AM
question

can at eligius pool

put diff at worker
or not?

Its set automatically by the pool
2867  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 08, 2013, 11:19:08 AM
Can someone please post the part below from a november unit? It's located in /etc/init.d/cgminer.sh
Thanks

Heres the whole thing:

Code:
#!/bin/sh

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/bin/cgminer
NAME=cgminer
DESC="Cgminer daemon"

set -e

test -x "$DAEMON" || exit 0

do_start() {
# Stop SPI poller
spi_ena=0
i2cset -y 2 0x71 2 $spi_ena

good_ports=""
bad_ports=""

# CLear faults in megadlynx's
for b in 3 4 5 6 7 8 ; do
for d in 0 1 2 3 4 5 6 7 ; do
i2cset -y $b 0x1$d 3 >/dev/null 2>&1 || true
done
done

for p in 0 1 2 3 4 5 ; do
i2cset -y 2 0x71 1 $((p+1))
good_flag=0
ar="$(spi-test -s 50000 -OHC -D /dev/spidev1.0 0x80,3,0,0,0,0,0,0 | tail -c 13)"
                if [ "x$ar" = "x00 30 A0 01" ] ; then
good_flag=1
fi
ar="$(spi-test -s 50000 -OHC -D /dev/spidev1.0 0x80,2,0,0,0,0,0,0 | tail -c 13)"
                if [ "x$ar" = "x00 30 A0 01" ] ; then
good_flag=1
fi
ar="$(spi-test -s 50000 -OHC -D /dev/spidev1.0 0x80,1,0,0,0,0,0,0 | tail -c 13)"
                if [ "x$ar" = "x00 30 A0 01" ] ; then
good_flag=1
fi
ar="$(spi-test -s 50000 -OHC -D /dev/spidev1.0 0x80,0,0,0,0,0,0,0 | tail -c 13)"
                if [ "x$ar" = "x00 30 A0 01" ] ; then
good_flag=1
fi

if [ "$good_flag" = "1" ] ; then
good_ports=$good_ports" $p"
else
bad_ports=$bad_ports" $p"
fi
done

if [ -n "$good_ports" ] ; then
for p in $good_ports ; do
# re-enable all cores
i=0
while [[ $i -lt 192 ]] ; do
i2cset -y 2 0x2$p $i 1
i=$((i+1))
done
spi_ena=$(( spi_ena | (1 << $p) ))
done
fi
if [ -n "$bad_ports" ] ; then
for p in $bad_ports ; do
# disable all cores
i=0
while [[ $i -lt 192 ]] ; do
i2cset -y 2 0x2$p $i 0
i=$((i+1))
done
spi_ena=$(( spi_ena & ~(1 << $p) ))
done
fi

# Disable direct SPI
i2cset -y 2 0x71 1 0

# Enable SPI poller
i2cset -y 2 0x71 2 $spi_ena

MINING_SW=`ls -l /usr/bin/cgminer`
if [ "`echo $MINING_SW | grep bfgminer`" != "" ] ; then
export LD_LIBRARY_PATH=/usr/bfgminer/
start-stop-daemon -b -S -x screen -- -S cgminer -t cgminer -m -d "$DAEMON" --api-listen -c /config/cgminer.conf -S knc:auto
else
start-stop-daemon -b -S -x screen -- -S cgminer -t cgminer -m -d "$DAEMON" --api-listen --default-config /config/cgminer.conf
fi
}

do_stop() {
        killall -9 cgminer || true
}
case "$1" in
  start)
        echo -n "Starting $DESC: "
do_start
        echo "$NAME."
        ;;
  stop)
        echo -n "Stopping $DESC: "
do_stop
        echo "$NAME."
        ;;
  restart|force-reload)
        echo -n "Restarting $DESC: "
        do_stop
        do_start
        echo "$NAME."
        ;;
  *)
        N=/etc/init.d/$NAME
        echo "Usage: $N {start|stop|restart|force-reload}" >&2
        exit 1
        ;;
esac

exit 0

2868  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 07, 2013, 03:32:07 PM
After I added the additional side fan to the "hot as the surface of the sun" die now it is getting adequately cooled, but the fan is just standing there not secured in any way and I can't even put the lid on.




Whats it cooling there? Maybe its another duff Arctic Cooler on that one?

Mine runs hotter than my October Jupiter as well.

HW Status
ASIC slot #1   58.5 ℃
ASIC slot #2   -
ASIC slot #3   70.0 ℃
ASIC slot #4   75.0 ℃
ASIC slot #5   57.5 ℃
ASIC slot #6   -
2869  Bitcoin / Hardware / Re: KNC Miner on: December 07, 2013, 01:13:02 PM
so... anyone here with notvember rig/s?

wondering about the grey sponge thing between the heatsink & 2 VRMS...

leave in or remove?

I've left mine in, mainly because I can't be arsed to open it up.  Grin
2870  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 07, 2013, 05:27:32 AM
Biffa, load up bertmod, it's painless, then post up your stats. I'm using those ebay ATX power plugs with the jumper and load resistor on mine.

I know I've been using Bertmod since October Smiley

CYPER are you using 0.4 its the one thats supposed to work with 0.99E
2871  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 07, 2013, 04:44:27 AM
Anyone else seeing 630gh on the new Jupiters? Some readings on the first module seem off.



hno on IRC said that bertmod is not expected to work correctly with the November batch, in particular reading the DCDC data.

Here



how are the cores on there??  if many are off that is accurrate

Dunno mate, just that hno said that Bertmod might report funky stuff with the November Jupes, I'll try 0.4 on mine in a mo.
2872  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 07, 2013, 04:42:52 AM
OK just arrived back with my Nov Jupe.

Heres a thing, set it up on top of the October one I have. Unpacked the brand new 1300W EVGA G2 connected everything up, plugged the PSU into the UPS with the jumper "insulated paperclip method) plugged into the same pins as the 1000W EVGA G2 I have powering the October box.

Switched it on.. BANG, no smoke no smell, but I shat myself, thought thats it I blew the shit out of the Jupiter.

Calmed down, everything else was still running in the room, so no fuses blew, the other Jupiter is still running so good there.

Looks like the PSU blew, so unplugged it from the Jupiter and sure enough I can't get it to start even with nothing plugged in.

Plugged in my backup PSU (Silverstone 1500W) into the November Jupiter, set it up exactly the same, crossed fingers turned it on and... it just started, no problem.

*PHEW* now to RMA the EVGA PSU, likely not find another one for love nor money now. Sad

Notes about the Nov Jupe.

1. It pumps out a LOT more hot air than the October one, and the case itself is hotter as well  Undecided
2. Its pushing out around 670Gh/s Cheesy
3. I cant think of a 3rd thing I'm exhausted Grin
2873  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 07, 2013, 04:34:30 AM
Anyone else seeing 630gh on the new Jupiters? Some readings on the first module seem off.



hno on IRC said that bertmod is not expected to work correctly with the November batch, in particular reading the DCDC data.

Here
2874  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 07, 2013, 04:28:17 AM
Its already been said that Bertmod doesn't work with 0.99-E properly
2875  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 06, 2013, 09:58:30 PM
CYPHER

Now I understand your agressive inverse trolling recently.
(engage a troll and 'you are what you resent')

I wonder if you got the unit pheonix 'twisted' the cooler on.
Remember that amazing 'fix' ?
yeah, with like half a gram of twist... and yes, it is the "finicky" board I had... (never noticed anything strange with heatsinks)  "Amazing" is totally not anywhere close to what was said....and by the way... He knows that, and it was priced accordingly, and sold separate if you must know..... He asked to purchase it knowing so, and was priced accordingly....   with the addition of a free six-port controller, and beaglebone... (which is an entire Mercury) but not like we asked you to be judge, jury and executioner .. especially without knowing the facts. I could have easily RMA'd the board, and had a mercury to sell for xx$?(Not like you could know we actually communicate, and Cypher is a really cool guy) But, trolls will be trolls, however "inverse" they deem others. It looks like every time I comment in here, I'm sticking my head out on the chopping block for idiots to attempt at swinging an axe. I've literally helped dozens of people in here in one way or another,(not talking about sales either) and have always been a straight shooter...  endless teamviewer sessions, skype calls, and up all hours of the day and night for the past two months, on top of my regular jobs.  I'd even like to think this may have even contributed to the boards coming my way. Why? I enjoy helping people. When it becomes not enjoyable anymore, I will cease to help in here. It is coming ridiculously close to that. I'm really glad the units are getting larger & more expensive for that reason alone. Everyone who has dealt with me has been really cool. I consider each and every one of them friends in one way or another. Dealing with this trolling rhetoric of accusations and innuendo's is non-productive, however it may make you feel better, there's actually a person on the other end here, getting alot of hassle for what? Of course, I'm not always right.. I'm human. So are you.... which is why I even bothered interjecting to set the record straight . I hope that clears things up a bit. ...Clear as mud...I know... lol


Mate you seem like a chilled out guy, maintain the composure, the negatives are just after attention nothing more, either ignore them manually or use the tools at your disposal. Or if you want to keep an eye on them and just give an opposing opinion then do so in the spirit of the debate, don't stoop to their level and make it or take it personal. Smiley

The people who you helped know what you are about, and the people who take what you do and say in the right spirit also get you.

This is an internet forum full of keyboard warriors just like any other internet forum, and they have formed factions just like Ati/Nvidia or Mac/Win or AMD/Intel or Amiga/Atari or SB/GUS or whatever other MCIBTYC ego boosting attention grabbing crap they want to come up with.

Maybe take a rest, for the weekend. Its also probably harder for you to maintain interest now that you don't have any miners to play with. Stay away for a couple of days, of course they will say that you are doing it because you are ashamed or afraid or some such balls, but who cares.

My 0.00002BTC worth of advice for the month Cheesy
2876  Bitcoin / Hardware / Re: Official BITMINE CoinCraft series 28nm ASIC miners thread on: December 06, 2013, 09:47:53 PM
On the web site it talks about "power-save" mode and "turbo" mode and how the hashing rate and power consumption increases or decreases depending on what mode you are running in.

However the miners themselves are available in hash performance models that don't match up with either the power-save or turbo modes.

e.g. Coincraft Desk
 
  • Available in: 400 / 600 / 800 / 1000 GH/s
  • Power-save mode of 150 / 300 / 450 / 600 / 750 GH/s.
  • Turbo mode up to 300 / 600 / 900 / 1200 / 1500 GH/s.

Is that correct? Is the advertised available hashing speed something like a "middle" mode?

What I'm trying to understand is if I order the 1TH/s model, will it have a turbo mode that lets it run at 1.5Th/s and a power save mode that lets it run at 750GH/s

Thanks



I think they forgot to remove the data for the 200GH CoinCraft Desk that was available in November. Notice that hashrate has 4 scales, and the rest 5.

Interesting, Do the "Desk" and the "Rig" both use the 28nm ASIC? Only the "Rig" specifies it in the descriptions. Its the only discrepancy in the descriptions, everything else seems the same including the Powertune technology descriptions etc, which makes you think that they are both using the 28nm technology.

Has there been any official comment? There are some many potential loopholes that it always makes you suspicious when an obvious glaring ommission has been pointed out and it would be the work of moments to fix it on the web site. But it hasn't been all this time, which is wierd.
2877  Bitcoin / Hardware / Re: looking for new miner on: December 06, 2013, 09:00:39 PM
stock jupiters?

There are no more Jupiters. Only place to get one is second hand (here and ebay) and you'll need quite a lot more than $6500 unfortunately Sad
2878  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: December 06, 2013, 08:57:54 PM
So received my Nov Jupiter.

Can't connect to machine by either SSH or webpage.  It is assigned an IP address just can't connect. Even ping gets no response but not sure if the BBB is setup to respond to ping.

If I disconnect all 4 ASIC boards I can connect to the host and access web gui with no issues.  
Reconnect the ASIC boards, can't connect.  
Tried connecting just one ASIC board with same results.
Tried two different power supplies with the same results.

Anyone had anything like this or am I just SOL?

Maybe silly question but you didn't flash 0.99-tune onto it did you?

If not...

I'd get the RMA email done right away, you can always cancel it if you fix it, but at least get the ball rolling as it can take a day or two, then I'd go on the IRC channel and ask hno what he thinks
2879  Bitcoin / Hardware / Re: MiningHeart.com is new service for miner selection. on: December 06, 2013, 08:51:44 PM
Your problem was that you were acting as a middle man for companies that don't operate using that business model.

Also you provide ZERO advantage to customers and HUGE risk as you are the customer of the suppying company, not your patsies.

Whats to stop you just walking away with the money? You are hardly trustworthy, your entire site was a lie, a fabrication a fantasy sham designed to cash in on naive eager bitcoin newbies.

How could anyone trust anything you say when you had links to Jupiter and Saturn KnC models that aren't even for sale, when you had companies that are proven scammers.

Then you come on here accusing us of starting a witch hunt? All we were doing was Due dilligence that any sane buyer should do, and all we had to do was send a couple of emails off to the companies that you LIED about representing and having contracts with on your web site and they came back with the same tune: STAY AWAY THIS IS A SCAM

This is the companies that make the hardware calling you Scammers not us, your so called "partners"

Pathetic
2880  Bitcoin / Hardware / Re: MiningHeart.com is new service for miner selection. on: December 06, 2013, 10:31:39 AM
Reply from bitmine:

Quote
Antonio (Bitmine AG)

Dec 06 11:24 (CET)

Dear Sir,
they are not official resellers,
If you are interested on our products you can place your order on our webpage.

Thanks
for your interests in our products.

Danke für Ihr Interesse an unseren Produkten.

For any questions don't hesitate to contact us. In the meantime

Für Fragen sind wir jederzeit für Sie da.

Kind regards/MfG

Customer Service

Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!