Bitcoin Forum
April 25, 2024, 06:09:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 [1157] 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 ... 2137 »
  Print  
Author Topic: Swedish ASIC miner company kncminer.com  (Read 3049457 times)
TaggedYa
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
November 25, 2013, 12:34:25 PM
 #23121

The error seems to have been thrown by /etc/init.d/cgminer.sh
I can't seem to reproduce it right now.  Instead I am getting "-sh: etc/init.d/cgminer: not found"  however "less /etc/init.d/cgminer.sh" gives:

It seems you've missed the leading slash before etc, no?

just execute the command:

Code:
/etc/init.d/cgminer.sh restart 




It seems you've missed the leading slash before etc, YES?  Stupid error

Results:

root@Jupiter-3D0:~# /etc/init.d/cgminer.sh restart
Restarting Cgminer daemon: killall: cgminer: no process killed
Error: Write failed


root@Jupiter-3D0:~# /etc/init.d/cgminer.sh start
Starting Cgminer daemon: Error: Write failed


root@Jupiter-3D0:~# /etc/init.d/cgminer.sh stop
Stopping Cgminer daemon: killall: cgminer: no process killed
cgminer.

TaggedYa
1714025372
Hero Member
*
Offline Offline

Posts: 1714025372

View Profile Personal Message (Offline)

Ignore
1714025372
Reply with quote  #2

1714025372
Report to moderator
1714025372
Hero Member
*
Offline Offline

Posts: 1714025372

View Profile Personal Message (Offline)

Ignore
1714025372
Reply with quote  #2

1714025372
Report to moderator
1714025372
Hero Member
*
Offline Offline

Posts: 1714025372

View Profile Personal Message (Offline)

Ignore
1714025372
Reply with quote  #2

1714025372
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714025372
Hero Member
*
Offline Offline

Posts: 1714025372

View Profile Personal Message (Offline)

Ignore
1714025372
Reply with quote  #2

1714025372
Report to moderator
1714025372
Hero Member
*
Offline Offline

Posts: 1714025372

View Profile Personal Message (Offline)

Ignore
1714025372
Reply with quote  #2

1714025372
Report to moderator
1714025372
Hero Member
*
Offline Offline

Posts: 1714025372

View Profile Personal Message (Offline)

Ignore
1714025372
Reply with quote  #2

1714025372
Report to moderator
edgar
Legendary
*
Offline Offline

Activity: 1848
Merit: 1001


View Profile
November 25, 2013, 12:40:32 PM
 #23122

bless u biffa. i KNOW when im being a dick, and its usually intentional...

i agree phoenix HAS made some great contributions, but hes also made some absolutely shit ones and seems to not know the difference nor appreciate constructive criticism.

anyway, now hes given it a rest the thread can continue to provide much needed & appreciated support.

thx again and ill try & tone it down a touch.

i considered removing the blue extensions but so far im leaving it at 529Gh - i'll maybe have another fiddle when he Nov shipment arrives.

Dont wanna make it worse until i have some backup hashing power Wink
sickpig
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile
November 25, 2013, 12:48:54 PM
Last edit: November 25, 2013, 01:04:02 PM by sickpig
 #23123

The error seems to have been thrown by /etc/init.d/cgminer.sh
I can't seem to reproduce it right now.  Instead I am getting "-sh: etc/init.d/cgminer: not found"  however "less /etc/init.d/cgminer.sh" gives:

It seems you've missed the leading slash before etc, no?

just execute the command:

Code:
/etc/init.d/cgminer.sh restart 




It seems you've missed the leading slash before etc, YES?  Stupid error

Results:

root@Jupiter-3D0:~# /etc/init.d/cgminer.sh restart
Restarting Cgminer daemon: killall: cgminer: no process killed
Error: Write failed


root@Jupiter-3D0:~# /etc/init.d/cgminer.sh start
Starting Cgminer daemon: Error: Write failed


root@Jupiter-3D0:~# /etc/init.d/cgminer.sh stop
Stopping Cgminer daemon: killall: cgminer: no process killed
cgminer.

TaggedYa

strange.

since there're a lot of things going on when you issue a cgminer.sh start and a lot of those are related with the initialization of the asic boards I'm afraid that there's something wrong going on in this phase.
this are all the tasks performed:

Code:
root@lucas:~# fgrep \# /etc/init.d/cgminer.sh 
#!/bin/sh
        # Stop SPI poller
        # CLear faults in megadlynx's
                        # Re-enable PLL
                        # re-enable all cores
                        # Disable PLL
                        # disable all cores
        # Disable direct SPI
        # Enable SPI poller

all of them involved some sort of i2cset command executions.

If I were you I would join #kncminer channel on freenode and try to ask hno (an OrSoC eng) if he have an idea of what's going on.







Bitcoin is a participatory system which ought to respect the right of self determinism of all of its users - Gregory Maxwell.
CeeCee
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
November 25, 2013, 01:03:44 PM
Last edit: November 25, 2013, 02:00:12 PM by CeeCee
 #23124

i am testing right now cgminer-tune with my jupiter that has got some problems at the beginning and is mining at 520GH with 3.8.1. i can report that the jupiter is hashing now at 480GH Sad. and i am not sure but it takes some time till the working diff has changed usually i think it got changed faster. i am mining on eligius btw.

i will update you in 2-3h.

edit:
after one hour it is working at 511GH/s
warhawk187
Sr. Member
****
Offline Offline

Activity: 327
Merit: 250



View Profile
November 25, 2013, 02:06:47 PM
 #23125

I have been trying to figure out why two of my boards (one new, one old) from upgrading my Saturn now are reporting dead dies 0-3 with no output wattage for the two boards. Running enablecores hasn't changed anything, and firmware 0.98.1 didnt work and neither did the older firmwares. They both don't hash on any port now and I'm running a XFX Black Edition 1050W with a Seasonic 1250W Gold coming in later today. My bertmod output with the two dead boards are below:

Mining Status

CGMiner Status   Running (pid=1642)
Last Checked   Sun Nov 24 21:46:28 UTC 2013
Avg. Hash Rate   0 Gh/s
WU   0
Difficulty Accepted    0
HW Status

ASIC slot #1   -
ASIC slot #2   -
ASIC slot #3   29.5 ℃
ASIC slot #4    -
ASIC slot #5   28.5 ℃
ASIC slot #6   -
STATUS=S
When=1385243153
Code=11
Msg=Summary
Description=cgminer 3.8.1|SUMMARY
Elapsed=496
MHS av=0.00
MHS 5s=0.00
Found Blocks=0
Getworks=22
Accepted=0
Rejected=0
Hardware Errors=0
Utility=0.00
Discarded=34
Stale=0
Get Failures=0
Local Work=553
Remote Failures=0
Network Blocks=4
Total MH=0.0000
Work Utility=0.00
Difficulty Accepted=0.00000000
Difficulty Rejected=0.00000000
Difficulty Stale=0.00000000
Best Share=0
Device Hardware%=0.0000
Device Rejected%=0.0000
Pool Rejected%=0.0000
Pool Stale%=0.0000|
ASIC Board   Info
2   
Temperature sensor: 29.5 C

Die ID   Cores ON   Cores OFF    %
0   0    48   0
1    0   48   0
2   0   48   0
3   0   48    0
DC/DC ID   ON/OFF   Status   Input Voltage    Output Voltage   Output Current
0   ON   OK   12.1 V   0.774 V   0.188 A
1   No DC/DC detected
2   ON   OK   12.1 V   0.756 V    0.125 A
3   No DC/DC detected
4   ON   OK   12.1 V    0.761 V   0.125 A
5    No DC/DC detected
6    No DC/DC detected
7   ON   OK   12.1 V    0.766 V   0.375 A
4   
Temperature sensor: 28.5 C

Die ID   Cores ON    Cores OFF   %
0    0   48   0
1   0   48   0
2   0   48    0
3   0    48   0
DC/DC ID   ON/OFF   Status    Input Voltage   Output Voltage   Output Current
0   ON   OK   12.1 V   0.783 V    0.312 A
1   No DC/DC detected
2   ON   OK   12.1 V    0.771 V   0.312 A
3    No DC/DC detected
4   ON   OK   12.1 V    0.742 V   0.25 A
5    No DC/DC detected
6    No DC/DC detected
7   ON   OK   12.1 V    0.771 V   0.375 A
Total DC/DC power output: 0 W


soy
Legendary
*
Offline Offline

Activity: 1428
Merit: 1013



View Profile
November 25, 2013, 02:26:15 PM
 #23126

Heads-up for tomo BTW - incoming...

is this kind of post considered useful?


why not be a tad less 'cryptic' and you(r inbox) might not get abused so much...


Also want to add, my ambient temps are 30C - 86F.

 so statements regarding VRMs needing heating and/or not liking cooling is NOT a fact covering ALL rigs/VRMs and even when they are hot(ter) they dont ALL fall back into line....

im sure ive mentioned this...

As for 'wiggling' the heatsink aka 'cooling tower' - i think ill give that a miss.

i personally dont want to hear 'warranty' is void due to negligence/abuse/possibly insane advice (though it might just work)
Nobody said the temp issue covered "All rigs", and you still don't get what sharing info is about helping others in need, who ARE having problems.... and if you cared to read just a few posts more, before bashing O'rama, you would have seen that he spelled it out for those who can't "Read between the lines", but you still even missed it.
What is your problem? Someone piss in your Cornflakes?
I also stated clocking the heat-sink was a desperation move on my part, and that the temp thing was NOT a recommendation.
It was a question!!!
But.. it has helped others.
There are two options when you have a board that isn't performing up to spec as I see it..... RMA it, or try to get it going yourself.
Which one you try, is up to the owner...
I'm an "Open book" in here, which is something I'm not used to...  but if I can help someone, by golly..I'll do it....and share every conventional AND unconventional solutions I find. It is then up to you as the fellow KNC miner owner to make a decision based on how you feel about it.
You would rather see everyone with a simple glitch on board do an RMA when they could possibly be fixed so simply?
Not me...  Grin

The temp issue is confusing.  ASICs will have increased errors as heat increases since impurities will cause triggering of gates at random causing illogical conditions which themselves can cause more heat.  If VRMs are running better hot than cool then I would think something is wrong, e.g. some open that closes with expansion due to heat, otherwise I don't see how heat can improve operation.
soy
Legendary
*
Offline Offline

Activity: 1428
Merit: 1013



View Profile
November 25, 2013, 02:32:08 PM
 #23127

I am not sure this is the right place for this but this seems to be a catch all thread so here goes.

I have 2 late October Jupiters.  One I was able to get to 550 with all cores running under 98.1 beta.  The other has 2 cores on one board that will not work until 73C or 74C and as soon as they start the whole board shuts down (I assume thermal shutdown) so it only works at around 480.

I was living with that (not economically feasible to give up 480 hashes for 2 weeks to rma the thing just to maybe get another 60 or so).

Now the problem.  I shut the full speed unit down for a few minutes to change locations and when I restarted it cgminer fails to start.  The bone boots and I can tty into it.  I can try to manually start cgminer and I get a "cgminer failed to start: Write Error".

I tried changing firmware.  Cgminer will run on 98 but not on anything after and on 98 I have all die 0s dead.

Anyone have any clues?

TaggedYa


Put a voltmeter on your power supplys and check you have ~5v and ~12v.  Also, I found my 4 pin molex could have been a little loose on the pins and closed the "tubes" a bit to fit more snugly on the board mounted 4 pin molex pins.
soy
Legendary
*
Offline Offline

Activity: 1428
Merit: 1013



View Profile
November 25, 2013, 02:35:39 PM
 #23128

Ok the Noob , (thats me) got it working....

So i upgraded the modules and my saturn is hashing at a jupiter speed ...only one prob ...the front fans on casing have stopped working ...any idea why and solution ?

12v to the 4 pin molex is missing or needs a common ground.
joeventura
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
November 25, 2013, 02:45:53 PM
 #23129

Heads-up for tomo BTW - incoming...

Day is almost over, what ya got?
sickpig
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile
November 25, 2013, 02:48:21 PM
 #23130

Heads-up for tomo BTW - incoming...

Day is almost over, what ya got?

+1

Bitcoin is a participatory system which ought to respect the right of self determinism of all of its users - Gregory Maxwell.
canth
Legendary
*
Offline Offline

Activity: 1442
Merit: 1001



View Profile
November 25, 2013, 03:04:23 PM
 #23131



No details. Coming SoonTM

soy
Legendary
*
Offline Offline

Activity: 1428
Merit: 1013



View Profile
November 25, 2013, 03:05:07 PM
 #23132


On the page:

Announcing Neptune
our 20nm product for early 2014.

Bitcoin Mining Hardware
Search

puffer
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile WWW
November 25, 2013, 03:06:28 PM
 #23133

Some good news ;p

http://forum.kncminer.com/forum/off-topic/miners-cafe/18830-good-news

Quibus in rebus duo maxime fugienda sunt – ne quid effeminatum aut molle, et ne quid durum aut rusticum sit
AFox
Hero Member
*****
Offline Offline

Activity: 539
Merit: 517



View Profile
November 25, 2013, 03:12:16 PM
 #23134

I just saw that the controller as two 4 pin fan connectors for the box fans.
But the box fans have only 3 pin connectors.

On a computer motherboard, a 4 pin connector allows the computer to control the fan speed to reach a targeted temperature.
Could it be the same on a Jupiter/Saturn ?
If yes, what is the target temperature ?

My lucky BTC address : 1LoTTerY3WYbGxVRHvh8oDudDdTxFvvqWF
sickpig
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile
November 25, 2013, 03:17:18 PM
 #23135


this is big Tongue

Bitcoin is a participatory system which ought to respect the right of self determinism of all of its users - Gregory Maxwell.
robix
Sr. Member
****
Offline Offline

Activity: 360
Merit: 250


View Profile
November 25, 2013, 03:19:01 PM
 #23136

Hmmmm, BTC Guild and GHash.IO 28% Hashrate respectively.
dplusf
Sr. Member
****
Offline Offline

Activity: 258
Merit: 250


View Profile
November 25, 2013, 03:20:40 PM
 #23137



No details. Coming SoonTM

Aaaah. What dows coming soon mean? How soon is soon???
puffer
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile WWW
November 25, 2013, 03:23:27 PM
 #23138

I would'nt be a competitor of KNC right now....
Don't wanna think also how many people wasted money in vanishing pre-orders.
 

Quibus in rebus duo maxime fugienda sunt – ne quid effeminatum aut molle, et ne quid durum aut rusticum sit
felix64
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 25, 2013, 03:43:43 PM
 #23139

KnC:   core 3-0 was disabled due to 3 HW errors in a row
         core 3-82
         core 3-162
         core 3-52
         core 3-87
         core 3-50
         core 3-179
         core 3-177
         core 3-45
         core 3-27
         core 3-188
         core 3-35
         core 3-77
         core 3-40
         core 3-58

This is with cgminer-3.8.2 tuned.  It makes no difference between stable and tuned.
        
My die 3 is the problem one.

I get an occasional errors from die 4 and 0 with one bad thread

KnC:  core 4-0 was disabled due to 3 HW errors in a row
KnC:  core 4-130 was disabled due to 3 HW errors in a row
KnC:  core 4-118 was disabled due to 3 HW errors in a row
KnC:  core 4-64 was disabled due to 3 HW errors in a row
KnC:  core 4-113 was disabled due to 3 HW errors in a row
KnC:  core 0-33 was disabled due to 3 HW errors in a row

But my die 3 is the troublemaker.

(5s) 502.8G (avg): 498.6Gh/s | A:4567616  R: 38764  HW:  221371  WU: 6965.5/m

[/quote]

felix is it 15 bad cores or 5?

You know that with the tuning cgminer it turns cores on and off to try and find a stable medium.

What are your HW error %'s?

I've given up on the firmwares that pump the voltage up (>0.97) and tune the cores, I'm sticking with 0.96 and the non tuning 3.8.2 cgminer and my HW errors are down from 4.5% to 1.3% and dropping.
[/quote]
Ghrindy
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 25, 2013, 03:44:16 PM
 #23140


Wow!  20nm AND early 2014!

That MUST be the "incoming news" announcement from 'orama.
Pages: « 1 ... 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 [1157] 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 ... 2137 »
  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!