Author

Topic: Swedish ASIC miner company kncminer.com - page 240. (Read 3049515 times)

hero member
Activity: 2702
Merit: 510
Leading Crypto Sports Betting & Casino Platform
hero member
Activity: 560
Merit: 500
September 24, 2014, 09:57:31 AM


I have the answer!   Kurt from KNC-forum:   I have to login with "pi"  as user instead of "root" (like the case on Jupiter and Neptune).



great !
hero member
Activity: 2702
Merit: 510
Leading Crypto Sports Betting & Casino Platform
September 24, 2014, 09:54:05 AM
Sorry, my bad, tail s for reading log file, you could try

"screen -x 32093"  @_@-
full member
Activity: 203
Merit: 100
September 24, 2014, 09:51:52 AM
I have one Titan-cube connected, and the LCD-display is telling that it's hashing...but how do I get to see BFGminer through SSH?  I never used BGCminer (but CGM instead)....  
Can someone help me?  If I enter "screen -dr" it tells: "there is no screen to be connected"...

ps -ef | grep bfg* , try grep ID first.

Once you grep ID, try this command: tail -f ID or tail -f bfgminer.exe, or what ever you got when you greped, Thus this is a old trick on old version Linux, I can't guaranty it will work on mini pi OS.

OK tried that with the ID,  but gives: "tail: cannot open '32093' for reading: no such file or directory".

Thank you for all your help... I thought it was some simple answer, but I will ask KNC for assistance now...

I have the answer!   Kurt from KNC-forum:   I have to login with "pi"  as user instead of "root" (like the case on Jupiter and Neptune).

legendary
Activity: 2408
Merit: 1004
September 24, 2014, 09:49:16 AM
What pool used for mining?

What coin mining?
full member
Activity: 203
Merit: 100
September 24, 2014, 09:48:03 AM
I have one Titan-cube connected, and the LCD-display is telling that it's hashing...but how do I get to see BFGminer through SSH?  I never used BGCminer (but CGM instead)....  
Can someone help me?  If I enter "screen -dr" it tells: "there is no screen to be connected"...

ps -ef | grep bfg* , try grep ID first.

Thanks as well.
But my Linux knowledge is limited... I get a whole screen with text, if I type the above.

By the way, I have now 2 boxes connected  but they aren't very stable at all,  hashing between 70 to 152 Mhs, constantly stopping and restarting cores...


how many cubes is one titan ?

If i remember right KnC-Kurt wrote "4".

Yes, 4 cubes, but I'm testing with just 2
full member
Activity: 203
Merit: 100
September 24, 2014, 09:46:58 AM
I have one Titan-cube connected, and the LCD-display is telling that it's hashing...but how do I get to see BFGminer through SSH?  I never used BGCminer (but CGM instead)....  
Can someone help me?  If I enter "screen -dr" it tells: "there is no screen to be connected"...

ps -ef | grep bfg* , try grep ID first.

Once you grep ID, try this command: tail -f ID or tail -f bfgminer.exe, or what ever you got when you greped, Thus this is a old trick on old version Linux, I can't guaranty it will work on mini pi OS.

OK tried that with the ID,  but gives: "tail: cannot open '32093' for reading: no such file or directory".

Thank you for all your help... I thought it was some simple answer, but I will ask KNC for assistance now...
hero member
Activity: 560
Merit: 500
September 24, 2014, 09:42:19 AM
I have one Titan-cube connected, and the LCD-display is telling that it's hashing...but how do I get to see BFGminer through SSH?  I never used BGCminer (but CGM instead)....  
Can someone help me?  If I enter "screen -dr" it tells: "there is no screen to be connected"...

ps -ef | grep bfg* , try grep ID first.

Thanks as well.
But my Linux knowledge is limited... I get a whole screen with text, if I type the above.

By the way, I have now 2 boxes connected  but they aren't very stable at all,  hashing between 70 to 152 Mhs, constantly stopping and restarting cores...


how many cubes is one titan ?
full member
Activity: 203
Merit: 100
September 24, 2014, 09:40:47 AM
I have one Titan-cube connected, and the LCD-display is telling that it's hashing...but how do I get to see BFGminer through SSH?  I never used BGCminer (but CGM instead)....  
Can someone help me?  If I enter "screen -dr" it tells: "there is no screen to be connected"...

ps -ef | grep bfg* , try grep ID first.

Thanks as well.
But my Linux knowledge is limited... I get a whole screen with text, if I type the above.

By the way, I have now 2 boxes connected  but they aren't very stable at all,  hashing between 70 to 152 Mhs, constantly stopping and restarting cores...
full member
Activity: 203
Merit: 100
September 24, 2014, 09:35:36 AM
Elen, have you tried seeing if any screen sessions exist at all?

screen -ls
-should list all screens for the current user, or you could try:

ls -laR /var/run/screen/
-to show all screens on the system.

And if you find a screen you could use:
screen -x screenname

Thank you for the info.  
I just tried "screen -ls"   which gives: "No Socket found in var/run/screen/S-root"


The "ls -laR /var/run/screen/" gives 3 maps with nothing except there is in /var/run/screen/S-pi  one row with "31732.cgminer".

I tried "screen -x 31732.cgminer"  but does nothing...

hero member
Activity: 2702
Merit: 510
Leading Crypto Sports Betting & Casino Platform
September 24, 2014, 09:34:36 AM
I have one Titan-cube connected, and the LCD-display is telling that it's hashing...but how do I get to see BFGminer through SSH?  I never used BGCminer (but CGM instead)....  
Can someone help me?  If I enter "screen -dr" it tells: "there is no screen to be connected"...

ps -ef | grep bfg* , try grep ID first.

Once you grep ID, try this command: tail -f ID or tail -f bfgminer.exe, or what ever you got when you greped, Thus this is a old trick on old version Linux, I can't guaranty it will work on mini pi OS.
legendary
Activity: 3234
Merit: 1220
September 24, 2014, 09:27:54 AM
Elen, have you tried seeing if any screen sessions exist at all?

screen -ls
-should list all screens for the current user, or you could try:

ls -laR /var/run/screen/
-to show all screens on the system.

And if you find a screen you could use:
screen -x screenname

It might not be running in a screen session, I know the Chinese Dragon miners don't, it could just be a nohup session or even as a background process at boot time in rc.local
hero member
Activity: 616
Merit: 500
September 24, 2014, 09:22:16 AM
Elen, have you tried seeing if any screen sessions exist at all?

screen -ls
-should list all screens for the current user, or you could try:

ls -laR /var/run/screen/
-to show all screens on the system.

And if you find a screen you could use:
screen -x screenname
hero member
Activity: 560
Merit: 500
September 24, 2014, 09:09:09 AM
hashrate ?
full member
Activity: 203
Merit: 100
September 24, 2014, 09:03:04 AM
I have one Titan-cube connected, and the LCD-display is telling that it's hashing...but how do I get to see BFGminer through SSH?  I never used BGCminer (but CGM instead)....  
Can someone help me?  If I enter "screen -dr" it tells: "there is no screen to be connected"...

It might not be running in a screen session.

Do these things not have a web interface?

What does it show at the pool?

It all looks very similar to my Neptune.  But in this case the have not installed CGminer, but BFGminer instead.... With my Neptune I watched CGminer with a screen session, I like to do this with Titan as well....but lack the knowledge.
legendary
Activity: 3234
Merit: 1220
September 24, 2014, 08:50:28 AM
I have one Titan-cube connected, and the LCD-display is telling that it's hashing...but how do I get to see BFGminer through SSH?  I never used BGCminer (but CGM instead)....  
Can someone help me?  If I enter "screen -dr" it tells: "there is no screen to be connected"...

It might not be running in a screen session.

Do these things not have a web interface?

What does it show at the pool?
full member
Activity: 203
Merit: 100
September 24, 2014, 08:48:29 AM
I have one Titan-cube connected, and the LCD-display is telling that it's hashing...but how do I get to see BFGminer through SSH?  I never used BGCminer (but CGM instead)....  
Can someone help me?  If I enter "screen -dr" it tells: "there is no screen to be connected"...
legendary
Activity: 3234
Merit: 1220
September 24, 2014, 08:45:26 AM
Just to inform you: I received my Titan...

Currently unpacking .... will try to install the thing... but actually have no time today, so will report tomorrow..

You know litecoin difficulty is not like bitcoin difficulty, it goes up every 3 days. Next rise in 1.2 days Shocked
hero member
Activity: 910
Merit: 1004
buy silver!
September 24, 2014, 08:40:47 AM
Quote
Dear KnCMiner,

Just wondering when my Two-for-one Neptune will be shipping?

I am a batch 1 (paid June 2013) Jupiter customer and a batch 1 (customer appreciation batch, paid November 2014) Neptune customer.

Kind regards,
Zelek Uther

Reply from KnCMiner:

Quote
Hi,

Apologies for the long delay in reply. We are concentrating on producing and shipping the paid orders as those take a priority. Once the paid orders have completed shipping we will release a news update with more information about the bonus miners.

Apologies for the inconvenience caused.

Med vänlig hälsning | Best regards

Keith Gurnett

Kncminer
www.kncminer.com
Office: +46 8559 253 20

They could be shipping paid orders forever. I wish he had qualified that with "batch 3" or a date.

this is what kfc replied me about the bonus miner:

Quote
At the moment we don't have the dates for shipping Neptune bonuses.
Hopefully we will be able to release more information about the dates soon.

"soon" forever.

I was very jealous when the bonus Neptune was announced after I chose the FrankenJup option. But I feel vindicated for choosing the Super/FrankenJup now.

I've been hashing those FrankenJups (plus extra "free" boards plus bought controllers, 4.5-5THs) for what seems forever in BTC time. Sure, I'll have to shut them all down very soon but I think it worked out better in the end.


...yup!  Missing pieces and all...fkn overclocked to the nuts too.  NO FIRES!!!!  yet!
legendary
Activity: 2408
Merit: 1004
September 24, 2014, 08:35:26 AM
Ok wait hashing speed
I think will be 320 MHz
Jump to: