Author

Topic: Antminer D3 Blissz firmware (10/12 v1.12 update) - page 118. (Read 125911 times)

newbie
Activity: 31
Merit: 0
And it's possible to mine only one of 11 algos? For example mining only with skein algo

It would be good.


I founded voltage set,  and fixed here: (725mv)

Code:
        .frequency                  = opt_bitmain_DASH_freq,
        .voltage                    = {0x07,0x25},

cgminer must be recompile with this change:

Code:
        .frequency                  = opt_bitmain_DASH_freq,
        .voltage                    = opt_bitmain_DASH_voltage,
full member
Activity: 266
Merit: 102
For mining only one algo that's enough a modded cgminer?

Cgminer it's  embedded in the firmware?
member
Activity: 94
Merit: 10
And it's possible to mine only one of 11 algos? For example mining only with skein algo

Actually , this is the point. No one asks for SHA 256 , or scrypt algo ,  anyway
newbie
Activity: 68
Merit: 0


But looks likes its possible grs and keccak
full member
Activity: 266
Merit: 102
And it's possible to mine only one of 11 algos? For example mining only with skein algo
legendary
Activity: 2464
Merit: 1710
Electrical engineer. Mining since 2014.
....to update chips on d3 boards? It's possibile?

No.
full member
Activity: 266
Merit: 102
For add algo we need to update chips on d3 boards? It's possibile?
legendary
Activity: 2408
Merit: 1004
with the first firmware that will be out
can we run d3 at 700 watt with 15gh speed or not?Huh
newbie
Activity: 15
Merit: 0
Maybe bad news...

Here is an example code to build an X11 hash:

void x11_hash(const char* input, char* output, uint32_t len)
{
    sph_blake512_context     ctx_blake;
    sph_bmw512_context       ctx_bmw;
    sph_groestl512_context   ctx_groestl;
    sph_skein512_context     ctx_skein;
    sph_jh512_context        ctx_jh;
    sph_keccak512_context    ctx_keccak;

    sph_luffa512_context      ctx_luffa1;
    sph_cubehash512_context      ctx_cubehash1;
    sph_shavite512_context      ctx_shavite1;
    sph_simd512_context      ctx_simd1;
    sph_echo512_context      ctx_echo1;

    //these uint512 in the c++ source of the client are backed by an array of uint32
    uint32_t hashA[16], hashB[16];   

    sph_blake512_init(&ctx_blake);
    sph_blake512 (&ctx_blake, input, len);
    sph_blake512_close (&ctx_blake, hashA);

    sph_bmw512_init(&ctx_bmw);
    sph_bmw512 (&ctx_bmw, hashA, 64);
    sph_bmw512_close(&ctx_bmw, hashB);

    sph_groestl512_init(&ctx_groestl);
    sph_groestl512 (&ctx_groestl, hashB, 64);
    sph_groestl512_close(&ctx_groestl, hashA);

    sph_skein512_init(&ctx_skein);
    sph_skein512 (&ctx_skein, hashA, 64);
    sph_skein512_close (&ctx_skein, hashB);

    sph_jh512_init(&ctx_jh);
    sph_jh512 (&ctx_jh, hashB, 64);
    sph_jh512_close(&ctx_jh, hashA);

    sph_keccak512_init(&ctx_keccak);
    sph_keccak512 (&ctx_keccak, hashA, 64);
    sph_keccak512_close(&ctx_keccak, hashB);
   
    sph_luffa512_init (&ctx_luffa1);
    sph_luffa512 (&ctx_luffa1, hashB, 64);
    sph_luffa512_close (&ctx_luffa1, hashA);   
   
    sph_cubehash512_init (&ctx_cubehash1);
    sph_cubehash512 (&ctx_cubehash1, hashA, 64);   
    sph_cubehash512_close(&ctx_cubehash1, hashB); 
   
    sph_shavite512_init (&ctx_shavite1);
    sph_shavite512 (&ctx_shavite1, hashB, 64);   
    sph_shavite512_close(&ctx_shavite1, hashA); 
   
    sph_simd512_init (&ctx_simd1);
    sph_simd512 (&ctx_simd1, hashA, 64);   
    sph_simd512_close(&ctx_simd1, hashB);
   
    sph_echo512_init (&ctx_echo1);
    sph_echo512 (&ctx_echo1, hashB, 64);   
    sph_echo512_close(&ctx_echo1, hashA);

    memcpy(output, hashA, 32);
   
}

As u can see, there are many sub algos affected to make an x11 hash. These algos are hardcoded in bitmains asic chips. So you can input some work and get outputted the result of the complete x11 hash.

I took a deep look into cgminer (also the newest version) and what i found was only to put work into asic and get results back. My hope was, that it could work like Baikalminer, but i was wrong here.

Good Luck
newbie
Activity: 1
Merit: 0
Hi guys, I am working on finalizing the first version of the firmware now. The first release will not contain any new algorithms yet, but will add some nice features to quiet the beast Smiley
It's still uncertain if adding other algo's is possible but I will definitely give it a try after the first firmware runs stable Smiley

Great news  I happy  to hear it thanks for hard works.
full member
Activity: 348
Merit: 119
If one can tell me the code on the resistor I can tell you the exact resistor value.

this is the r80 , the one in place where blissz conntect blue and red cable
c948  revealing it if i m right , in do not let my cable on c948 , i cant took it
full member
Activity: 348
Merit: 119
has i see no one try to help ... i just remove the warranty of my brand new D
don't know if it will be good for you , it seem to be at 9.50~ at startup and then 7.99~8.00 when mining




please let us have basic set up or how to do... to dont hear those damm fans ... Cheesy

the r80 is very little , i m scared to touch it ...




Thanks for this by the way, it would be nice if someone can confirm the original ohm resistance of R80. I thought it was 4.58K, but I am not 100% sure.
You can just measure it with the board turned off and you will be fine Smiley

this is the c948 i took
newbie
Activity: 21
Merit: 0
If one can tell me the code on the resistor I can tell you the exact resistor value.
sr. member
Activity: 336
Merit: 258
has i see no one try to help ... i just remove the warranty of my brand new D
don't know if it will be good for you , it seem to be at 9.50~ at startup and then 7.99~8.00 when mining




please let us have basic set up or how to do... to dont hear those damm fans ... Cheesy

the r80 is very little , i m scared to touch it ...




Thanks for this by the way, it would be nice if someone can confirm the original ohm resistance of R80. I thought it was 4.58K, but I am not 100% sure.
You can just measure it with the board turned off and you will be fine Smiley
newbie
Activity: 31
Merit: 0
Almost finished: the webinterface is modified as well now. Only need to test for a proper voltage range, and make a package.
The first release will have a fairly save voltage range, as I don't want you guys to brick your miners, so please have a bit more patience Cool

OK, I have some Antheater to make a brick.Smiley
copper member
Activity: 2898
Merit: 1465
Clueless!
Almost finished: the webinterface is modified as well now. Only need to test for a proper voltage range, and make a package.
The first release will be on the save side, as I don't want you guys to brick your miners, so please have a bit more patience Cool

at the prices, we are getting now...and 4 or more batches of D3's in the wind yet to arrive and the corresponding difficulty pump

bricking them at this point may not matter much Sad

Indeed, I should send mine to the company that 'bronzes baby shoes'

just to have a small trophy, when they stick me in the old folks home someday on a reminder of my 'silly youth'





sr. member
Activity: 336
Merit: 258
Almost finished: the webinterface is modified as well now. Only need to test for a proper voltage range, and make a package.
The first release will have a fairly save voltage range, as I don't want you guys to brick your miners, so please have a bit more patience Cool
newbie
Activity: 31
Merit: 0
It will be possible that the value must be an Hex and not a Dec value?

Below the string I found in the bitmain-driver.c file:
"Invalid bitmain-options for voltage data, must be hex now: %s"

driver_btm_DASH.c
Code:
int opt_bitmain_DASH_freq = 100;
int opt_bitmain_DASH_voltage = 176;

Looks like integer value.
Hmm... I'll test it tomorrow with some hex voltage numbers

Tested, don't worked.
newbie
Activity: 27
Merit: 0
Hi guys, I am working on finalizing the first version of the firmware now. The first release will not contain any new algorithms yet, but will add some nice features to quiet the beast Smiley
It's still uncertain if adding other algo's is possible but I will definitely give it a try after the first firmware runs stable Smiley
thanks
full member
Activity: 224
Merit: 102
Too Many Miners Not Enough Electricity
Hi guys, I am working on finalizing the first version of the firmware now. The first release will not contain any new algorithms yet, but will add some nice features to quiet the beast Smiley
It's still uncertain if adding other algo's is possible but I will definitely give it a try after the first firmware runs stable Smiley

Super excited to test your work and want to sincerely thank you for all that you are doing for the community!!



did you register TO say that? lol
Jump to: