Pages:
Author

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

newbie
Activity: 6
Merit: 0
you can use http://dropmefiles.com/
I think this the best share service
newbie
Activity: 6
Merit: 0
First Smiley

Here´s the tmp-file from a Baikal Giant B.

KLICK

Is it possible , to add the hidden Algo to the Baikal B?
 
newbie
Activity: 12
Merit: 0
Just woke up. Ok i got my baikal b ready. What do you want me to do? Please give me simple steps as im a total noob
jr. member
Activity: 42
Merit: 25
Another way:

Modify /usr/bin/check_update.py:

Lines 51 and 52 currently look like this:
Code:
  subprocess.call('sudo rm -rf /home/baikal/tmp.bin', shell=True)
  return ret

Modify them to look like this:
Code:
  #subprocess.call('sudo rm -rf /home/baikal/tmp.bin', shell=True)
  return 0
Note the # and 0. Do NOT forget the 0. Comment out line 65 just in case:
Code:
#subprocess.call(cmd, shell=True)

Now run these commands:
Code:
sudo touch /media/boot/G.bin
sudo python /usr/bin/check_update.py
sudo rm /media/boot/G.bin

You should see the line "Upload done." if it worked.

There should now be a new file: /home/baikal/tmp.bin. Upload this file to a file hosting site and share the link here.
newbie
Activity: 39
Merit: 0
I changed and i startet the command.


Traceback (most recent call last):
  File "./update_fw.py", line 51, in
    update_firmware()
  File "./update_fw.py", line 42, in update_firmware
    print 'Downloading... ' + fwfile[0]
IndexError: list index out of range

Delete please print 'Downloading... ' + fwfile[0]
Sorry
newbie
Activity: 6
Merit: 0
I changed and i startet the command.


Traceback (most recent call last):
  File "./update_fw.py", line 51, in
    update_firmware()
  File "./update_fw.py", line 42, in update_firmware
    print 'Downloading... ' + fwfile[0]
IndexError: list index out of range
newbie
Activity: 39
Merit: 0
Quote
Im willing to use my baikal giant B as a test subject. Let me know what you need.
If we can figure an overclock or a new algo that would be great!

Please try this on Giant B: https://bitcointalksearch.org/topic/m.29541197

Hello ,
this comes up..

dfu-util: No DFU capable USB device available
baikal@Baikal:~$ dfu-util
dfu-util 0.8

OK, then:
- backup your \usr\bin\update_fw.py
- edit this file via SFTP red must be change
Code:
#!/usr/bin/env python
import subprocess
import os
import sys
from subprocess import Popen, PIPE
import fcntl
import time
import glob
tmpfile = '/home/baikal/tmp.bin'
path = '/media/boot/G*.bin'
fwfile = glob.glob(path)
if not fwfile:
   print 'No firmware'
   sys.exit()
Code:

USBDEVFS_RESET= 21780

# enter dfu mode
def enter_dfumode():
  subprocess.call('echo 0 > /sys/class/gpio_sw/PA18/data', shell=True)
  subprocess.call('echo 0 > /sys/class/gpio_sw/PA10/data', shell=True)
  subprocess.call('echo 1 > /sys/class/gpio_sw/PA10/data', shell=True)

def exit_dfumode():
  subprocess.call('echo 1 > /sys/class/gpio_sw/PA18/data', shell=True)
  subprocess.call('echo 0 > /sys/class/gpio_sw/PA10/data', shell=True)
  subprocess.call('echo 1 > /sys/class/gpio_sw/PA10/data', shell=True)

def reset_usb(driver):
  try:
    lsusb_out = Popen("lsusb | grep -i %s"%driver, shell=True, bufsize=64, stdin=PIPE, stdout=PIPE, close_fds=True).stdout.read().strip().split()
    bus = lsusb_out[1]
    device = lsusb_out[3][:-1]
    f = open("/dev/bus/usb/%s/%s"%(bus, device), 'w', os.O_WRONLY)
    fcntl.ioctl(f, USBDEVFS_RESET, 0)
  except Exception, msg:
    print ""

def update_firmware():
  enter_dfumode()
  reset_usb("DFU")
  print 'Downloading... ' + fwfile[0]
 cmd = 'sudo dfu-util -a 0 -d 0483:df11 -s 0x08000000:leave -U /home/baikal/tmp.bin'
Code:
 subprocess.call(cmd, shell=True)
  cmd = 'sudo rm -rf ' + path
  subprocess.call(cmd, shell=True)

enter_dfumode()
reset_usb("STM32F407")
reset_usb("DFU")
update_firmware()
exit_dfumode()

print "Done"
- run ./update_fw.py in folder \usr\bin\ via PuTTY
- in folder /home/baikal/ is now this file tmp.bin
- upload back your original update_fw.py and reebot your Baikal
newbie
Activity: 6
Merit: 0
Quote
Im willing to use my baikal giant B as a test subject. Let me know what you need.
If we can figure an overclock or a new algo that would be great!

Please try this on Giant B: https://bitcointalksearch.org/topic/m.29541197

Hello ,
this comes up..

dfu-util: No DFU capable USB device available
baikal@Baikal:~$ dfu-util
dfu-util 0.8
newbie
Activity: 39
Merit: 0
Quote
Im willing to use my baikal giant B as a test subject. Let me know what you need.
If we can figure an overclock or a new algo that would be great!

Please try this on Giant B: https://bitcointalksearch.org/topic/m.29541197
newbie
Activity: 28
Merit: 0
If the new image that upgrades the x10 from 3 to 5 algorithms contains a bin file in the boot folder means that the hardware itself needs additional coding to allow the new algorithms. If the image doesn’t contain a bin file in the boot folder then the algorithms can be added by modifying the sgminer file.

If someone can share with me the original OrangePi image for 3 algorithms and also the image that updates the x10 to 5 algorithms I will be able to confirm this theory.

My point is that we all have the same machines. X10 is the Giant B, just restricted on algos and frequency.
newbie
Activity: 12
Merit: 0
Upon further digging and using recovery tools. I’m not 100% sure but I believe I might have been able to extract the usb Baikal driver files.

Does anyone know how to add drivers to the build and compile the latest version of sgminer, which contains the missing algos?

I will post the complete recovered files of what I found for both the X10 and GB later.


I think they released a update for x10 before from 3 to 5 algos. So i am sure there is a manual online somewhere. Ps you can use my baikal giant b as ecperiment? If need be you can use teamviewer to connect
newbie
Activity: 28
Merit: 0
Upon further digging and using recovery tools. I’m not 100% sure but I believe I might have been able to extract the usb Baikal driver files.

Does anyone know how to add drivers to the build and compile the latest version of sgminer, which contains the missing algos?

I will post the complete recovered files of what I found for both the X10 and GB later.
newbie
Activity: 12
Merit: 0
newbie
Activity: 28
Merit: 0
So far what I can understand.

Giant X10 is running Custom Version of SGMiner 5.6.2-L
Giant B is running Custom Version of SGMiner 5.6.2-B

Hardware seems to not be a differentiator here, only the code.

Unless someone can decompile these files and enable the other algo's, we aren't getting anywhere.
 
newbie
Activity: 28
Merit: 0
Anyone noticed Baikal updated they're firmware on the Giant B?Huh

I had previously downloaded PiZero_GB_171221_V1.0.

Now I revisited the site and its changed to PiZero_GB_180105_V1.0.

What the heck are they up to.... Huh
newbie
Activity: 28
Merit: 0
Just thought I'd drop off one more piece of good news.

This was inside the X10 image.
File name: miner.html-gzip-1547-8889-1508339623       
Dated 10/18/2017

Notice, Nist5 and Groestl were options in the drop down.

Gotta love Scripta, lol.


       
           
                                
         
newbie
Activity: 39
Merit: 0
There's no need to develop new models.

Just make one hardware and sell multiple versions of it.

They will probably have 3-4 versions of the GB and X10.

Make more money and mass produce the same box. Easier support and part replacements.

And in the mean time they use the miners to make thousands per machine daily until they decide to release it, where then they make money on the machine.

Even this version could be true :-)
sr. member
Activity: 420
Merit: 255
There's no need to develop new models.

Just make one hardware and sell multiple versions of it.

They will probably have 3-4 versions of the GB and X10.

Make more money and mass produce the same box. Easier support and part replacements.

And in the mean time they use the miners to make thousands per machine daily until they decide to release it, where then they make money on the machine.


Are you from Cuba? If yes Cuba allows mining?
newbie
Activity: 28
Merit: 0
There's no need to develop new models.

Just make one hardware and sell multiple versions of it.

They will probably have 3-4 versions of the GB and X10.

Make more money and mass produce the same box. Easier support and part replacements.

And in the mean time they use the miners to make thousands per machine daily until they decide to release it, where then they make money on the machine.
Pages:
Jump to: