Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: emdje on August 07, 2014, 11:49:20 AM



Title: Decompiling Cgminer for Innosilicon A2
Post by: emdje on August 07, 2014, 11:49:20 AM
Hi folks,

The past few days I tried several programs to decompile the Cgminer used for the Innosilicon A2. I want to make compile a version that allows for some more flexible overclocking, as well as being able to direct the individual blades to different pools (or all to the same, or any combination).
So I have no access to the source or the means to decompile it. I need help! someone willing?

Greetz,
emdje


Title: Re: Decompiling Cgminer for Innosilicon A2
Post by: magcoin-crypto on August 07, 2014, 04:11:55 PM
Hi folks,

The past few days I tried several programs to decompile the Cgminer used for the Innosilicon A2. I want to make compile a version that allows for some more flexible overclocking, as well as being able to direct the individual blades to different pools (or all to the same, or any combination).
So I have no access to the source or the means to decompile it. I need help! someone willing?

Greetz,
emdje

Try looking at sgminer, it's open source, and last time I checked, faster than cgminer.

Their GitHub: https://github.com/veox/sgminer


Title: Re: Decompiling Cgminer for Innosilicon A2
Post by: sandor111 on August 07, 2014, 05:21:07 PM
Look at https://github.com/ckolivas/cgminer/blob/master/driver-SPI-bitmine-A1.c, the driver for A2 chip is almost identical.


Title: Re: Decompiling Cgminer for Innosilicon A2
Post by: CryptoSkills on August 07, 2014, 10:10:40 PM
Look at https://github.com/ckolivas/cgminer/blob/master/driver-SPI-bitmine-A1.c, the driver for A2 chip is almost identical.

Useful info ;)
 
Thanks.


Title: Re: Decompiling Cgminer for Innosilicon A2
Post by: emdje on August 07, 2014, 10:38:20 PM
Thnx I will definitely take a look at the A1 github link.
And thnx for the tip about Sgminer, but I think that would mean to much rewriting, which I need to learn completely. Meaning too much on the plate at once. But thnx for sharing and the tip  ;D


Title: Re: Decompiling Cgminer for Innosilicon A2
Post by: BakSAj on August 12, 2014, 05:24:33 PM
Would be great if we can finally have open-source cgminer for A2! Any news, ETA? Thanks.


Title: Re: Decompiling Cgminer for Innosilicon A2
Post by: emdje on August 16, 2014, 09:51:47 PM
No news, tried several programs for decompiling, no luck with any of them.


Title: Re: Decompiling Cgminer for Innosilicon A2
Post by: emdje on August 18, 2014, 08:14:34 AM
Sent an e-mail to Innosilicon politely asking for the source code. Maybe they respond...


Title: Re: Decompiling Cgminer for Innosilicon A2
Post by: emdje on August 24, 2014, 09:23:06 PM
Does someone know a good tutorial on how to compile cgminer for Linux?
I might have some progress here and I would like to test it (edited A1 version).


Title: Re: Decompiling Cgminer for Innosilicon A2
Post by: sanitariu on January 18, 2018, 03:29:19 PM
So do you have any success in decompiling cgminer and how ?