Pages:
Author

Topic: BAIKAL - WHAT IS GOING ON? - page 10. (Read 27835 times)

member
Activity: 87
Merit: 11
April 20, 2017, 05:27:51 PM
I got today my new Baikal Cube miner.
When I deleted the default pools and add my new pool settings the miner is not starting. I was clicking the save pools button. This is on Miner Down state.
When I try restart with cgminer soft reset button I got an "Miner:111 Connecton refused" error message.

The red led on the miner is on , the blue is blinking  and the green is off state.

How can I start the miner? Is possible an HW failure?

Did you remove the api-port and api-allow settings?  I imagine removing 127.0.0.1 might break things.  If all else fails, re-image your SD card and start over.

TrX
I remove the api-port, this is not solved the my problem.
Where can I download the Cube SD card image?

I had a very similar problem with connection refused after I deleted their default pools and added mine. I use suprnova and wasn't sure what port to use. Suprnova does not mention port 9995 for this but it does say 80 and 443. I tried 80 but it didn't work maybe because everything was already screwed up by then so I just left the 9995 alone after recycled power. I recycled The miner since it would always say starting and no pools were showing up. When I powered the unit off and on and everything that was initially there appeared again and the miner started up OK after the power recycle. I just changed the suprnova config to use my account and been fine ever since.
newbie
Activity: 26
Merit: 0
April 20, 2017, 04:43:01 PM
I got today my new Baikal Cube miner.
When I deleted the default pools and add my new pool settings the miner is not starting. I was clicking the save pools button. This is on Miner Down state.
When I try restart with cgminer soft reset button I got an "Miner:111 Connecton refused" error message.

The red led on the miner is on , the blue is blinking  and the green is off state.

How can I start the miner? Is possible an HW failure?

Did you remove the api-port and api-allow settings?  I imagine removing 127.0.0.1 might break things.  If all else fails, re-image your SD card and start over.

TrX
I remove the api-port, this is not solved the my problem.
Where can I download the Cube SD card image?
hero member
Activity: 918
Merit: 1002
April 20, 2017, 04:23:14 PM
I got today my new Baikal Cube miner.
When I deleted the default pools and add my new pool settings the miner is not starting. I was clicking the save pools button. This is on Miner Down state.
When I try restart with cgminer soft reset button I got an "Miner:111 Connecton refused" error message.

The red led on the miner is on , the blue is blinking  and the green is off state.

How can I start the miner? Is possible an HW failure?

Did you remove the api-port and api-allow settings?  I imagine removing 127.0.0.1 might break things.  If all else fails, re-image your SD card and start over.

TrX
newbie
Activity: 26
Merit: 0
April 20, 2017, 04:08:13 PM
I got today my new Baikal Cube miner.
When I deleted the default pools and add my new pool settings the miner is not starting. I was clicking the save pools button. This is on Miner Down state.
When I try restart with cgminer soft reset button I got an "Miner:111 Connecton refused" error message.

The red led on the miner is on , the blue is blinking  and the green is off state.

How can I start the miner? Is possible an HW failure?
hero member
Activity: 918
Merit: 1002
April 20, 2017, 01:26:51 PM
I just received my unit this afternoon.  It's well built, as expected.

I did notice something interesting that's a change from the minis.  The controller is now an Orange Pi Zero, which has built-in wifi.  I'll crack open the image this evening and make a pass at getting the wifi configured.  It might be a good option for people with limited space or network cabling.

TrX

edit: the SD card is also way easier to access than previous builds.
That would be amazing to use it with wifi. They have different data cable than the a900 so cant link them, too much lan cable. Can you share the image if you succeed?

I'm going to be fiddling with it today, I'll put up instructions when and if I get it working.  It's running Ubuntu, so should be simple enough to configure.

After working on this all morning, I'm afraid someone smarter than me (which is, like, 3/4th of the planet) will have to make a pass at it.  The drivers don't appear to be installed, and the Internet is packed full of people pulling their hair out trying to make the WiFi work on the Orange Pi Zero.  Since this is a "production" machine, I'm afraid to strip it down to it's nuts and bolts before I've made back my purchase investment.

Once I hit 100% ROI, I'll make a more invasive pass at it.

Cheers.

TrX
newbie
Activity: 32
Merit: 0
April 20, 2017, 12:22:36 PM
Hello folks,

Those of you reading this thread and running any model of Baikal ASIC miners – would you please be so kind to share your personal recommendations on what pool it's best to mine and what algo/coin. I'm waiting for my Cube to arrive and the best idea I've got so far is to sell its hash power with X11 on NiceHash. I'm sure there are better and more profitable solutions that that, though! Please share your view and tips.

Sincerely,
Oleg
hero member
Activity: 918
Merit: 1002
April 20, 2017, 08:33:15 AM
Trying to /SSH into the baikal 300mh cube

I get into the unit fine and the directory...but have lost all memory on how to get mining screen to come up on
such stuff via /ssh and putty

edit: by the by..my cube is hitting 310.1mh solid....what are others getting?


So the sgminer instance is running as the root user, rather than the baikal user.  You said you already attached, but I'll list the instructions for anyone that would like to give it a try.

Windows users will need to use PuTTY, and I don't have it in front of me to remember the connection dialog, Google that bit.

For Mac OS X and linux users:

Code:
ssh baikal@IPADDRESSOFMINER

The password for the baikal account is 'baikal' lower case.  If this is the first time you've connected via SSH, you will likely have to hit "Y" to the prompt to save the key fingerprint.

Since sgminer is running as root, we'll need to use sudo to run all the remaining commands.  We'll start by using the 'screen' command to find our sgminer instance:

Code:
sudo screen -list

The screen command should show you a message similar to this:

Code:
There is a screen on:
986.sgminer (04/19/2017 07:26:17 PM) (Detached)
1 Socket in /var/run/screen/S-root.

Every instance of screen should start with a different number, followed by ".sgminer"  Mine started with 986 in the example above.  You'll need that information for the final step:

Code:
sudo screen -r 986.sgminer

This command is telling the screen program to attach to the already running instance of sgminer.

One important note!  If you kill this instance of sgminer your machine will stop mining until you reboot the device.  To exit this screen and leave sgminer running, hit Ctrl-A followed by the D key.  It should clear the screen and look something like this:

Code:
[detached from 986.sgminer]
baikal@baikal3002:~$

Have fun!
copper member
Activity: 2898
Merit: 1465
Clueless!
April 20, 2017, 08:31:39 AM
I was just wondering,

what's the ideal operating temperature for the cube?
what's the maximum that it can go before pulling in the plug?
i'm in the range of 42-43 degrees, what about you guys?

mine is 34c but it is 50F outside in basement with windows open Smiley

again anyone want to walk me thru how to use putty to /ssh terminal into this beastie?

I forgot how Sad (plug and play is my life) Sad

thanks you can post here for all or we can hide my igrnorance via a pm

sr. member
Activity: 373
Merit: 254
April 20, 2017, 08:12:04 AM
I was just wondering,

what's the ideal operating temperature for the cube?
what's the maximum that it can go before pulling in the plug?
i'm in the range of 42-43 degrees, what about you guys?
hero member
Activity: 918
Merit: 1002
April 20, 2017, 08:07:44 AM
I just received my unit this afternoon.  It's well built, as expected.

I did notice something interesting that's a change from the minis.  The controller is now an Orange Pi Zero, which has built-in wifi.  I'll crack open the image this evening and make a pass at getting the wifi configured.  It might be a good option for people with limited space or network cabling.

TrX

edit: the SD card is also way easier to access than previous builds.
That would be amazing to use it with wifi. They have different data cable than the a900 so cant link them, too much lan cable. Can you share the image if you succeed?

I'm going to be fiddling with it today, I'll put up instructions when and if I get it working.  It's running Ubuntu, so should be simple enough to configure.
hero member
Activity: 918
Merit: 1002
April 20, 2017, 08:06:23 AM

edit: by the by..my cube is hitting 310.1mh solid....what are others getting?

I'm getting 309.6 mining on Suprnova.
I also noticed that this device runs 310 pretty consistently.  No complaints on my part!

The change to the Orange Zero does increase the load on the system significantly though.  It doesn't seem to affect the mining performance, but the minis consistently ran at 0.15 and the cubes are running at 4.0 load,  Hopefully we won't see any issues arising from the high load on the controller.  It does seems to take longer to load the web interface.

The cube, at least in my environment, also seems to run a few degrees hotter than my minis.  That anecdotal at best, but things to keep in mind.
full member
Activity: 270
Merit: 100
April 20, 2017, 01:32:12 AM
I just received my unit this afternoon.  It's well built, as expected.

I did notice something interesting that's a change from the minis.  The controller is now an Orange Pi Zero, which has built-in wifi.  I'll crack open the image this evening and make a pass at getting the wifi configured.  It might be a good option for people with limited space or network cabling.

TrX

edit: the SD card is also way easier to access than previous builds.
That would be amazing to use it with wifi. They have different data cable than the a900 so cant link them, too much lan cable. Can you share the image if you succeed?
sr. member
Activity: 304
Merit: 250
April 20, 2017, 12:52:08 AM
Solid 310 here also
member
Activity: 87
Merit: 11
April 19, 2017, 11:08:10 PM

edit: by the by..my cube is hitting 310.1mh solid....what are others getting?

I'm getting 309.6 mining on Suprnova.
copper member
Activity: 2898
Merit: 1465
Clueless!
April 19, 2017, 10:40:22 PM
Trying to /SSH into the baikal 300mh cube

I get into the unit fine and the directory...but have lost all memory on how to get mining screen to come up on
such stuff via /ssh and putty

embarasing ..I used to know Sad


anyone want to show me how to make a batch file again so I can ssh into this baikal 300mh cube
via putty?

I have an old (no longer upgradeable to XP) laptop with linux on it ...by the cube so I can watch that in the basement ..chug away...

I used to know this stuff..been awhile

sheesh.....(gone plug and play too long)

repost it here for everyone ..I'm sure not the only one who wants to know this

later

brad


edit: by the by..my cube is hitting 310.1mh solid....what are others getting?


member
Activity: 87
Merit: 11
April 19, 2017, 02:16:13 PM
Thanks, I did get it to refresh/work with a power cycle and now it is mining suprnova.
legendary
Activity: 1726
Merit: 1018
April 19, 2017, 02:11:44 PM
I can't get mine to work correctly, would someone mind posting their config info here? I setup and tried to use suprnova which I used for other coins pointing to port 9995 and it just keeps saying miner loading with no devices running and no pools loading. I then tried to use port 80 as mentioned on suprnova with the same problem.

Try this:
URL: stratum+tcp://x11.usa.nicehash.com:3336
Algo: X11
User:
Pass: x
extranonce: checked
Priority: 0

Honestly it sounds like something is wrong with the miner but the above stuff should at least show if you can connect to a pool.  Just put your BTC address for the user name.
member
Activity: 87
Merit: 11
April 19, 2017, 01:57:09 PM
I can't get mine to work correctly, would someone mind posting their config info here? I setup and tried to use suprnova which I used for other coins pointing to port 9995 and it just keeps saying miner loading with no devices running and no pools loading. I then tried to use port 80 as mentioned on suprnova with the same problem.
hero member
Activity: 918
Merit: 1002
April 19, 2017, 12:41:41 PM
I just received my unit this afternoon.  It's well built, as expected.

I did notice something interesting that's a change from the minis.  The controller is now an Orange Pi Zero, which has built-in wifi.  I'll crack open the image this evening and make a pass at getting the wifi configured.  It might be a good option for people with limited space or network cabling.

TrX

edit: the SD card is also way easier to access than previous builds.
member
Activity: 62
Merit: 10
April 19, 2017, 11:18:03 AM
Baikal mentioned the BaikalScanner.exe utility in their documentation for the Cube to "find" their device on the network and they thought they were giving a link to it in the PDF but it was not a link. Does anyone know where to download this from?

Just use advanced IP Scanner. Works perfectly... no need to download any other program. I use this on all my baikal hardware.
Pages:
Jump to: