Bitcoin Forum
May 08, 2024, 10:59:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: What feature you want to see next?
auto tune each mining board - 45 (35.7%)
3 profile switch support (low noise, normal, high performance mode) - 13 (10.3%)
day / night speed schedule - 10 (7.9%)
pool balance / quota option - 9 (7.1%)
v2 configurable reboot on low hashrate / HW errors - 16 (12.7%)
DONE: cgminer v4.10 update - 4 (3.2%)
miner shutdown (+ on high temps) - 11 (8.7%)
better pool management - 9 (7.1%)
DONE:better awesome miner compatibility - 3 (2.4%)
move FAN settings to advanced page - 2 (1.6%)
<your idea> - 4 (3.2%)
Total Voters: 126

Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 ... 126 »
  Print  
Author Topic: Antminer D3 Blissz firmware (10/12 v1.12 update)  (Read 125816 times)
detonyle
Member
**
Offline Offline

Activity: 140
Merit: 10


View Profile
November 15, 2017, 09:52:36 AM
 #141

Speaking of new firmware bitmain have finally fixed the xxx issue in a new update , interesting timing.

You mean firmware 20171102 ?
I still have the problem even after upgrade. every 12h -15h card goes XXX
1715209188
Hero Member
*
Offline Offline

Posts: 1715209188

View Profile Personal Message (Offline)

Ignore
1715209188
Reply with quote  #2

1715209188
Report to moderator
1715209188
Hero Member
*
Offline Offline

Posts: 1715209188

View Profile Personal Message (Offline)

Ignore
1715209188
Reply with quote  #2

1715209188
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715209188
Hero Member
*
Offline Offline

Posts: 1715209188

View Profile Personal Message (Offline)

Ignore
1715209188
Reply with quote  #2

1715209188
Report to moderator
1715209188
Hero Member
*
Offline Offline

Posts: 1715209188

View Profile Personal Message (Offline)

Ignore
1715209188
Reply with quote  #2

1715209188
Report to moderator
digital$
Member
**
Offline Offline

Activity: 287
Merit: 18


View Profile
November 15, 2017, 10:16:43 AM
 #142

have only 2 boards hashing after latest upgrade...ran fine for a day then this issue developed



https://imgur.com/6NSr4mk

D3 Antminer
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile WWW
November 15, 2017, 10:36:10 AM
 #143

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

Hi blissz
I want to share the link at change.org   . As of now nearly 600 angry bitmain customer  looking for a solution. Up to me , additional algo's with a custom firmware is the solution because X11 can not afford the current D3 demand.
I am sure that it is not a easy job but I also know that someone who will do this job will make good money.

We all expect the good news .

https://www.change.org/p/https-twitter-com-bitmaintech-d3-antminer-firmware-update-for-additional-mining-algorithms?recruiter=831205993&utm_source=share_petition&utm_medium=copylink&utm_campaign=share_petition&utm_term=share_petition

stugots2
Full Member
***
Offline Offline

Activity: 224
Merit: 102


Too Many Miners Not Enough Electricity


View Profile
November 15, 2017, 11:43:38 AM
 #144

Best Thread EVER
diab
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 15, 2017, 11:51:41 AM
 #145


yes in this folder you have the 11 algo code used for X11....
so need to recompile something with only groestl or other.... but i think something more will be needed ^^

I have a feeling that the X11 algo that you're looking at is the CPU implementation of it. What ASICS (most likely) do is that you load a bunch of data into their buffer, fire the hashing engine and you get the hashed data out so all the magic happens inside the ASIC. Look at different asic drivers and you'll see that there is hardly any business logic in there - it's reading temps, resetting / setting up the asic and sending "stuff" to it.

Bottom line - it's not at all trivial (if it is even possible) to change the ALGO. X13 is 2 extra sub-algos in addition to the 11 ones in X11. D3s communicate using some sort of serial protocol (not USB, I think, by the looks of the driver code) so we could theoretically dump some GPUs into a mining rig, connect D3 ASICS to it via a serial port then run the X11 "part" of the algo on D3s then the rest (2 algos) on GPUs. The whole point of ASICS is that they have a very limited feature set and I'd be surprised if we could hack it to something else (especially without documentation).
Ryancope123
Sr. Member
****
Offline Offline

Activity: 277
Merit: 250


View Profile
November 15, 2017, 12:08:51 PM
 #146


yes in this folder you have the 11 algo code used for X11....
so need to recompile something with only groestl or other.... but i think something more will be needed ^^

I have a feeling that the X11 algo that you're looking at is the CPU implementation of it. What ASICS (most likely) do is that you load a bunch of data into their buffer, fire the hashing engine and you get the hashed data out so all the magic happens inside the ASIC. Look at different asic drivers and you'll see that there is hardly any business logic in there - it's reading temps, resetting / setting up the asic and sending "stuff" to it.

Bottom line - it's not at all trivial (if it is even possible) to change the ALGO. X13 is 2 extra sub-algos in addition to the 11 ones in X11. D3s communicate using some sort of serial protocol (not USB, I think, by the looks of the driver code) so we could theoretically dump some GPUs into a mining rig, connect D3 ASICS to it via a serial port then run the X11 "part" of the algo on D3s then the rest (2 algos) on GPUs. The whole point of ASICS is that they have a very limited feature set and I'd be surprised if we could hack it to something else (especially without documentation).


you sound like you know what your talking about lol

ScottShelby
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 15, 2017, 01:48:14 PM
 #147

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!!

stugots2
Full Member
***
Offline Offline

Activity: 224
Merit: 102


Too Many Miners Not Enough Electricity


View Profile
November 15, 2017, 01:56:12 PM
 #148

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
dashcoin1
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
November 15, 2017, 01:58:17 PM
 #149

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
exsexs1
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
November 15, 2017, 03:18:33 PM
 #150

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.
blissz (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 258


View Profile
November 15, 2017, 03:32:50 PM
 #151

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
Searing
Copper Member
Legendary
*
Offline Offline

Activity: 2898
Merit: 1464


Clueless!


View Profile
November 15, 2017, 03:35:04 PM
 #152

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'






Old Style Legacy Plug & Play BBS System. Get it from www.synchro.net. Updated 1/1/2021. It also works with Windows 10 and likely 11 and allows 16 bit DOS game doors on the same Win 10 Machine in Multi-Node! Five Minute Install! Look it over it uninstalls just as fast, if you simply want to look it over. Freeware! Full BBS System! It is a frigging hoot!:)
exsexs1
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
November 15, 2017, 03:35:20 PM
 #153

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
blissz (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 258


View Profile
November 15, 2017, 03:57:47 PM
 #154

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
micha_b
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 15, 2017, 04:07:49 PM
 #155

If one can tell me the code on the resistor I can tell you the exact resistor value.
cryptonitro
Full Member
***
Offline Offline

Activity: 348
Merit: 119



View Profile
November 15, 2017, 04:35:12 PM
 #156

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

The only project make me believe ... Holochain
cryptonitro
Full Member
***
Offline Offline

Activity: 348
Merit: 119



View Profile
November 15, 2017, 04:43:30 PM
 #157

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

The only project make me believe ... Holochain
boyservice
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 15, 2017, 05:42:28 PM
 #158

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.
DIMESECO
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 15, 2017, 07:34:31 PM
 #159

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
jelin1984
Legendary
*
Offline Offline

Activity: 2408
Merit: 1004



View Profile
November 15, 2017, 07:54:18 PM
 #160

with the first firmware that will be out
can we run d3 at 700 watt with 15gh speed or not?Huh
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 ... 126 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!