Bitcoin Forum
August 28, 2025, 06:26:54 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 112 113 114 115 116 117 118 119 120 121 122 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 »
  Print  
Author Topic: Baikal Giant X10  (Read 132934 times)
Shorty2520
Member
**
Offline Offline

Activity: 164
Merit: 11


View Profile
August 02, 2018, 08:04:06 PM
 #3221

I nearly freaked out mine are getting 38 degrees Celsius. So close to 40.

Now i‘m relaxed after I hear how high they work fine.

Room temp is around 30 - 31 degrees.

Miner at 70% fan speed (more speed changed not many, but reduce lifecycle)

I keep humidity below 50% (important!) and above 30%.

Dust filters keep them clean, so I think i‘m good to go.
kineda
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
August 03, 2018, 12:59:21 PM
 #3222

Hello,

Anyone knows if is a good investment buy a Baikal X for this new price at the site, 999 usd Huh

i'm consider it's a good deal, daily 0.0008-0.0012 btc, unfortunately i'm empty pocket with exchange trade

Are you a wizard getting 0.0012 BTC ?  Cheesy

i'm mining with mining-dutch on myrgro only which give around that figure.

i'm also wite a small python script that can switch around the pools for my own preference technique of defined profitability.

running directly on the box with starting and stopping the service or are you hitting the api and doing it that way?  i've been meaning to write some python for it and for my D3 but been slacking with all of my gpu rig changes and benching lol.  there has been a lot of new mining apps and algos coming out lately eating up my time.
ArkadiyDeliev
Copper Member
Jr. Member
*
Offline Offline

Activity: 140
Merit: 9

Anarchy


View Profile WWW
August 03, 2018, 01:34:13 PM
 #3223

I nearly freaked out mine are getting 38 degrees Celsius. So close to 40.

Now i‘m relaxed after I hear how high they work fine.

Room temp is around 30 - 31 degrees.

Miner at 70% fan speed (more speed changed not many, but reduce lifecycle)

I keep humidity below 50% (important!) and above 30%.

Dust filters keep them clean, so I think i‘m good to go.
38 degrees Celsius?! Does it warm up the room much? This is the only concern that I have.

VIDY 👅
Video Layer for Ads ▶
https://www.vidy.com
elmond
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
August 03, 2018, 03:21:24 PM
 #3224

Hello,

Anyone knows if is a good investment buy a Baikal X for this new price at the site, 999 usd Huh

i'm consider it's a good deal, daily 0.0008-0.0012 btc, unfortunately i'm empty pocket with exchange trade

Are you a wizard getting 0.0012 BTC ?  Cheesy

i'm mining with mining-dutch on myrgro only which give around that figure.

i'm also wite a small python script that can switch around the pools for my own preference technique of defined profitability.

running directly on the box with starting and stopping the service or are you hitting the api and doing it that way?  i've been meaning to write some python for it and for my D3 but been slacking with all of my gpu rig changes and benching lol.  there has been a lot of new mining apps and algos coming out lately eating up my time.

its a script running inside the miner. the concept similar likes the nicehash inside the sgminer source code, where check profitable from mining-dutch then switch pool.
HiddenA
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
August 04, 2018, 11:58:32 AM
 #3225

Guys, anybody tried to OC Giant x10 according to this topic? https://bitcointalk.org/index.php?topic=3206908.0
i`m noob in Linux commands. Now just trying to read...
KaydenC
Sr. Member
****
Offline Offline

Activity: 610
Merit: 265



View Profile WWW
August 04, 2018, 02:01:03 PM
 #3226

Anyone have their X10 going down every couple of days?
Sometimes it will be shown as hashing, but not submitting shares, requiring a power cycle or reboot in the interface.

Other times it will be completely down, only a power cycle will bring it online. Any tips to solve this?
obm_dan
Member
**
Offline Offline

Activity: 112
Merit: 13


View Profile
August 04, 2018, 02:15:53 PM
 #3227

Hello!

I'd love to add support for Baikal miners to the miner monitoring project that I'm working on.  Unfortunately, I don't have a Baikal miner to test with.

Is there any way that I could get somebody to run the following commands and PM me the output?  I'd love you forever.  Smiley

Code:
echo '{"command":"stats"}' | netcat <baikal_ip_here> 4028
echo '{"command":"pools"}' | netcat <baikal_ip_here> 4028
echo '{"command":"devs"}' | netcat <baikal_ip_here> 4028
yrk1957
Member
**
Offline Offline

Activity: 531
Merit: 29


View Profile
August 04, 2018, 03:57:55 PM
 #3228

Hello!

I'd love to add support for Baikal miners to the miner monitoring project that I'm working on.  Unfortunately, I don't have a Baikal miner to test with.

Is there any way that I could get somebody to run the following commands and PM me the output?  I'd love you forever.  Smiley

Code:
echo '{"command":"stats"}' | netcat <baikal_ip_here> 4028
echo '{"command":"pools"}' | netcat <baikal_ip_here> 4028
echo '{"command":"devs"}' | netcat <baikal_ip_here> 4028

I believe this is what you want:

Code:
API command: devs
{
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1533397884,
      "Code": 9,
      "Msg": "3 GPU(s)",
      "Description": "sgminer 5.6.6-l"
    }
  ],
  "DEVS": [
    {
      "ASC": 0,
      "Name": "BKLU",
      "ID": 0,
      "Enabled": "Y",
      "Status": "Alive",
      "Temperature": 47.0,
      "MHS av": 3111.0421,
      "MHS 5s": 3379.1931,
      "Accepted": 1277,
      "Rejected": 0,
      "Hardware Errors": 0,
      "Utility": 103.2529,
      "Last Share Pool": 1,
      "Last Share Time": 1533397884,
      "Total MH": 2308584.7347,
      "Diff1 Work": 158691.497589,
      "Difficulty Accepted": 130197.14096064,
      "Difficulty Rejected": 0.0,
      "Last Share Difficulty": 149.66147328,
      "No Device": false,
      "Last Valid Work": 1533397884,
      "Device Hardware%": 0.0,
      "Device Rejected%": 0.0,
      "Device Elapsed": 742
    },
    {
      "ASC": 1,
      "Name": "BKLU",
      "ID": 1,
      "Enabled": "Y",
      "Status": "Alive",
      "Temperature": 47.0,
      "MHS av": 3091.0,
      "MHS 5s": 3379.2005,
      "Accepted": 1262,
      "Rejected": 0,
      "Hardware Errors": 0,
      "Utility": 102.0401,
      "Last Share Pool": 1,
      "Last Share Time": 1533397884,
      "Total MH": 2293712.1997,
      "Diff1 Work": 158618.478538,
      "Difficulty Accepted": 127321.87427328,
      "Difficulty Rejected": 0.0,
      "Last Share Difficulty": 149.66147328,
      "No Device": false,
      "Last Valid Work": 1533397884,
      "Device Hardware%": 0.0,
      "Device Rejected%": 0.0,
      "Device Elapsed": 742
    },
    {
      "ASC": 2,
      "Name": "BKLU",
      "ID": 2,
      "Enabled": "Y",
      "Status": "Alive",
      "Temperature": 46.0,
      "MHS av": 3090.5468,
      "MHS 5s": 3379.1582,
      "Accepted": 1270,
      "Rejected": 0,
      "Hardware Errors": 0,
      "Utility": 102.6869,
      "Last Share Pool": 1,
      "Last Share Time": 1533397882,
      "Total MH": 2293375.913,
      "Diff1 Work": 161574.95538,
      "Difficulty Accepted": 128734.96687936,
      "Difficulty Rejected": 0.0,
      "Last Share Difficulty": 149.66147328,
      "No Device": false,
      "Last Valid Work": 1533397884,
      "Device Hardware%": 0.0,
      "Device Rejected%": 0.0,
      "Device Elapsed": 742
    }
  ],
  "id": 1
}
API command: pools
{
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1533397884,
      "Code": 7,
      "Msg": "8 Pool(s)",
      "Description": "sgminer 5.6.6-l"
    }
  ],
  "POOLS": [
    {
      "POOL": 0,
      "Name": "hub.miningpoolhub.com",
      "URL": "stratum+tcp://hub.miningpoolhub.com:17016",
      "Profile": "",
      "Algorithm": "skein-sha256",
      "Algorithm Type": "Skeincoin",
      "Description": "",
      "Status": "Alive",
      "Priority": 3,
      "Quota": 1,
      "Long Poll": "N",
      "Getworks": 5,
      "Accepted": 10,
      "Rejected": 0,
      "Works": 379,
      "Discarded": 72,
      "Stale": 0,
      "Get Failures": 0,
      "Remote Failures": 0,
      "User": "ZZZZZZZZZZZZZZZZZZZZZZZ",
      "Last Share Time": 1533397250,
      "Diff1 Shares": 159.83552,
      "Proxy Type": "",
      "Proxy": "",
      "Difficulty Accepted": 159.83552,
      "Difficulty Rejected": 0.0,
      "Difficulty Stale": 0.0,
      "Last Share Difficulty": 16.90568,
      "Has Stratum": true,
      "Stratum Active": false,
      "Stratum URL": "",
      "Has GBT": false,
      "Best Share": 186.11316,
      "Pool Rejected%": 0.0,
      "Pool Stale%": 0.0
    },
    {
      "POOL": 1,
      "Name": "hub.miningpoolhub.com",
      "URL": "stratum+tcp://hub.miningpoolhub.com:17014",
      "Profile": "",
      "Algorithm": "qubit",
      "Algorithm Type": "Qubit",
      "Description": "",
      "Status": "Alive",
      "Priority": 0,
      "Quota": 1,
      "Long Poll": "N",
      "Getworks": 32,
      "Accepted": 3788,
      "Rejected": 0,
      "Works": 1921,
      "Discarded": 364,
      "Stale": 18,
      "Get Failures": 0,
      "Remote Failures": 0,
      "User": "ZZZZZZZZZZZZZZZZZZZZZZZZ",
      "Last Share Time": 1533397884,
      "Diff1 Shares": 478192.615987,
      "Proxy Type": "",
      "Proxy": "",
      "Difficulty Accepted": 385643.58659327,
      "Difficulty Rejected": 0.0,
      "Difficulty Stale": 1981.00918272,
      "Last Share Difficulty": 149.66147328,
      "Has Stratum": true,
      "Stratum Active": true,
      "Stratum URL": "hub.miningpoolhub.com",
      "Has GBT": false,
      "Best Share": 1860019.542141,
      "Pool Rejected%": 0.0,
      "Pool Stale%": 0.5111
    }
  ],
  "id": 1
}
API command: stats
{
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1533397884,
      "Code": 70,
      "Msg": "sgminer stats",
      "Description": "sgminer 5.6.6-l"
    }
  ],
  "STATS": [
    {
      "STATS": 0,
      "ID": "BKLU0",
      "Elapsed": 742,
      "Calls": 0,
      "Wait": 0.0,
      "Max": 0.0,
      "Min": 99999999.0,
      "Chip Count": 64,
      "Clock": 300,
      "HWV": 29297,
      "FWV": 7500055,
      "Algo": "Qubit",
      "USB Pipe": "0",
      "USB Delay": "r0 0.000000 w0 0.000000",
      "USB tmo": "341199 0"
    },
    {
      "STATS": 1,
      "ID": "BKLU1",
      "Elapsed": 742,
      "Calls": 0,
      "Wait": 0.0,
      "Max": 0.0,
      "Min": 99999999.0,
      "Chip Count": 64,
      "Clock": 300,
      "HWV": 29297,
      "FWV": 7500055,
      "Algo": "Qubit",
      "USB Pipe": "0",
      "USB Delay": "r0 0.000000 w0 0.000000",
      "USB tmo": "11 0"
    },
    {
      "STATS": 2,
      "ID": "BKLU2",
      "Elapsed": 742,
      "Calls": 0,
      "Wait": 0.0,
      "Max": 0.0,
      "Min": 99999999.0,
      "Chip Count": 64,
      "Clock": 300,
      "HWV": 29297,
      "FWV": 7500055,
      "Algo": "Qubit",
      "USB Pipe": "0",
      "USB Delay": "r0 0.000000 w0 0.000000",
      "USB tmo": "11 0"
    }
  ],
  "id": 1
}
obm_dan
Member
**
Offline Offline

Activity: 112
Merit: 13


View Profile
August 04, 2018, 05:17:39 PM
 #3229

That is exactly what I need.  Thank you so much!

I'm a man of my word - I said I will love you forever, so...I will officially love you forever.  If times ever get tough, know that there's somebody out there thinking of you...and that's me.
GunsN
Full Member
***
Offline Offline

Activity: 262
Merit: 100



View Profile
August 19, 2018, 06:26:06 PM
 #3230

Hello, which algo are you working your baikal now?
which one is more profitable?

♫ ♪ ♪ ♫ ♩
Trust Us
Allats
Full Member
***
Offline Offline

Activity: 155
Merit: 110


View Profile
August 19, 2018, 06:49:38 PM
 #3231

Hello, which algo are you working your baikal now?
which one is more profitable?

Skein
GunsN
Full Member
***
Offline Offline

Activity: 262
Merit: 100



View Profile
August 19, 2018, 08:22:40 PM
 #3232

Hello, which algo are you working your baikal now?
which one is more profitable?

Skein
which pool can you advise me?
thanks

♫ ♪ ♪ ♫ ♩
Trust Us
Allats
Full Member
***
Offline Offline

Activity: 155
Merit: 110


View Profile
August 19, 2018, 08:23:26 PM
 #3233

Suprnova
Meteorite777
Jr. Member
*
Offline Offline

Activity: 68
Merit: 6


View Profile
September 07, 2018, 06:36:25 PM
 #3234

So I discovered one of my hashboards died last night on one of my two X10's. These are from the $1600 batch at end of May/start of July (5/26).

I noticed my hash was low on one rig consistently and it was only getting 3-3.5 GH/s on Skein; so I pulled up the web portal and noticed one hashboard was reading 49*C while the others were 35*C like normal. This 3rd board was actually submitting shares and and DOES somewhat hash; but only at 10% the speed of a normal board. So if the two other boards submit 50 shares the bad one will put out 3-5 maybe.

I soft-rebooted the miner a few times and the temp no longer gives any reading other than 0*C (wonder if it burned up?) I contacted support and since I'm just about 3 months old i'm out of warranty and pretty much SOL :/. I talked to a friendly tech on the phone who suggested I take it apart and switch the hasboards around but to no avail. They offered to sell me a new hashboard for around $300 or a new unit for $900 with $92 ship (so basically full retail for a replacement board).

The miner can still run with 2/3 of the hashboards but for a barely 3mo old unit @ $1600 + ship there's no way i'll ROI with only 2 boards and 3 GH/s.

I will take off the heatsink of the bad board later today and inspect for damage; I didn't see any when swapping the boards last night but I suppose it would most likely be under the heat sinks if there was any.

Little Girl 65
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 08, 2018, 12:04:31 PM
 #3235

Hello,

Anyone knows if is a good investment buy a Baikal X for this new price at the site, 999 usd Huh

You can contact BAIKAL to get discount
Andartis
Jr. Member
*
Offline Offline

Activity: 311
Merit: 7


View Profile
September 09, 2018, 10:31:08 AM
 #3236

Hello,

Anyone knows if is a good investment buy a Baikal X for this new price at the site, 999 usd Huh

You can contact BAIKAL to get discount

Yes, but how much discount do you get? Like 50$ per unit.
Shorty2520
Member
**
Offline Offline

Activity: 164
Merit: 11


View Profile
September 14, 2018, 09:22:03 AM
 #3237

So I discovered one of my hashboards died last night on one of my two X10's. These are from the $1600 batch at end of May/start of July (5/26).

I noticed my hash was low on one rig consistently and it was only getting 3-3.5 GH/s on Skein; so I pulled up the web portal and noticed one hashboard was reading 49*C while the others were 35*C like normal. This 3rd board was actually submitting shares and and DOES somewhat hash; but only at 10% the speed of a normal board. So if the two other boards submit 50 shares the bad one will put out 3-5 maybe.

I soft-rebooted the miner a few times and the temp no longer gives any reading other than 0*C (wonder if it burned up?) I contacted support and since I'm just about 3 months old i'm out of warranty and pretty much SOL :/. I talked to a friendly tech on the phone who suggested I take it apart and switch the hasboards around but to no avail. They offered to sell me a new hashboard for around $300 or a new unit for $900 with $92 ship (so basically full retail for a replacement board).

The miner can still run with 2/3 of the hashboards but for a barely 3mo old unit @ $1600 + ship there's no way i'll ROI with only 2 boards and 3 GH/s.

I will take off the heatsink of the bad board later today and inspect for damage; I didn't see any when swapping the boards last night but I suppose it would most likely be under the heat sinks if there was any.



I got something like this with the hash board. It didn’t recognize all boards.

Try to take off PSU for at least 30 minutes. Unplug all connections, clean it with air (sry don’t know the right word) from dust and then put it all together. Sometimes there is a mini gap and this causing some shit.

Maybe you switched SD cards for new algos and left a gap.

Also be aware of ESD you have to use gloves or use other things to connect to the ground. Otherwise you may killed it by yourself at switching sd cards.

At the end you have maybe to switch off the whole power up to 5 times until all boards are shown correctly.

I was about to order parts from them but got it this way working 2 times. One of my four is a little bitch, all other working fine.

Greetings
cryptonitro
Full Member
***
Offline Offline

Activity: 348
Merit: 119



View Profile
September 15, 2018, 10:22:13 AM
 #3238

Hello,

Anyone knows if is a good investment buy a Baikal X for this new price at the site, 999 usd Huh

You can contact BAIKAL to get discount

Yes, but how much discount do you get? Like 50$ per unit.

Heyy friends

Mining on PoW is very dangerous to have ROI, with those hard times , Baikal annouced after last Algos , that they will be added new ones in futur , but that just a commercial move for hope to sell more miners, i was septic , now i 'm pretty sure there wil be no new algos.

Most of miners moves now about PoS or MN , but be careful there is many many shitcoin and trash project with hudge ROI to magnet and scam new guys.

Took time to find the good project, and run away from unknow team one, with standar roadmap, start with little amount on PoS on a new project or old one still here, learn and read about the project.

If you haven't well known of how to install or maintain MN, or even if you cant buy all collateral there is some trust service and easy setup, to have a shared MN or staking on pool like Snode.co.

They are actually on pre-sale phase , they decided to have a coin.(PoS-20%/MN-80%)
You can learn more , and feel free to ask question on Snode DISCORD here

I never participate to promote a service or else, but sad to see so much people scammed by fake shared mn , fake admin on discords , (never trust private message even is the same same as admin.)

Anyway trustless project as to be promoted for everyones keep safe!

kiss

The only project make me believe ... Holochain
hamakago
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile WWW
September 20, 2018, 12:06:50 PM
 #3239

I bought bk-x from website 'http://www.baikalminer.com'.
baikal sent me email about contract.
but that company name is 'SKYSEA INTELLIGENT LIMITED'.
and payment bank is 'DBS BANK' in Singapore.

Is that correct? no scam?
Is 'SKYSEA INTELLIGENT LIMITED' Baikal?
should I pay money?
kineda
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
September 20, 2018, 12:35:04 PM
 #3240

I bought bk-x from website 'http://www.baikalminer.com'.
baikal sent me email about contract.
but that company name is 'SKYSEA INTELLIGENT LIMITED'.
and payment bank is 'DBS BANK' in Singapore.

Is that correct? no scam?
Is 'SKYSEA INTELLIGENT LIMITED' Baikal?
should I pay money?


When i bought mine a month or 2 ago it was btc only direct to them. they provided the btc address and there was a couple hour window it was available
Pages: « 1 ... 112 113 114 115 116 117 118 119 120 121 122 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 »
  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!