Bitcoin Forum
June 23, 2024, 02:09:53 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 163 164 165 166 167 168 169 170 171 172 [173] 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 ... 230 »
  Print  
Author Topic: Official BITMINE CoinCraft series 28nm ASIC miners thread  (Read 565035 times)
GodfatherBond
Sr. Member
****
Offline Offline

Activity: 264
Merit: 250



View Profile
May 24, 2014, 01:31:28 PM
 #3441

Received 1TH CPP unit last thursday.

Now there's quite warm... ambient temp in the room 28C, with extra front fans all three 1TH desks run between 50-55C in "turbo light".
RoboRob67
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 24, 2014, 01:42:09 PM
 #3442

Received 1TH CPP unit last thursday.

Now there's quite warm... ambient temp in the room 28C, with extra front fans all three 1TH desks run between 50-55C in "turbo light".
Suck in outside air (maybe via a hose) might help...
Red Star Mining
Member
**
Offline Offline

Activity: 74
Merit: 10

Est. January 2012


View Profile WWW
May 24, 2014, 01:49:55 PM
 #3443

What is the maximum hashrate of the full desk unit in turbo mode and what is the wattage of its power usage?  Thanks for advice in advance.

if you would mind reading 2 posts above. everything there...
/e running at 875/860mV/1300W/1108GH/s now. temperature dropped outside so miners are at 41°C and 46°C

Thanks, what did you mean by -

Quote
I need that Voltage or HW increases till 5-8% there.
stevebrowne
Full Member
***
Offline Offline

Activity: 128
Merit: 100


View Profile
May 24, 2014, 05:15:43 PM
 #3444

Finally I can speak without the fear of having an email from Fedex.

Sent my refund request via registered swiss mail for my second and last order at bitmine.

Ordered 2 1T coincraft desk in december, supposed to be shipped in february/march.

Never heard from bitmine after having wired more than 10'000$, no mail, nothing.
They didn't reply to my first refund request, but changed the status to cancelled on the website.
In Switzerland, you are supposed to respond in a 10 days delay to a registered mail.
Well I guess they are too busy producing 50 units a day...

After 60 days of waiting and adding 10 more "immaginary bitmine delay" days, I'm more than fed up with their lack of communication. or just the lies when they do rarely communicate.
Now That my last refund is sent, I will allow these liars 30 more days before going to the police station.
As i am a Swiss citizen and having a national bank account, there should be no limitation to wire both my refunds quickly.

I have no patience with this company anymore.

This.

I am ready to lawyer up.  All paperwork is ready. Lawyer selected and contacted.  The only thing that has has stopped me at this point is that Kerim@bitmine has assured me that it will be sorted by 27th May.

We shall see.

I'd much rather NOT be hanging around this thread.

Mortal
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 24, 2014, 06:12:52 PM
 #3445

What is the maximum hashrate of the full desk unit in turbo mode and what is the wattage of its power usage?  Thanks for advice in advance.

if you would mind reading 2 posts above. everything there...
/e running at 875/860mV/1300W/1108GH/s now. temperature dropped outside so miners are at 41°C and 46°C

Thanks, what did you mean by -

Quote
I need that Voltage or HW increases till 5-8% there.

If I go 900MHz/<880mV my HW increases to 5-8%
It is called "Device Hardware%=>" in cgminer logs. Roughly Accepted Shares/Hardware Errors*100. I have read this should be under 1%.
bomberb17
Hero Member
*****
Offline Offline

Activity: 773
Merit: 528



View Profile
May 24, 2014, 10:15:38 PM
 #3446

--
DESK DEBIAN SETUP GUIDE v1.0
--

The SD card image can be downloaded from:
https://mega.co.nz/#!pVtGGCwD!z_L2dMPP1Zl9VuvJLqZIkOyxTltyQUMdIGEyD7pW64E

can be used for read/write with
http://sourceforge.net/p/win32diskimager/wiki/Home/.


*****************************************
Advice: buy an extra SD card 8GB for this purpose,
dont use the original.
*****************************************



What I have done is basicly make an tar copy of
/mineros/
/etc/

then installed debian on a external pi, with other SD card.
Unzipped the backup tar on the debian FS,
and debugged all day to get the dependencies right.

For convienence I have made a shell script for doing it at once.


/root/setup_bitmine_desk_configuration.sh:
#!/bin/bash
sudo apt-get update
sudo apt-get install build-essential \
         autoconf \
         automake \
         libtool \
         pkg-config \
         libcurl4-gnutls-dev \
         libjansson-dev \
         uthash-dev \
         libncursesw5-dev \
         libncurses5-dev \
         libudev-dev \
         libusb-1.0-0-dev \
         libevent-dev \
         libmicrohttpd-dev \
         git \
         screen \
         sqlite3 \
         python2.7 \
         curl \
         perl \
         openssl \
         libc6 \
         libtasn1-3 \
         zlib1g \
         libreadline-dev \
         libkmod-dev \
         dropbear \
         python-setuptools \
         i2c-tools \
         python-smbus \
         python-pexpect \
         python-psutil \
         python-cherrypy \
         python-cherrypy3 \
         python-mako \
         python-simplejson \
         plymouth \
         wpasupplicant
sudo rm -rf cgminer
git clone https://github.com/ckolivas/cgminer cgminer
cd cgminer
sudo ./autogen.sh
sudo ./configure --disable-avalon --disable-opencl --enable-icarus --disable-modmine  --disable-klondike --enable-bflsc --enable-bitforce  --with-system-libusb
sudo make


CGMINER_VERSION=$(/root/cgminer/cgminer -V);
NEW_NAME=$(echo "$CGMINER_VERSION" | sed 's/[ ]/_/g');
mv /root/cgminer/ /root/$NEW_NAME;
rm -rf /bin/cgminer;
ln -s /root/$NEW_NAME/cgminer /bin/cgminer

cd /root
sudo easy_install -U RPIO

cat << EOF > /etc/modprobe.d/raspi-blacklist.conf
#blacklist spi and i2c by default (many users don't need them)
#blacklist spi-bcm2708
blacklist i2c-bcm2708
EOF


##
## USE ON OWN RISK! runtimelevels for starting
##
##   ln -s /mineros/boot.py /etc/init.d/boot.py
##   ln -s /etc/init.d/boot.py /etc/rc1.d/K99boot.py
##   ln -s /etc/init.d/boot.py /etc/rc4.d/S99boot.py
##   ln -s /etc/init.d/boot.py /etc/rc5.d/S99boot.py
##     ln -s /etc/init.d/boot.py /etc/rc2.d/S99boot.py
##   ln -s /etc/init.d/boot.py /etc/rc3.d/S99boot.py
##   ln -s /etc/init.d/boot.py /etc/rc6.d/K99boot.py
##   ln -s /etc/init.d/boot.py /etc/rc0.d/K99boot.py
##
##./init.d/boot.py
##lrwxrwxrwx 1 root root   16 May  3 07:18 boot.py -> /mineros/boot.py
##./rc1.d/K99boot.py
##lrwxrwxrwx 1 root root  17 May  3 08:31 K99boot.py -> ../init.d/boot.py
##./rc4.d/S99boot.py
##lrwxrwxrwx 1 root root  17 May  3 08:31 K99boot.py -> ../init.d/boot.py
##./rc5.d/S99boot.py
##lrwxrwxrwx 1 root root  17 May  3 08:31 S99boot.py -> ../init.d/boot.py
##./rc2.d/S99boot.py
##lrwxrwxrwx 1 root root  17 May  3 08:31 S99boot.py -> ../init.d/boot.py
##./rc3.d/S99boot.py
##lrwxrwxrwx 1 root root  17 May  3 08:31 S99boot.py -> ../init.d/boot.py
##./rc6.d/K99boot.py
##lrwxrwxrwx 1 root root  17 May  3 08:31 S99boot.py -> ../init.d/boot.py
##./rc0.d/K99boot.py
##lrwxrwxrwx 1 root root  17 May  3 08:31 K99boot.py -> ../init.d/boot.py


as You can see it will first update all dependencies,
then compile cgminer and link it all.
Afterwards 2 things still need to be done:

-auto start mineros.
for this is the backup tar of /etc needed, because of all the symlinks being used,
for ex. /etc/rc0.d/K99boot.py links to /etc/init.d/boot.py,
which links to /mineros/boot.py.

Im not sure if linking it will do

##   ln -s /mineros/boot.py /etc/init.d/boot.py
##   ln -s /etc/init.d/boot.py /etc/rc1.d/K99boot.py
##   ln -s /etc/init.d/boot.py /etc/rc4.d/S99boot.py
##   ln -s /etc/init.d/boot.py /etc/rc5.d/S99boot.py
##     ln -s /etc/init.d/boot.py /etc/rc2.d/S99boot.py
##   ln -s /etc/init.d/boot.py /etc/rc3.d/S99boot.py
##   ln -s /etc/init.d/boot.py /etc/rc6.d/K99boot.py
##   ln -s /etc/init.d/boot.py /etc/rc0.d/K99boot.py

also executed:
cd /etc/init.d/
insserv boot.py
and changed the runtimelevel to 99 afterwards.

Still the boot.py in the mineros folder is NOT correct:

insserv: warning: script 'boot.py' missing LSB tags and overrides
To add an header use:
https://wiki.debian.org/LSBInitScripts

afterwards you can remove the header, otherwise python cant execute the file.

An other thing that needs configuring is WLAN (if needed)
nano /etc/networking/interfaces

auto lo
iface lo inet loopback
iface eth0 inet dhcp

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
        #wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
        wpa-ssid <YOUR_SSID_HERE>
        wpa-psk <YOUR_PASSWORD_HERE>
        wpa-key-mgmt WPA-PSK
        wpa-group TKIP CCMP


NOTE the 2 lines:
        wpa-ssid <YOUR_SSID_HERE>
        wpa-psk <YOUR_PASSWORD_HERE>



BITMINE:
1.
What I didnt get working is the front display showing the ip address of the WLAN interface.
It works for eth0, not for wlan0.
2.
If you look at cgminer's output, I see lot of underflow warnings. (not enough work)
Why?

ssh into machine
execute:
screen -DR


 0: BA1 0       :   0: 8/256              | 231.5G / 226.9Gh/s WU:3071.1/m
 1: BA1 1       :   1: 8/254              | 237.1G / 228.5Gh/s WU:3159.6/m
 2: BA1 2       :   2: 8/256              | 236.3G / 231.0Gh/s WU:3191.1/m
 3: BA1 3       :   3: 8/254              | 232.8G / 221.5Gh/s WU:3003.2/m
 4: BA1 4       :   4: 8/256              | 241.7G / 231.4Gh/s WU:3201.5/m
--------------------------------------------------------------------------------
 [2014-05-03 17:05:11] 3: chip 1: work underflow
 [2014-05-03 17:05:11] 4: chip 8: work underflow
 [2014-05-03 17:05:11] 4: chip 7: work underflow
 [2014-05-03 17:05:11] 4: chip 6: work underflow
 [2014-05-03 17:05:11] 4: chip 5: work underflow
 [2014-05-03 17:05:11] 4: chip 4: work underflow
 [2014-05-03 17:05:11] 4: chip 3: work underflow
 [2014-05-03 17:05:11] 4: chip 2: work underflow
 [2014-05-03 17:05:11] 4: chip 1: work underflow

(with above the desk is connected through eth0, to make sure it wasnt the wlan0 causing it)
(its only during startup)


3. Memory doesnt show up anymore. It shows 0.....

hope it helps also for you guys,
have phun with it!

OK I have tried the image on my 600gh/s desk made by atta2k15. (Many thanks to him by the way!)
Works fine for like 10 minutes, then the desk hangs, stops mining and needs a reset (can't log to web interface, ssh or even ping it).
Tried this on normal, turbo light and turbo moderate with same problem.
I've put the original SD back and works flawlessly again @ turbo moderate.
So hardware/temperatures is not an issue.
Also I once observed the following cgminer output just a minute before it hanged, seems like 2 of the 3 modules stopped working for some reason.
Code:
 cgminer version 4.3.2 - Started: [2014-05-24 20:27:45]
--------------------------------------------------------------------------------
 (5s):47.49G (1m):391.3G (5m):385.4G (15m):192.6G (avg):562.8Gh/s
 A:55440  R:128  HW:670  WU:7826.1/m
 Connected to uk1.ghash.io diff 256 with stratum as user vr4dude316.hashitup
 Block: 5c15d060...  Diff:10.5G  Started: [20:32:32]  Best share: 9.59K
--------------------------------------------------------------------------------
 [U]SB management [P]ool management [S]ettings [D]isplay options [Q]uit
 0: BA1 0       :   0: 8/246              | 5.243G / 168.2Gh/s WU:2340.3/m
 1: BA1 1       :   1: 8/249              | 6.055G / 188.1Gh/s WU:2639.8/m
 2: BA1 2       :   2: 8/254              | 46.59G / 206.1Gh/s WU:2846.0/m
--------------------------------------------------------------------------------
 [2014-05-24 20:34:10] 0: cmd_READ_RESULT_BCAST failed
 [2014-05-24 20:34:10] 1: cmd_READ_RESULT_BCAST failed
 [2014-05-24 20:34:10] 0: cmd_READ_RESULT_BCAST failed
 [2014-05-24 20:34:10] 1: cmd_READ_RESULT_BCAST failed
 [2014-05-24 20:34:10] 0: cmd_READ_RESULT_BCAST failed
 [2014-05-24 20:34:10] 1: cmd_READ_RESULT_BCAST failed


So I can't really explain all this, since it essentially runs with the exact cgminer options on debian. Only thing I could assume is the higher CPU usage for the RPi on debian. (since yocto is very minimal distro).
Maybe someone can help on installing gcc on yocto, so we can install the other stuff like screen?
Qubaz
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 24, 2014, 11:07:10 PM
 #3447

Sent my Refund request form 16 may. Still no Answer
3DX4D
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
May 24, 2014, 11:26:22 PM
 #3448

I haven't been following this thread last few weeks, are Rigs shipping yet or still just Desks?  Sent my refund request on Apr 26, over a week later May 5 they responded saying they received refund request and it was forwarded to their credit team.  I paid in BTC from my wallet for order 302x just want my mother trucking coin back and be done with this train wreck.  First and last attempt at mining for this cat, small players like me just can't compete anymore.
UzairHashmi
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 25, 2014, 05:18:11 AM
 #3449

Sent my Refund request form 16 may. Still no Answer

I would suggest doing what I did:
  • Send a registered letter. This way they can not claim they did not receive the mail
  • Call them up and ask them to confirm that they have received the email and tell them the registered letter is on its way.

Phone waiting times can be long these days. I suggest calling for 3 minutes at a time. I've waited on hold for as long as 30 minutes without getting through. When I did get through it was in the first few minutes. Also, calling soon after their phone lines open has worked better for me than calling in the afternoon. Good luck Smiley
RoboRob67
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 25, 2014, 06:37:08 AM
Last edit: May 25, 2014, 08:30:36 AM by RoboRob67
 #3450

Small observation yesterday: One of my three desk miners was running considerably cooler and I suspected this was a bit strange.  I opened the box and noticed both the temp sensors (black wire running through the cooling fins of module 1 and 3) was sticking out of the cool fin. I pressed the sensors back between the cooling fins and now the desk is running a temperature in line with the other 2 boxes (so it will stop in time when it is running too hot).

Might be something you want to check on your desks as well...
Thracian
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
May 25, 2014, 07:40:52 AM
 #3451

What is a vin? Can't find an explanation anywhere...


(black wire running through the cooling vins of module 1 and 3) was sticking out of the cool vin.
Gogreen
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
May 25, 2014, 08:07:10 AM
 #3452

I think hr means fins from the heatsink? No?
I don't think ocing to 1100+ is a good idea. Some module will produce many hw error. 1080 is ok I guess.

Bitcoin mining Antminer s7 4.7 TH Used in Good Condition Best Offer Prices @ ebay seller order directly here https://goo.gl/uaoh1r. Bitcoin payment optional.
RoboRob67
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 25, 2014, 08:31:03 AM
 #3453

I think hr means fins from the heatsink? No?
I don't think ocing to 1100+ is a good idea. Some module will produce many hw error. 1080 is ok I guess.
translation error...  Huh
Gogreen
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
May 25, 2014, 09:35:33 AM
 #3454

I think hr means fins from the heatsink? No?
I don't think ocing to 1100+ is a good idea. Some module will produce many hw error. 1080 is ok I guess.
translation error...  Huh
lol

Bitmine should improve the cooling by adding 2 fan at the intake like s2

Bitcoin mining Antminer s7 4.7 TH Used in Good Condition Best Offer Prices @ ebay seller order directly here https://goo.gl/uaoh1r. Bitcoin payment optional.
akumaburn
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


The Gold Standard of Digital Currency.


View Profile
May 26, 2014, 12:58:58 AM
 #3455

Finally I can speak without the fear of having an email from Fedex.

Sent my refund request via registered swiss mail for my second and last order at bitmine.

Ordered 2 1T coincraft desk in december, supposed to be shipped in february/march.

Never heard from bitmine after having wired more than 10'000$, no mail, nothing.
They didn't reply to my first refund request, but changed the status to cancelled on the website.
In Switzerland, you are supposed to respond in a 10 days delay to a registered mail.
Well I guess they are too busy producing 50 units a day...

After 60 days of waiting and adding 10 more "immaginary bitmine delay" days, I'm more than fed up with their lack of communication. or just the lies when they do rarely communicate.
Now That my last refund is sent, I will allow these liars 30 more days before going to the police station.
As i am a Swiss citizen and having a national bank account, there should be no limitation to wire both my refunds quickly.

I have no patience with this company anymore.

This.

I am ready to lawyer up.  All paperwork is ready. Lawyer selected and contacted.  The only thing that has has stopped me at this point is that Kerim@bitmine has assured me that it will be sorted by 27th May.

We shall see.

I'd much rather NOT be hanging around this thread.


Kerim/Kerin or whatever assured me that my refund would be processed by May 21st.. it's now May 25th..

What's worse is that people have gotten refunds from Bitmine in the past week.. but he told me that they didn't have any funds to refund people with for the entirety of last week. (Ie: he claims they did nothing!)

Story does not check out, please go and shine some light on this.
AdamT
Hero Member
*****
Offline Offline

Activity: 486
Merit: 500


View Profile
May 26, 2014, 03:39:18 AM
 #3456

Finally I can speak without the fear of having an email from Fedex.

Sent my refund request via registered swiss mail for my second and last order at bitmine.

Ordered 2 1T coincraft desk in december, supposed to be shipped in february/march.

Never heard from bitmine after having wired more than 10'000$, no mail, nothing.
They didn't reply to my first refund request, but changed the status to cancelled on the website.
In Switzerland, you are supposed to respond in a 10 days delay to a registered mail.
Well I guess they are too busy producing 50 units a day...

After 60 days of waiting and adding 10 more "immaginary bitmine delay" days, I'm more than fed up with their lack of communication. or just the lies when they do rarely communicate.
Now That my last refund is sent, I will allow these liars 30 more days before going to the police station.
As i am a Swiss citizen and having a national bank account, there should be no limitation to wire both my refunds quickly.

I have no patience with this company anymore.

This.

I am ready to lawyer up.  All paperwork is ready. Lawyer selected and contacted.  The only thing that has has stopped me at this point is that Kerim@bitmine has assured me that it will be sorted by 27th May.

We shall see.

I'd much rather NOT be hanging around this thread.


Kerim/Kerin or whatever assured me that my refund would be processed by May 21st.. it's now May 25th..

What's worse is that people have gotten refunds from Bitmine in the past week.. but he told me that they didn't have any funds to refund people with for the entirety of last week. (Ie: he claims they did nothing!)

Story does not check out, please go and shine some light on this.


Guaranteed Kerim/Kerin has been told to say whatever bs is needed to keep refund requesters at bay until the company goes bankrupt. Just complete lies. What legitimate people run a business like this? I really can't see Bitmine, or many of the other so-called ASIC companies being around much longer. Such shadiness in business practices only pisses off current customers and does not earn new ones. Recipe for utter failure.
RoboRob67
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 26, 2014, 06:17:48 AM
 #3457

With the bitcoin rising (now €430/$588) you might want to reconsider requesting a refund and go for the ordered miner.

Although communication sucks at Bitmine and the assembly quality has room for improvement I still think the product is overall rather nice and the company should deserve a chance to get in a more normalized mode and overcome their growing pains...
sikke
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
May 26, 2014, 07:02:58 AM
 #3458

With the bitcoin rising (now €430/$588) you might want to reconsider requesting a refund and go for the ordered miner.


Why. They still wont profit eaven close to the preorder money people have paid to this company. Every Bitmine customer got ripped off. Refund is only option. Delivered miners are bad investments.

You can buy 1TH from other vendors much much cheaper.

1TH 1900$
1.5TH 2500$
jseppeli
Sr. Member
****
Offline Offline

Activity: 430
Merit: 500


View Profile
May 26, 2014, 07:07:17 AM
 #3459

With the bitcoin rising (now €430/$588) you might want to reconsider requesting a refund and go for the ordered miner.

Although communication sucks at Bitmine and the assembly quality has room for improvement I still think the product is overall rather nice and the company should deserve a chance to get in a more normalized mode and overcome their growing pains...

when Bitmine refunds me I could buy 2pcs 1Th Antminers for the same price I have paid for 1pc 800GHs Bitmine.

That's why I have asked for a refund
jeycreative
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile WWW
May 26, 2014, 08:47:11 AM
 #3460

They should be quite far from bankruptcy, In february they increased their shares from 500'000$ to 1'000'000$ Adding Zefir to the team.

Speaking of Zefir, long time no see in this post...
Pages: « 1 ... 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 163 164 165 166 167 168 169 170 171 172 [173] 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 ... 230 »
  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!