Bitcoin Forum
May 09, 2024, 05:33:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 »  All
  Print  
Author Topic: Baikal miner Problems,Tips and Help  (Read 26293 times)
Lafu (OP)
Legendary
*
Offline Offline

Activity: 2968
Merit: 3046



View Profile
July 21, 2018, 11:13:59 AM
 #141

Maybe take a look at ebay or amazon guess there will be a few that sell this Fans , You can also buy another one he just has to have the same connection plug and specifications as the old, manufacturer should not care, maybe you'll get one of the quieter than the current one ! 


Regards Lafu

1715232789
Hero Member
*
Offline Offline

Posts: 1715232789

View Profile Personal Message (Offline)

Ignore
1715232789
Reply with quote  #2

1715232789
Report to moderator
1715232789
Hero Member
*
Offline Offline

Posts: 1715232789

View Profile Personal Message (Offline)

Ignore
1715232789
Reply with quote  #2

1715232789
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715232789
Hero Member
*
Offline Offline

Posts: 1715232789

View Profile Personal Message (Offline)

Ignore
1715232789
Reply with quote  #2

1715232789
Report to moderator
xxkaiwaxx
Sr. Member
****
Offline Offline

Activity: 479
Merit: 253



View Profile
July 29, 2018, 10:01:12 AM
 #142

Does anyone have a link to a guide to navigate/add/remove commands in the terminal?

I want to use the "load-balance" Pool Strategy option for sgminer. But looks like its not a "global" command. So need to get into terminal and add it manually...
Shane2821
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
October 19, 2018, 04:58:35 PM
Last edit: October 22, 2018, 08:23:25 AM by Shane2821
 #143

 Giant B. What is the reason for the blue lights at the back on the hash boards. Some of mine is off but board still hashing perfect. Am i the only person in the world with this problem? Not even baikal customer service have an answer for me Angry
cell_fari
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 24, 2018, 07:21:40 AM
 #144

Hi, I have Baikal N240,,I am running into a problem, miner automatically stops working , like it is consuming power and running fan, at pool no hashrate, it happens once a day or somethimes 2 to 3 times.
what I had already done.
1 = Changed my Internet
2 = Firmware updated
3 = Increase fan speed
 ** But all in vein,, any suggestions, image link is attached, https://ibb.co/inEHaq
chup
Sr. Member
****
Offline Offline

Activity: 736
Merit: 262


Me, Myself & I


View Profile
October 24, 2018, 07:50:59 AM
 #145

Hi, I have Baikal N240,,I am running into a problem, miner automatically stops working , like it is consuming power and running fan, at pool no hashrate, it happens once a day or somethimes 2 to 3 times.
what I had already done.
1 = Changed my Internet
2 = Firmware updated
3 = Increase fan speed
 ** But all in vein,, any suggestions, image link is attached,

Use fixed IP instead of DHCP.

cell_fari
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 24, 2018, 09:02:24 AM
 #146

Hi, I have Baikal N240,,I am running into a problem, miner automatically stops working , like it is consuming power and running fan, at pool no hashrate, it happens once a day or somethimes 2 to 3 times.
what I had already done.
1 = Changed my Internet
2 = Firmware updated
3 = Increase fan speed
 ** But all in vein,, any suggestions, image link is attached, https://ibb.co/inEHaq

Use fixed IP instead of DHCP.


can you guide me how to set fixed ip? I am kinda newbie
chup
Sr. Member
****
Offline Offline

Activity: 736
Merit: 262


Me, Myself & I


View Profile
October 24, 2018, 09:18:11 AM
 #147

can you guide me how to set fixed ip? I am kinda newbie

in Terminal section of Baikal web interface (enter two commands, press button i, arrow scroll till end of file, type 8 lines, press button esc, type two following lines):

Code:
cd /etc/network
edit interfaces

<i> #insert mode - insert at the end of file

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1

<esc>

:wq
reboot

Match address, gateway, dns-nameservers numbers to Your network.

cell_fari
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 27, 2018, 12:02:45 PM
 #148

can you guide me how to set fixed ip? I am kinda newbie

in Terminal section of Baikal web interface (enter two commands, press button i, arrow scroll till end of file, type 8 lines, press button esc, type two following lines):

Code:
cd /etc/network
edit interfaces

<i> #insert mode - insert at the end of file

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1

<esc>

:wq
reboot

Match address, gateway, dns-nameservers numbers to Your network.

after entering 2nd command, edit interface.. I got error listed below.. any idea? what wrong there
baikal@Baikal:~$ cd /etc/network                                                                  
baikal@Baikal:/etc/network$ edit interfaces                                                        
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/%{ <
-- HERE (.*?)}/ at /usr/bin/edit line 528.                                                        
Error: no write permission for file "interfaces"                                                  
baikal@Baikal:/etc/network$  


kineda
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
October 27, 2018, 12:54:27 PM
 #149

can you guide me how to set fixed ip? I am kinda newbie

in Terminal section of Baikal web interface (enter two commands, press button i, arrow scroll till end of file, type 8 lines, press button esc, type two following lines):

Code:
cd /etc/network
edit interfaces

<i> #insert mode - insert at the end of file

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1

<esc>

:wq
reboot

Match address, gateway, dns-nameservers numbers to Your network.

after entering 2nd command, edit interface.. I got error listed below.. any idea? what wrong there
baikal@Baikal:~$ cd /etc/network                                                                  
baikal@Baikal:/etc/network$ edit interfaces                                                        
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/%{ <
-- HERE (.*?)}/ at /usr/bin/edit line 528.                                                        
Error: no write permission for file "interfaces"                                                  
baikal@Baikal:/etc/network$  




login as root same pw you used for baikal or do 'sudo' infront of the line you did above
entyman
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 02, 2018, 05:53:27 PM
 #150

Hello friends, I have a special problem with my giant 2gh. The miner is running on the set Algorytmus and everything works great. However, in the interface to Miner config nothing can be changed because you can not see any buttons to change the system. The firmware has been updated and also swapped the sd card. Come this error after I have Miner turned off and later on again. Can anyone help me with this problem?
akolyt
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 02, 2018, 06:04:59 PM
 #151

Hello friends, I have a special problem with my giant 2gh. The miner is running on the set Algorytmus and everything works great. However, in the interface to Miner config nothing can be changed because you can not see any buttons to change the system. The firmware has been updated and also swapped the sd card. Come this error after I have Miner turned off and later on again. Can anyone help me with this problem?


I also have the same problem with an A2000 - The miner works normal but when you want to change pool settings and click on the TAB (MINER) - the complete window is empty..... i have absolutely no idea what causes that

help will be rewarde!!!

cheers  :-)

https://www.dropbox.com/s/09uxew8jm1mqnll/Screenshot%202018-10-30%2018.36.32.png?dl=0
entyman
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 02, 2018, 06:20:11 PM
 #152

and the solution for this issue......? I'm done with my knowledge
jqprez
Member
**
Offline Offline

Activity: 813
Merit: 65


View Profile
March 10, 2019, 11:17:00 AM
 #153

Where i can buy a usb 4 pin cable for baikal mini 150 mhs?
vezpit
Full Member
***
Offline Offline

Activity: 407
Merit: 100



View Profile WWW
July 03, 2019, 12:00:22 PM
 #154

Try AliExpress.com
Andromotos
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
August 22, 2019, 02:31:42 AM
 #155

Hi

Want to update firmware of a baikal cube 300 MH.

Baikals github is empty for this one.

Is there anyone who has a copy of the "Baikal_Cube_V00_DATE.zip" or can give me instructions?

Thanks for your help.
dobcrypto
Full Member
***
Offline Offline

Activity: 263
Merit: 101


Authorized Gunbot reseller > gunbot.vip


View Profile WWW
September 08, 2019, 01:21:23 AM
 #156

Hi
Want to update firmware of a baikal cube 300 MH.
Baikals github is empty for this one.
Is there anyone who has a copy of the "Baikal_Cube_V00_DATE.zip" or can give me instructions?
Thanks for your help.
http://www.baikalminer.com/support04.php
OrangePI Zero:
Baikal Cube, Giant plus(a2000)
google : https://drive.google.com/drive/folders/0B1GBwN5-i39VRzNQS28tWlpsTVk

dobcrypto
Full Member
***
Offline Offline

Activity: 263
Merit: 101


Authorized Gunbot reseller > gunbot.vip


View Profile WWW
September 08, 2019, 01:22:14 AM
 #157

Anybody know better custom firmware for A900?

VinZz972
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 11, 2019, 07:04:00 AM
 #158

Hello,
I have stoped my 2 BKX for 2 month. This morning I put them on but there is no activity. (No device running, no pools loaded).

https://i.ibb.co/2MjCXCd/2019-09-11-090211.png

Pools are good setup.
I can ping any server from Baikal, no IP problem.

Thank you
chup
Sr. Member
****
Offline Offline

Activity: 736
Merit: 262


Me, Myself & I


View Profile
September 11, 2019, 02:34:50 PM
 #159

Hello,
I have stoped my 2 BKX for 2 month. This morning I put them on but there is no activity. (No device running, no pools loaded).



Pools are good setup.
I can ping any server from Baikal, no IP problem.

Thank you

Make and export backup. Flash uSD card with newest firmware. Restore backup.
99% it will be solved, because You will also reconnect OrangePC during procedure.

VinZz972
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 19, 2019, 09:18:20 AM
 #160

Make and export backup. Flash uSD card with newest firmware. Restore backup.
99% it will be solved, because You will also reconnect OrangePC during procedure.

Hello,
Thank you for your anwser.
I have flash from 1.2 to 2.2 version but I have the same problem  Sad
Pages: « 1 2 3 4 5 6 7 [8] 9 »  All
  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!