Bitcoin Forum
May 08, 2024, 11:23:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 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 »
  Print  
Author Topic: CoinTerra announces its first ASIC - Hash-Rate greater than 500 GH/s  (Read 230752 times)
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
February 14, 2014, 07:32:51 PM
 #1881

"As you may be aware, the TerraMiner IV May batch has now sold out and we are not opening sales for a June batch at this time. Our operations team is focusing all of its efforts on fulfilling existing orders with current customers and now that we have ramped up production we are making good progress, having delivered the first batch and now well into shipping the second. "

everyone from first batch received their miner?

My December batch unit (pay date Sept 12) is expected to ship today, I am told.
That's a january unit dude...the December batch had august pay dates and cost 14400 each

My order for 1 unit is labeled "December Batch" on the invoice and cost 14,336.73 (with shipping).  I also got the "free unit in March" deal as well.  You can call it what you want, but it is effectively the December batch in all ways that matter.

Note, at the time that I ordered it, the January batch was open but so was the December batch.  I chose to pay extra for the December batch in order to get my unit earlier.  So call it the "tail end of the December batch" if you prefer.

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
1715167413
Hero Member
*
Offline Offline

Posts: 1715167413

View Profile Personal Message (Offline)

Ignore
1715167413
Reply with quote  #2

1715167413
Report to moderator
1715167413
Hero Member
*
Offline Offline

Posts: 1715167413

View Profile Personal Message (Offline)

Ignore
1715167413
Reply with quote  #2

1715167413
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715167413
Hero Member
*
Offline Offline

Posts: 1715167413

View Profile Personal Message (Offline)

Ignore
1715167413
Reply with quote  #2

1715167413
Report to moderator
testerx
Hero Member
*****
Offline Offline

Activity: 608
Merit: 500



View Profile
February 14, 2014, 07:47:40 PM
 #1882

"As you may be aware, the TerraMiner IV May batch has now sold out and we are not opening sales for a June batch at this time. Our operations team is focusing all of its efforts on fulfilling existing orders with current customers and now that we have ramped up production we are making good progress, having delivered the first batch and now well into shipping the second. "

everyone from first batch received their miner?

My December batch unit (pay date Sept 12) is expected to ship today, I am told.
That's a january unit dude...the December batch had august pay dates and cost 14400 each

My order for 1 unit is labeled "December Batch" on the invoice and cost 14,336.73 (with shipping).  I also got the "free unit in March" deal as well.  You can call it what you want, but it is effectively the December batch in all ways that matter.

Note, at the time that I ordered it, the January batch was open but so was the December batch.  I chose to pay extra for the December batch in order to get my unit earlier.  So call it the "tail end of the December batch" if you prefer.
Ouch, didn't realize they were still selling December units after the January price drop.
dprophet
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
February 14, 2014, 08:00:07 PM
 #1883

I am about done with a "cointerra-monitor".  It remotely monitors the status of the cgminer on the Cointerra.  Remote = Nothing to install on your cointerra machine.

1)  Every minute it checks the status of 1 cointerra.
2)  If any of the ASIC arent alive it marks a error count
3)  If the cgminer isnt running it marks an error count
4)  If error count gets above a configurable value it will
   - copy the cgminer.log file from the cointerra
   - email the user
   - reboot the cointerra
5)  If there are any successes above it will reset the error counter

Its python based so you can run on any OS you want.

I was thinking of doing more fancy stuff with the log file, cgminer RPC port statuses, Windows.exe + Service but sometimes K.I.S.S (keep it simple stupid) is best.

Of course, free and open source.  If you want to be notified when it is done PM me and I will send you a link to it else I will just post it on this page.  It should be finished by next weekend.  You know, day job slows things down.  Smiley

I have pushed the initial Alpha version to Github.  It is being tested now with a few more people from this thread.  I am using Ubuntu for the Host OS.  I will try it in a Windows 7 VMware.

https://github.com/dprophet/cointerra-monitor/

Basically it:
1) Looks for sick/dead/disabled ASIC's
2) Monitors temperature, hash rate, voltage, fan speed, etc...  A few dozen stats from the Cointerra and Pool.
3) SCP cgminer.log file from cointerra box
4) Emails errors/warning to the user.  This email includes a gzip file of #4 above and the monitor.log.gz
5) Reboots the TerraMiner OS when there are critical issues.  Right now the only "critical" issue is a sick/disabled ASIC chip or cgminer isnt running.

I am in the process of:
1) I need to add more pool stats to see if all pools go down.
2) Adding an array of terraminers's so it will monitor N number of them.
    I need to wait for another TerraMiner before I code this up (no, my additional machines are not in yet)
3) Working support for this into the MobileMiner IOS/Android App.  In communications with the developer now to see if it is Ok.  I want a push to a mobile platform if there are issues.
4) More test cases where this agent doesnt recognize the problem so I can code them up.  I a few dozen stats in my data structures from the pool/chips so its easy to add new conditions to watch/take-action on.

Alpha testers are encouraged (even desirable).  If you want my help making sure this works for you, best do it now while this is my personal priority before I move onto other wishlist/tasks.
dprophet
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
February 14, 2014, 08:06:53 PM
 #1884

3) Working support for this into the MobileMiner IOS/Android App.  In communications with the developer now to see if it is Ok.  I want a push to a mobile platform if there are issues.

Developer of MobileMiner said Ok.  I will add this so you can look at the status of your Cointerra Terraminer on your Mobile Device.  I will push alerts to MobileMiner as well.  Its a really great app for CPU mining.
LittleD
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


StayFocus and LIVE


View Profile
February 14, 2014, 08:55:26 PM
 #1885

Nothing as of yet :(waldo's group buy batch #1)

https://bitcointalk.org/index.php?topic=277836.msg5145115#msg5145115

I have received 2 of these emails!

Updated:

Just logged into the cointerra site but status hasn't been changed to Preparing for Shipment yet... hrmm


This is still the status maybe by end of day we'll get a shipping #/update on the Status:

Code:
Order #9175 made on August 25, 2013. Order status: processing.

Fallow me on Twitter  ~ Please donate for a cup of Coffee 1KtqBcK7dVPjFugCcCM7G2MGzTZaQH1FTQ Smiley
https://www.cryptsy.com/users/register?refid=11253 ~ StayFocus!
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
February 14, 2014, 11:08:59 PM
 #1886

My December batch unit (pay date Sept 12) is expected to ship today, I am told.

Confirmed.  I just received my tracking number.

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
bitcoin_miner
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
February 15, 2014, 02:55:17 AM
 #1887

My December batch unit (pay date Sept 12) is expected to ship today, I am told.

Confirmed.  I just received my tracking number.

if product shipped in your address please post here

dprophet
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
February 15, 2014, 03:11:42 AM
 #1888

Developer of MobileMiner said Ok.  I will add this so you can look at the status of your Cointerra Terraminer on your Mobile Device.  I will push alerts to MobileMiner as well.  Its a really great app for CPU mining.

MobileMiner support is added.  You can now monitor your Cointerra on your Mobile device (Chips, Temperatures, Hashrates, etc).  It will squawk at you if there are issues with your Cointerra TerraMiner.
asnghost
Sr. Member
****
Offline Offline

Activity: 258
Merit: 250


View Profile
February 15, 2014, 09:54:04 PM
 #1889

Coinetrra starting 2nd batch and announced:
"Additionally, we will be making the first of a number of exciting announcements in the coming days"
 Roll Eyes Roll Eyes what can it be?

cedivad
Legendary
*
Offline Offline

Activity: 1176
Merit: 1001



View Profile
February 15, 2014, 10:55:33 PM
 #1890

Coinetrra starting 2nd batch and announced:
"Additionally, we will be making the first of a number of exciting announcements in the coming days"

That remembers me of

Quote
We will be back in touch with 4 announcements to start out 2014.

- HashFast, 31 of December 2013, before the end of each and any communications.

My anger against what is wrong in the Bitcoin community is productive:
Bitcointa.lk - Replace "Bitcointalk.org" with "Bitcointa.lk" in this url to see how this page looks like on a proper forum (Announcement Thread)
Hashfast.org - Wiki for screwed customers
Entropy-uc
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
February 16, 2014, 02:06:46 AM
 #1891

Coinetrra starting 2nd batch and announced:
"Additionally, we will be making the first of a number of exciting announcements in the coming days"

That remembers me of

Quote
We will be back in touch with 4 announcements to start out 2014.

- HashFast, 31 of December 2013, before the end of each and any communications.

That's a very unfair comparison.  Cointerra has been far more responsive than Hashfast in my experience.

And to stay on topic, I would expect they are going to announce an updated board design that gets closer to their performance targets.
BTC5OOO
Member
**
Offline Offline

Activity: 98
Merit: 10

Trust:+4:20--Warning* ASICs with extreme hashrate!


View Profile
February 16, 2014, 02:28:32 AM
 #1892

fwiw>>> i'll be heading to Austin soon, as they invited me over for the tour! ;-) *ideas/requests much appreciated!
BTC5OOO
Member
**
Offline Offline

Activity: 98
Merit: 10

Trust:+4:20--Warning* ASICs with extreme hashrate!


View Profile
February 16, 2014, 08:28:49 PM
 #1893

fwiw>>> i'll be heading to Austin soon, as they invited me over for the tour! ;-) *ideas/requests much appreciated!

tour eh? tour of what?

anyway make sure you see their voice activated coffee machine. it is a riot.

i dunno their party pad or whatever : : last time when i called, it sounded crazy up in there! LOL =)



--ot# you mining goats? ha!
kulin3422
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
February 17, 2014, 09:23:12 AM
 #1894

How about the early jan batch?
Bakal
Sr. Member
****
Offline Offline

Activity: 245
Merit: 250


View Profile
February 17, 2014, 09:30:56 AM
 #1895

is this part of batch 1 or batch 2 or batch N?

How about the early jan batch?
ujka
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


View Profile
February 17, 2014, 09:50:36 AM
 #1896

is this part of batch 1 or batch 2 or batch N?

How about the early jan batch?
Batch 2.
jjiimm_64
Legendary
*
Offline Offline

Activity: 1876
Merit: 1000


View Profile
February 17, 2014, 07:44:02 PM
 #1897

Coinetrra starting 2nd batch and announced:
"Additionally, we will be making the first of a number of exciting announcements in the coming days"
 Roll Eyes Roll Eyes what can it be?

maybe this?  http://www.sacbee.com/2014/02/17/6165087/cointerra-announces-the-gsx-i.html


but current hardware is behind... WTF.  china wins again..

1jimbitm6hAKTjKX4qurCNQubbnk2YsFw
asnghost
Sr. Member
****
Offline Offline

Activity: 258
Merit: 250


View Profile
February 17, 2014, 07:55:21 PM
 #1898

it looks like a inside of a Terraminer cut in 4 without controller and powersupply.  Roll Eyes Actually not "very" exited about this announcement.

jjiimm_64
Legendary
*
Offline Offline

Activity: 1876
Merit: 1000


View Profile
February 17, 2014, 08:26:45 PM
 #1899



Why in the world would you pre-order this for   whoknows-june-when for 1600 bucks...  when you can order 2 antminers have the same hashrate and be here in 2 weeks?


signed,
non-preordering miner

1jimbitm6hAKTjKX4qurCNQubbnk2YsFw
Powell
Sr. Member
****
Offline Offline

Activity: 486
Merit: 262

rm -rf stupidity


View Profile
February 17, 2014, 08:35:48 PM
 #1900

Joining forces with BFL!
Pages: « 1 ... 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!