Pages:
Author

Topic: Baikal X10 ⚡OVERCLOCK⚡ Claim reward 0.2 BTC for TUTORIAL HOW TO :)⚡⚡⚡⚡ - page 5. (Read 22704 times)

jr. member
Activity: 42
Merit: 25
baikal giant B on mineral water my friend, 800hmz is overload but i have laboratory condition for -30 degree, please use 16v dc + 100a

How much current does your overclocked miner draw compared to the stock unmodified miner? Did you find that using 16VDC was necessary or is that only what you had available?


...
msg.data[0] = (clk == 0) ? clk : ((clk / 10) % 20) + 2.2;

this is not ASIC chip .... so the chip frequency is 2 + modulo of + 2.0 + add 0.2 = 10% more power  freq

32 chip X 3 = 96 X 2.2 = 211mhz...

Did you actually try doing that modification?
member
Activity: 311
Merit: 69
PowerMining.pw
Boy, I talking about the firmware inside the STMCHIP 3 way board controller, find / -name fw_upgrade.sh

cod3gen, I love your work, so I give you a hint,

the original code show

msg.data[0] = (clk == 0) ? clk : ((clk / 10) % 20) + 2;

so your chip frequency is 2 + result of modulos....

msg.data[0] = (clk == 0) ? clk : ((clk / 10) % 20) + 2.2;

this is not ASIC chip .... so the chip frequency is 2 + modulo of + 2.0 + add 0.2 = 10% more power  freq

32 chip X 3 = 96 X 2.2 = 211mhz...

Ive actually had other users also telling me that the software does provide overclock options to Giant B, nice for B owners :-P

Lets keep it in the other thread i created: https://bitcointalksearch.org/topic/sgminer-baikal-giant-x10-n-b-open-source-confirmed-oc-giant-b-3206908

It does not seem to apply to either Giant X10(and not N either)

newbie
Activity: 9
Merit: 0
Boy, I talking about the firmware inside the STMCHIP 3 way board controller, find / -name fw_upgrade.sh

cod3gen, I love your work, so I give you a hint,

the original code show

msg.data[0] = (clk == 0) ? clk : ((clk / 10) % 20) + 2;

so your chip frequency is 2 + result of modulos....

msg.data[0] = (clk == 0) ? clk : ((clk / 10) % 20) + 2.2;

this is not ASIC chip .... so the chip frequency is 2 + modulo of + 2.0 + add 0.2 = 10% more power  freq

32 chip X 3 = 96 X 2.2 = 211mhz...
newbie
Activity: 13
Merit: 0
you need to recompile the code ..

Can you please pm me (you do not accept pm from newbie) with more details, I would like to test it.
Thanks!

You can find the walkthrough for compiling the code in Code3gen GitHub page.. https://github.com/cod3gen/sgminer-baikal/blob/dev/README.md
member
Activity: 311
Merit: 69
PowerMining.pw
cod3gen do you reserve download the firmware from the 3 way chip ?

Not sure what you mean there..
newbie
Activity: 9
Merit: 0
Sorry about that, I am to busy for help everybody for compiling sample source code but just search on the internet i am sure you going to find the anwser at your question.

cod3gen do you reserve download the firmware from the 3 way chip ?


newbie
Activity: 3
Merit: 0
you need to recompile the code ..

Can you please pm me (you do not accept pm from newbie) with more details, I would like to test it.
Thanks!
newbie
Activity: 9
Merit: 0
you need to recompile the code ..
newbie
Activity: 3
Merit: 0
sudo killall -9 sgminer
"you have 2 second for start a new instance"
./sgminer --kernel lbry -o stratum -u user -p x --baikal-options clock:recoveryclock:maxtemp

This part is ok, but where do I have to "enable clk to 1"?
Is there more to do (I have fixed your lbry.h/c and recompile it)?
newbie
Activity: 9
Merit: 0
sudo killall -9 sgminer
"you have 2 second for start a new instance"
./sgminer --kernel lbry -o stratum -u user -p x --baikal-options clock:recoveryclock:maxtemp
newbie
Activity: 60
Merit: 0
Quote
call sgminer with --baikal-options

This might be a dumb linux question, but how do you call sgminer while it's running? When I try to issue a command in the terminal, it wants to start a new instance.
newbie
Activity: 9
Merit: 0
baikal giant B on mineral water my friend, 800hmz is overload but i have laboratory condition for -30 degree, please use 16v dc + 100a
member
Activity: 311
Merit: 69
PowerMining.pw
When your turn the clk to 1, this enabled to option baikal-option to communication with the firmware inside the second head.

1. first enable clk to 1

2. after call sgminer with --baikal-options 800:(100/300 depend of your quality room air flow):32  (max degree)

Thats more or less the same thing as changing BAIKAL_CLK_DEF. Does not work on X10, but may work on Giant B. Verify hashrate on pool side over 24h period.
It is interesting that it return a 800 Mhz value. X10 only return 440 Mhz and i have had reports from Giant B users of 480 Mhz return value. While N have 420 Mhz return value.

Have you enabled BAIKAL_CLK_FIX also?
Even weirder is that if it did return 800 Mhz value from firmware chip, that would mean that a 8-bit integer would have a value of 400...... Cheesy


(the second number on the baikal option is the recovery time, if your delay is to short .... you dont find any block.)


Second number is recover temp... Using this as a example: 800:40:55 means;

When one chip(or hashboard) goes to a temp higher than 55c, that is disabled until it reaches its recover temp(40c) when it can start again.

3. I have fixed your lbry.h/c and recompile it

4. that it

voila


Then, what was wrong with them?

When the miner starts, the first 5-10 seconds are you able to copy information about Firmware Version: XX - Hardware Version etc.? What frequency is stated there?
newbie
Activity: 9
Merit: 0
I dont need to go on your issues section....

When your turn the clk to 1, this enabled to option baikal-option to communication with the firmware inside the second head.

1. first enable clk to 1

2. after call sgminer with --baikal-options 800:(100/300 depend of your quality room air flow):32  (max degree)
(the second number on the baikal option is the recovery time, if your delay is to short .... you dont find any block.)

3. I have fixed your lbry.h/c and recompile it

4. that it

voila


member
Activity: 311
Merit: 69
PowerMining.pw
hi,
What i need to do for win the reward 0.2 bitcoin ?

 Grin

replacing BAIKAL_CLK_DEF with 800, does not mean that you are overclocking it. Its limited at firmware level on atleast X10, but it is Giant B you have.

Ohh, and you should not use "Issues" section on github to ask questions.
newbie
Activity: 9
Merit: 0
hi,

What i need to do for win the reward 0.2 bitcoin ?

5s):184.8G (avg):185.7Gh/s | A:2141  R:0  HW:22  WU:1027.095/m
ST: 1  SS: 0  NB: 2  LW: 2188  GF: 0  RF: 0
Connected to lbry.eu.nicehash.com (stratum) diff  as user *****
Block: a24f8128...  Diff:26.4M  Started: [00:09:01]  Best share: 90.6K
--------------------------------------------------------------------------------
 SB management [P]ool management ettings [D]isplay options [Q]uit
BKLU 0: 28C 800MHz [ASICS #64] | 61.44G/64.34Gh/s | A:768 R: 0 HW:12 WU:367.401/m
BKLU 1: 28C 800MHz [ASICS #64] | 61.44G/64.29Gh/s | A:700 R: 0 HW:11 WU:336.305/m
BKLU 2: 28C 800MHz [ASICS #64] | 61.44G/64.31Gh/s | A:782 R: 0 HW: 0 WU:374.098/m
--------------------------------------------------------------------------------
 [2018-03-31 00:09:49.329] Accepted 258afbfb Diff 1.75K/128 BKLU 2
 [2018-03-31 00:09:49.406] Accepted 017242de Diff 176/128 BKLU 2
 [2018-03-31 00:09:49.438] Accepted 01d038c0 Diff 141/128 BKLU 0
 [2018-03-31 00:09:49.469] Accepted 01e0b067 Diff 136/128 BKLU 1
 [2018-03-31 00:09:49.502] Accepted 012f5942 Diff 216/128 BKLU 0
 [2018-03-31 00:09:49.531] Accepted e9b08f8e Diff 280/128 BKLU 1
 [2018-03-31 00:09:49.532] Accepted 0117ad05 Diff 234/128 BKLU 0
 [2018-03-31 00:09:49.595] Accepted b490479e Diff 362/128 BKLU 0
 [2018-03-31 00:09:49.611] Accepted 01b7b739 Diff 149/128 BKLU 0
 [2018-03-31 00:09:49.658] Accepted c5ca4236 Diff 331/128 BKLU 0
 [2018-03-31 00:09:49.689] Accepted 011f8baa Diff 227/128 BKLU 1
 [2018-03-31 00:09:49.690] Accepted e378bb69 Diff 288/128 BKLU 2
 [2018-03-31 00:09:49.691] Accepted 0190b98d Diff 163/128 BKLU 0
 [2018-03-31 00:09:49.752] Accepted 8e865c00 Diff 459/128 BKLU 0
 [2018-03-31 00:09:49.766] Accepted 0129fe22 Diff 219/128 BKLU 0
 [2018-03-31 00:09:49.814] Accepted 4a15d498 Diff 884/128 BKLU 1
 [2018-03-31 00:09:49.830] Accepted 0133a9d9 Diff 213/128 BKLU 0
 [2018-03-31 00:09:49.831] Accepted c74c16ab Diff 328/128 BKLU 2
 [2018-03-31 00:09:50.017] Accepted 018d87c9 Diff 164/128 BKLU 0
 [2018-03-31 00:09:50.047] Accepted d408e015 Diff 309/128 BKLU 0
 [2018-03-31 00:09:50.064] Accepted 01703018 Diff 177/128 BKLU 2
 [2018-03-31 00:09:50.157] Accepted 34fc5b0b Diff 1.24K/128 BKLU 0
 [2018-03-31 00:09:50.173] Accepted b3659a9f Diff 365/128 BKLU 2
 [2018-03-31 00:09:50.188] Accepted 8ca0a1ac Diff 466/128 BKLU 1
 [2018-03-31 00:09:50.203] Accepted 01397083 Diff 209/128 BKLU 1
 [2018-03-31 00:09:50.345] Accepted 0deca14b Diff 4.71K/128 BKLU 1
 [2018-03-31 00:09:50.346] Accepted df941aea Diff 293/128 BKLU 1
 [2018-03-31 00:09:50.439] Accepted b9ce3296 Diff 352/128 BKLU 1
 [2018-03-31 00:09:50.454] Accepted 13c5270c Diff 3.31K/128 BKLU 0
 [2018-03-31 00:09:50.484] Accepted 01213cc7 Diff 226/128 BKLU 2
 [2018-03-31 00:09:50.599] Accepted 017e6611 Diff 171/128 BKLU 0
 [2018-03-31 00:09:50.678] Accepted 01658067 Diff 183/128 BKLU 0
 [2018-03-31 00:09:50.772] Accepted 1f91b852 Diff 2.08K/128 BKLU 2
 [2018-03-31 00:09:50.787] Accepted 38d2e387 Diff 1.15K/128 BKLU 1
member
Activity: 311
Merit: 69
PowerMining.pw
My suspicion is that these chips frequency is not controlled by software, if they were the circuity in every chip will be much more complex do you think the chinese will go with the harder and more complex way? Also there seems to be a software method to control the load of the chips but not with frequency change. If you want to overclock them just change the crystal oscillator value if it is 12.5Mhz you may try 12.66Mhz or more in small increments and monitor the temperatures of the chips if its rising the mode is successful but then there will be the problem with the firmware if these machines are capped to produce fixed amount of shares custom firmware is needed along with the hardware mod.

I actually went down that road for a while also. There are 4 Tri-state 12.5 Mhz oscillators on each hashboard on the X10 - However the Giant N have what seems to be 12.5 Mhz oscillator on board also(P12 50W - 121C), and its frequency is supposed to be lower(200 Mhz) than X10(300 Mhz). If the chip speed was based on the oscillators, would not that mean the N should have had a much lower frequency on its oscillator? But then again, no one knows for sure that frequencies the chips are running at since the software simply is a pre fixed clock and got nothing to do with actual chip clock, for all we know they might operate on the same frequency(N/X10).

Sure would like to test out the theory, but then again im not so sure i want to waste a hashboard :-S
jr. member
Activity: 108
Merit: 1
My suspicion is that these chips frequency is not controlled by software, if they were the circuity in every chip will be much more complex do you think the chinese will go with the harder and more complex way? Also there seems to be a software method to control the load of the chips but not with frequency change. If you want to overclock them just change the crystal oscillator value if it is 12.5Mhz you may try 12.66Mhz or more in small increments and monitor the temperatures of the chips if its rising the mode is successful but then there will be the problem with the firmware if these machines are capped to produce fixed amount of shares custom firmware is needed along with the hardware mod.
member
Activity: 311
Merit: 69
PowerMining.pw

Sounds great @ DABjUQjcmYmuiVgZUvGBKuvbTQyCH9UMEG


One experimental day covered:

e74152daafaa96170df1696c946d167565de9380daa7fa5c8f53de6a2183a166

Keep going.

Thanks chup, its appreciated :-)
Pages:
Jump to: