Bitcoin Forum
July 28, 2024, 09:25:29 PM *
News: Help 1Dq create 15th anniversary forum artwork.
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: btcgarden-AM-v1 down to $0.53/GHs. In stock for international selling!  (Read 162650 times)
madsusies
Sr. Member
****
Offline Offline

Activity: 428
Merit: 250


BitcoinEvo [$XBTE]


View Profile
July 16, 2014, 02:10:24 PM
 #321

Thanks, it's nice from you, we use a lot of cables type, but none of AWG are from copper (mix of silver and steel), we do in lab voltage overload test, I'll ask them about results.

lurking through the factory I founded the 150°C one Smiley

▬▬ • • •  BITCOINEVO $XBTE FREE AIRDROP LIVE NOW   • • • ▬▬
▌▌  Secure, decentralised & distributed cryptocurrency with sidechain technology*, on-chain dapps support*, xPoS and zero-proof anonymous transactions*.  ▐▐
kp5995
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 16, 2014, 05:53:12 PM
 #322

My units are on the ground in USA. Hope to be hashing by Fri night..
fivejonnyfive
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 17, 2014, 01:30:51 AM
 #323

Got one of two today (damn you, ups!) but I'm pretty happy with it! Granted I had already set up the Pi and the power supply but I had the thing up and running in 15 minutes! Easiest setup of a miner ever.

Literally plugged everything in, powered on - and was running strong.

I'm using a power supply with 4 6-pins on 2 branches so I don't think I'll have a wiring issue.

CrazyGuy
Legendary
*
Offline Offline

Activity: 1973
Merit: 1007



View Profile
July 17, 2014, 06:21:28 AM
 #324

For those of you interested in running on wifi, the following worked well for me. I'm running 3 at 930gh/s without issue:

How to add dhcp and wifi compatibility to your raspberry pi image (Tested with $9 edimax wifi adapter):

1) Plug in Ethernet cord and SSH into your raspberry pi

2) Run the following command to open the network interface config in nano (or use vim if you are a bit nerdier)
      
Code:
sudo nano /etc/network/interfaces

3) Modify the contents of the file as follows(ctrl-x then Y to save):

Code:
auto lo
iface lo inet loopback
iface eth0 inet dhcp

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "YOUR_WIFI_SSID_HERE"
wpa-psk "YOUR_WIFI_WPA_PASSWORD_HERE"

4) Power off your pi
      
Code:
sudo poweroff

5) Remove ethernet cord

6) Start Raspberry pi and use your router config or an application like angryip to scan for the RPi's new address.

ASICPuppy.net ASIC Mining Hardware and Accessories - Compac F in stock!
btcgarden_miner (OP)
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile WWW
July 17, 2014, 06:55:52 AM
 #325

For those of you interested in running on wifi, the following worked well for me. I'm running 3 at 930gh/s without issue:

How to add dhcp and wifi compatibility to your raspberry pi image (Tested with $9 edimax wifi adapter):

1) Plug in Ethernet cord and SSH into your raspberry pi

2) Run the following command to open the network interface config in nano (or use vim if you are a bit nerdier)
      
Code:
sudo nano /etc/network/interfaces

3) Modify the contents of the file as follows(ctrl-x then Y to save):

Code:
auto lo
iface lo inet loopback
iface eth0 inet dhcp

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "YOUR_WIFI_SSID_HERE"
wpa-psk "YOUR_WIFI_WPA_PASSWORD_HERE"

4) Power off your pi
      
Code:
sudo poweroff

5) Remove ethernet cord

6) Start Raspberry pi and use your router config or an application like angryip to scan for the RPi's new address.

Great help there Smiley
P.S. We just had a firmware which enabled DHCP. You can get it at http://pan.baidu.com/s/1i3yxvfR
btcgarden_miner (OP)
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile WWW
July 17, 2014, 07:44:30 AM
 #326

A better shipping price just updated from DHL for our new 4 blades miner.
xtoff
Full Member
***
Offline Offline

Activity: 187
Merit: 100


Tru Reputation Network - Proof of Reputation


View Profile WWW
July 17, 2014, 10:27:04 AM
 #327

Hi
I understand no more 2 blades.

1 = 4 blades = 520$  +  shipping 75$ (91.67$ EU/AUS)
2 = 8 blades  = 1020$  + shipping 125$ (158.33$ EU/AUS)

After my tests I ll  buy another set for 520+91.67= 611.67$

Just waiting for the tracking #  Grin order 42
zulover
Hero Member
*****
Offline Offline

Activity: 583
Merit: 500


View Profile
July 17, 2014, 11:38:36 AM
 #328

hi what will you declare for customs on the 1.2ths machines when shipping to u.k.?

thanks
Chris_Sabian
Legendary
*
Offline Offline

Activity: 896
Merit: 1001



View Profile
July 17, 2014, 06:03:38 PM
 #329

Has anyone been able to SSH into the pi to change the settings of cgminer manually?  I'm looking to add --btc-address  to get my miner to solo mine.  However, when I ssh into the pi, and goto the cgminer file in the 'Garden' directory, it is all strange text like it is being converted wrong.

Where is the simply config file that the webgui edits? 
rograz
Hero Member
*****
Offline Offline

Activity: 575
Merit: 500


View Profile
July 17, 2014, 07:19:53 PM
 #330

Looks like the new Asicminer chips aren't all that it was cracked up to be.

The chips are decent for the node they are made on, it's just that they came to market a bit late so they end up competing with their "old" 40nm chip vs new 28nm designs hitting the market.
AForceNinja
Member
**
Offline Offline

Activity: 115
Merit: 10



View Profile
July 18, 2014, 12:53:25 AM
 #331

so i got my miner all setup and everything, cgminer starts up but im getting no hashes. think it might be an issue talking to my router?
btcgarden_miner (OP)
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile WWW
July 18, 2014, 01:35:47 AM
 #332

so i got my miner all setup and everything, cgminer starts up but im getting no hashes. think it might be an issue talking to my router?


Please take a look the troubleshooting pdf, can be download at http://www.btcgarden.com/faq.
xtoff
Full Member
***
Offline Offline

Activity: 187
Merit: 100


Tru Reputation Network - Proof of Reputation


View Profile WWW
July 18, 2014, 05:25:48 AM
 #333

Hello guys
shipment #  and order # are different is that possible ?
My tracking # is only 3 digits is that possible ?
So it does'nt work  Huh
Tracking information is currently not available. Please contact us for more information or email us at support@btcgarden.com
btcgarden_miner (OP)
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile WWW
July 18, 2014, 06:00:03 AM
 #334

Hello guys
shipment #  and order # are different is that possible ?
My tracking # is only 3 digits is that possible ?
So it does'nt work  Huh
Tracking information is currently not available. Please contact us for more information or email us at support@btcgarden.com

Sorry, just pm you the tracking number
fivejonnyfive
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 18, 2014, 11:30:06 AM
 #335

Does anyone know the CFM of the fans? I'd like to swap them with quieter ones if I can find quieter ones with the same airflow
bbxx
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


cryptoshark


View Profile WWW
July 18, 2014, 11:56:06 AM
 #336

coolermaster jetflo are superb
fivejonnyfive
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 18, 2014, 02:40:32 PM
 #337

coolermaster jetflo are superb

I was going to get the ones with the rubber mounts (might be one in the same) because I'm definitely getting harmonic vibration from the four fans. Living in an NYC apartment these things are behind my tv in the living room so low noise is a priority.
bobsag3
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

Owner, Minersource.net


View Profile
July 18, 2014, 02:47:27 PM
 #338

coolermaster jetflo are superb

I was going to get the ones with the rubber mounts (might be one in the same) because I'm definitely getting harmonic vibration from the four fans. Living in an NYC apartment these things are behind my tv in the living room so low noise is a priority.

Antec Tri-Cools work very well as well
xtoff
Full Member
***
Offline Offline

Activity: 187
Merit: 100


Tru Reputation Network - Proof of Reputation


View Profile WWW
July 18, 2014, 05:41:19 PM
 #339

Hello guys
shipment #  and order # are different is that possible ?
My tracking # is only 3 digits is that possible ?
So it does'nt work  Huh
Tracking information is currently not available. Please contact us for more information or email us at support@btcgarden.com

Sorry, just pm you the tracking number

Thank you very much  Grin
mstrongbow
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

3D Printed!


View Profile
July 18, 2014, 07:17:50 PM
 #340

Just got my 3rd AM-V1...

Quick question...

Does the NEW board version require just a single PCI-E connection?

If so, BRAVO ZULU guys!


Edit: Just saw pics from another member and answered my own question. I've missed a couple pages of reading here recently it seems  Tongue

    Bitcoin-Scratchticket.com       Win Bitcoin Playing Scratchtickets        Provably Fair   
*Got LootCrate?*
*My Stuff For Sale thread/s*   www.CryptoCause.org   Ask me about SEGMining Hosting!
"Don't undertake a project unless it is manifestly important and nearly impossible" - Edwin Land
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 »
  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!