Author

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

member
Activity: 99
Merit: 10
GRS is more likely the testing of X10, they announced that they had support for it as one of their new algos.
full member
Activity: 189
Merit: 100
Any word from blissz? Looks like he has not been around since the 12th.
newbie
Activity: 44
Merit: 0

This is interesting - about two or three weeks ago the diff for goestlcoin blew up, 3x in three days.  Maybe somebody figured this one out already?

https://puu.sh/ymaaB/a0f2f8d7ec.png

Ok but then why the decrease?
sr. member
Activity: 301
Merit: 250
we are talking about possibility to adding more algos for D3 with this topic  , not only fan mod , right ?


If think we should start from the beginning...

fan mod...voltage mode so increase efficiency... then if it's possible add algo but not sure about this point


and we are Ok to say X11 it a chain of 11 algo.... (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, and echo.)

so that mean the asics 'know' how to do some groestl algo...

infact good poin ... we need know how change command (possibly via ssh) send a command to cgminer on d3 to change algo and try if mining work... anyone can help in this?



We need more than this..in SSH you can restart cgminer with other parameters
Aka : fan..or voltage (i have the parameters and a possible value for this)

But in term of algo..i think we need to recompile cgminer from source (changing stuff to have only groestl for example)
So it will require more investigation but I will continue on this

please public this parameters do you have...

into cgminer.conf

you can use "bitmain-voltage" : "xxx"

but Need to double check the default value (I think it's 176 => 1.76V) but don't do it if you are not sure Smiley





This is interesting - about two or three weeks ago the diff for goestlcoin blew up, 3x in three days.  Maybe somebody figured this one out already?

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
newbie
Activity: 5
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"
member
Activity: 140
Merit: 10
regarding bitmain-voltage parameters in source code it's look like

bitmain-voltage = 176      // so something like 1.76V


does someone can verify this?

yes, I checked, but not worked for me. I changed freq in cgminer.conf which is work fine, but bitmain-voltage not. Tested 176, 0176, 0725, 0625. Same 970w with 500 freq. I think we need to use another parameters.
I saw into cgminer source code and looks like this:
Code:
 OPT_WITH_ARG("--bitmain-voltage",
                 set_int_0_to_9999,opt_show_intval, &opt_bitmain_DASH_voltage,
                 "Set voltage"),

it should work, but I think there is something missing.

yes the option is probably 'disabled', need to find where we can activate it. I will continue checking this tomorrow
member
Activity: 112
Merit: 10
regarding bitmain-voltage parameters in source code it's look like

bitmain-voltage = 176      // so something like 1.76V


does someone can verify this?

yes, I checked, but not worked for me. I changed freq in cgminer.conf which is work fine, but bitmain-voltage not. Tested 176, 0176, 0725, 0625. Same 970w with 500 freq. I think we need to use another parameters.

thxxxxxxxxxxx at least u try with the bitshit
newbie
Activity: 31
Merit: 0
regarding bitmain-voltage parameters in source code it's look like

bitmain-voltage = 176      // so something like 1.76V


does someone can verify this?

yes, I checked, but not worked for me. I changed freq in cgminer.conf which is work fine, but bitmain-voltage not. Tested 176, 0176, 0725, 0625. Same 970w with 500 freq. I think we need to use another parameters.
I saw into cgminer source code and looks like this:
Code:
OPT_WITH_ARG("--bitmain-voltage",
                 set_int_0_to_9999,opt_show_intval, &opt_bitmain_DASH_voltage,
                 "Set voltage"),

it should work, but I think there is something missing.
member
Activity: 112
Merit: 10
i bought the bitshit with 5000$ and arrive today i dont know when i will return the d3 shity cost Cry Cry Cry Cry

what about the shity power supply they r holding

no one should buy anything from bitshit anymore ...

or use there antshit pools

we should make a case on them any one live in china  Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes
member
Activity: 140
Merit: 10
we are talking about possibility to adding more algos for D3 with this topic  , not only fan mod , right ?


If think we should start from the beginning...

fan mod...voltage mode so increase efficiency... then if it's possible add algo but not sure about this point


and we are Ok to say X11 it a chain of 11 algo.... (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, and echo.)

so that mean the asics 'know' how to do some groestl algo...

infact good poin ... we need know how change command (possibly via ssh) send a command to cgminer on d3 to change algo and try if mining work... anyone can help in this?



We need more than this..in SSH you can restart cgminer with other parameters
Aka : fan..or voltage (i have the parameters and a possible value for this)

But in term of algo..i think we need to recompile cgminer from source (changing stuff to have only groestl for example)
So it will require more investigation but I will continue on this

please public this parameters do you have...

into cgminer.conf

you can use "bitmain-voltage" : "xxx"

but Need to double check the default value (I think it's 176 => 1.76V) but don't do it if you are not sure Smiley


legendary
Activity: 1260
Merit: 1010
we are talking about possibility to adding more algos for D3 with this topic  , not only fan mod , right ?


If think we should start from the beginning...

fan mod...voltage mode so increase efficiency... then if it's possible add algo but not sure about this point


and we are Ok to say X11 it a chain of 11 algo.... (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, and echo.)

so that mean the asics 'know' how to do some groestl algo...

infact good poin ... we need know how change command (possibly via ssh) send a command to cgminer on d3 to change algo and try if mining work... anyone can help in this?



We need more than this..in SSH you can restart cgminer with other parameters
Aka : fan..or voltage (i have the parameters and a possible value for this)

But in term of algo..i think we need to recompile cgminer from source (changing stuff to have only groestl for example)
So it will require more investigation but I will continue on this

please public this parameters do you have...
member
Activity: 140
Merit: 10
we are talking about possibility to adding more algos for D3 with this topic  , not only fan mod , right ?


If think we should start from the beginning...

fan mod...voltage mode so increase efficiency... then if it's possible add algo but not sure about this point


and we are Ok to say X11 it a chain of 11 algo.... (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, and echo.)

so that mean the asics 'know' how to do some groestl algo...

infact good poin ... we need know how change command (possibly via ssh) send a command to cgminer on d3 to change algo and try if mining work... anyone can help in this?



We need more than this..in SSH you can restart cgminer with other parameters
Aka : fan..or voltage (i have the parameters and a possible value for this)

But in term of algo..i think we need to recompile cgminer from source (changing stuff to have only groestl for example)
So it will require more investigation but I will continue on this
member
Activity: 94
Merit: 10
we are talking about possibility to adding more algos for D3 with this topic  , not only fan mod , right ?


If think we should start from the beginning...

fan mod...voltage mode so increase efficiency... then if it's possible add algo but not sure about this point


and we are Ok to say X11 it a chain of 11 algo.... (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, and echo.)

so that mean the asics 'know' how to do some groestl algo...

infact good poin ... we need know how change command (possibly via ssh) send a command to cgminer on d3 to change algo and try if mining work... anyone can help in this?


I think we have to find the right people first. Possibly more than one professional needed such a work. I must confess it seems really complicated work for most of us ,even developers .
I have communicate with ck ,the  developer of cgminer yesterday but he is not interested.
So who is the one we need?
legendary
Activity: 1260
Merit: 1010
we are talking about possibility to adding more algos for D3 with this topic  , not only fan mod , right ?


If think we should start from the beginning...

fan mod...voltage mode so increase efficiency... then if it's possible add algo but not sure about this point


and we are Ok to say X11 it a chain of 11 algo.... (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, and echo.)

so that mean the asics 'know' how to do some groestl algo...

infact good poin ... we need know how change command (possibly via ssh) send a command to cgminer on d3 to change algo and try if mining work... anyone can help in this?

member
Activity: 140
Merit: 10

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 ^^
member
Activity: 94
Merit: 10
member
Activity: 140
Merit: 10
regarding bitmain-voltage parameters in source code it's look like

bitmain-voltage = 176      // so something like 1.76V


does someone can verify this?
member
Activity: 140
Merit: 10
we are talking about possibility to adding more algos for D3 with this topic  , not only fan mod , right ?


If think we should start from the beginning...

fan mod...voltage mode so increase efficiency... then if it's possible add algo but not sure about this point


and we are Ok to say X11 it a chain of 11 algo.... (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, and echo.)

so that mean the asics 'know' how to do some groestl algo...
member
Activity: 94
Merit: 10
we are talking about possibility to adding more algos for D3 with this topic  , not only fan mod , right ?
Jump to: