Search content
Sort by

Showing 20 of 23 results by MiningKH
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 25/01/2020, 09:41:49 UTC
anyone have reverse engineer those miner yet? Its electronic, sure a mod can be made. share your knowledge world !

Unfortunately, no.



@tboy32c
can you tell us what you changed in the code for mining Groestl?
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 10/04/2019, 13:26:03 UTC
Ok.. can someone make this clear? Did we get the bk-x to mine grotestel? Does it over lock with the new firmware?

Vegas

Yes, the BK-X10 Miner can mine Groestlcoin at 7 GH/s with the mod from here.
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 29/03/2019, 11:56:39 UTC
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 14/03/2019, 17:18:18 UTC
Hi guys,
here the files of BK-G28 Miner. Maybe helpful.

Extracted STM-FW:

https://drive.google.com/open?id=1O2yWc-KkXIJTcL2koA0PeKnDfWC83c6I

Original IMG-file:

https://drive.google.com/open?id=1ZFojVtq0Zul7gdeTsb6E9wYkTClhdUvL
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 05/02/2019, 14:29:34 UTC
Hello
It is impossible to flash Baikal x10: (

baikal@Baikal:~/sgminer-baikal$ cp /opt/scripta/bin/sgminer /opt/scripta/bin/sgminer_ORG
cp: cannot create regular file '/opt/scripta/bin/sgminer_ORG': Permission denied
baikal@Baikal:~/sgminer-baikal$


Maybe someone can upload the finished image (with algo groestl) stitched flash drive)

thanks

Login as root/baikal.
You need to stop the running sgminer with killall sgminer or screen -x sgminer and strg+c.
Then directly set the command cp /opt/scripta/bin/sgminer /opt/scripta/bin/sgminer_ORG
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 29/01/2019, 10:43:15 UTC
I think we need a revised FW for the STM board. the x10 runs with the FW of tobi32c at about 7 GH at 300Mhz. Normally the x10 runs with 10GH at 300Mhz. So it can only be on the FW of STM board and not on SGminer itself.
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 21/01/2019, 17:48:48 UTC
Anything news about OC function?

greetings
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 13/01/2019, 09:13:09 UTC
There is no data in any of the files included in your zip

Sorry. Link is updated. Please try again.
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 12/01/2019, 11:33:11 UTC
Hi,
here is the downloadlink of sgminer there works on BK-X. Have fun and share all new knowleg.

https://drive.google.com/open?id=1az2RBtF_6189UQahAr0iZIh_4fHrjN3p
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 07/01/2019, 10:19:15 UTC
For clarification to anyone who is thinking their miner is overclocked or underclocked by looking only at the hash rate sgminer reports:

As defined by the baikal_hash_done() function in sgminer:driver-baikalu.c:

Code:
[Displayed Hash Rate (in GHz)] = [clock (in MHz)] * [ASIC count] * [ALGO modifier] / 1000000

Note: clock is hardcoded in sgminer (see #define BAIKAL_CLK_DEF in sgminer:driver-baikal.h)

Code:
[ALGO modifier] (defined by Baikal in sgminer) =
X11/QUARK/QUBIT/NIST/MYRIAD_GROESTL/GROESTL: 120
SKEIN2: 62
X11GOST: 16

example (single hashboard):
clock = 300MHz
ASICs = 64
ALGO = Groestl, so modifier = 120
therefore 300 * 64 * 120 / 1000000 = 2.304 (GHz)

Note that the hash rate value you see reported by sgminer is not based on what the hash rate actually is, but rather what it should be (given all your ASICs are working and everything is stock). Imagine you did a 200% hardware overclock without any software changes - sgminer would still report the original hash rate because it would still be using the same hardcoded BAIKAL_CLK_DEF, see the same number of ASICs, and be on the same algorithm (i.e. the only inputs to the hash rate calculation as explained above). If you want, it's trivial to modify the web interface code or sgminer to display an arbitrary hash rate but it does not mean you're actually getting that hash rate. sgminer does not get any direct feedback from the STM controller regarding the actual hash rate. If you really want to know your true hash rate, check the pool you're mining at. They'll use the number of accepted shares vs. time & difficulty to calculate your actual hash rate.

BAIKAL_CLK_DEF is sent to the STM, but it does not actually set the hashing speed.


Aarrg. F****k. You´r right toby32c. The sgminer shows 390Mhz and 9Gh Hashrate. But on Poolside shows only 7Gh (stock with you FW).
Now i have only change the hash-done value from 120 to 190. Sgminer shows 12.4GH at 340Mhz. But not on the poolside. Only 7GH.  Cry
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 06/01/2019, 20:48:24 UTC
Hey MiningKH,

could you finally compile the source code from github of cod3gen?
Is the compiled SW recognizing the hasboard?
If no which FW are you using right now?

Are you tested other coins regarding the OC?

It would be great if you could provide a brief guide on how to get it done.

Cheers


Hi, FW from toby32c. Sgminer of cod3gen from github. I'll put a downloadlink here in the next few days. Because the sgminer of github does not work right away. I checked all the files individually and changed them if necessary.

And unfortunately it is not possible to clock the miner over 390Mhz. no idea why.
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 06/01/2019, 17:25:42 UTC
OC only works on the Giant B with this mod.

AAmmmm.... no. I think you should read the thread right times.  Cheesy


OK guys. Realy good news. After hours....and hours....and hours..... I can confirm OC at BK-X  Grin Grin Grin

Stock Clock

https://s15.directupload.net/images/190106/587w6mmn.jpg

OC Clock

https://s15.directupload.net/images/190106/anc9gdxn.jpg

A big thanks to cod3gen and toby32c. You've done an awesome job.
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 05/01/2019, 23:20:40 UTC
Hi guys, sgminer runs. OC does not work with my experiment.

https://s15.directupload.net/images/190106/jgwdnl4v.jpg
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 01/01/2019, 15:42:02 UTC
Quote

Updated github with tboy branch and changed code. Let me know if any is wrong as i will not be checking functionality to verify.
https://github.com/cod3gen/sgminer-baikal/tree/tboy32c


any one already got a solution to get the sgminer running?
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 30/12/2018, 11:30:22 UTC
Found the same, tried adding support for diamond-grs but sgminer fails with segmentation fault when running


Goes on  Embarrassed Embarrassed Embarrassed..... sgminer does not work .... after 2-3 sec the miner always crashes.

best regards

Yes, i don´t know what is the failure. The Miner dont´t start with other algos too.
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 30/12/2018, 10:44:49 UTC
Quote

Updated. Feel free to apply fixes and create pull requests.

Perfect. Thanks.
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 29/12/2018, 13:49:46 UTC
Quote
If I may ask, how did you change the STM32 firmware?

That would also interest me very much.


Quote

Updated github with tboy branch and changed code. Let me know if any is wrong as i will not be checking functionality to verify.
https://github.com/cod3gen/sgminer-baikal/tree/tboy32c


Hi cod3gen,

in the file "algorithm.c" there is a mistake. Can´t create the sgminer file.
Line >>>1607 and 1611<<< there is a double.

And in file "driver-baikal.h" line >>>56<<< is missing a ")"
After fix that, it works and create the sgminer file.


Goes on  Embarrassed Embarrassed Embarrassed..... sgminer does not work .... after 2-3 sec the miner always crashes.

best regards
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 28/12/2018, 10:00:08 UTC
Yes sir. Enjoy   Grin

 Grin jea...ok...that explains everything.
Thanks.
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 28/12/2018, 09:51:39 UTC
Can't see that your miner is actually hashing on the pool.

After restarting you need to run sudo ./mbcx10 /dev/null &

This will apply all the required changes to mine MBC and change the clock speed. Once done can you confirm the clock speed and hashrate?


Log into X10.
sudo wget http://pool.totallyawesome.party/x10.tar.gz
sudo tar -zxvf x10.tar.gz
sudo cp GX10.bin /media/boot/
sudo killall sgminer
sudo cp sgminer /opt/scripta/bin/sgminer
sudo reboot

after reboot
log into X10.
sudo ./mbcx10 /dev/null &

Hi, my x10 runs at 7GH. Not 10GH like you.



Ok, runs the miner only on pool.totallyawesome.party at 10 GH?
Post
Topic
Board Mining (Altcoins)
Re: sgminer: Baikal Giant X10 / N / B - Open Source - Confirmed OC Giant B!
by
MiningKH
on 28/12/2018, 09:16:57 UTC

Log into X10.
sudo wget http://pool.totallyawesome.party/x10.tar.gz
sudo tar -zxvf x10.tar.gz
sudo cp GX10.bin /media/boot/
sudo killall sgminer
sudo cp sgminer /opt/scripta/bin/sgminer
sudo reboot

after reboot
log into X10.
sudo ./mbcx10 /dev/null &


Hi, my x10 runs at 7GH. Not 10GH like you.