Bitcoin Forum
June 24, 2024, 07:06:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 »
161  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 firmware modification thread (voltage & fan mods) on: November 15, 2017, 09:52:36 AM
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
162  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 firmware modification thread (voltage & fan mods) on: November 15, 2017, 09:01:46 AM
Hi, I was following this thread for a while now.
@Blissz: I will receive 20x D3 within the next two weeks, so if it helps, I can spend one for testing purposes.
(located in Germany)

Another idea that I had, wouldn't it be easier to set up a programming from scratch instead
of trying to analyze if there are some hidden "mines" that will prevent us from being successful?
If I was bitshit, I would have placed several traps to prevent anyone modifing my hardware, even in terms of algos...

As far as I see, all programming is placed on a pi or arduino or whatever cheap but easy to
programm hardware they used. Buy a new pi for a few bucks and everything should work sooner than
by using Bitshits trappy controller.

I think it would be worth thinking about it. All necessery code fragments are already there.


What we saw, the most 'complicated' part isn't in the linux stuff ( we have the root access, the source code, we can recompile a cgminer or use sgminer etc..)
but it's more in term of Asics programming, if they can handle the others algo...

163  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 firmware modification thread (voltage & fan mods) on: November 15, 2017, 08:51:10 AM
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, If you want some beta tester, I already made some modification on mine, so I will be happy to test.

Cheers
164  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 firmware modification thread (voltage & fan mods) on: November 14, 2017, 08:52:12 PM
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
165  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 firmware modification thread (voltage & fan mods) on: November 14, 2017, 07:42:24 PM
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


166  Alternate cryptocurrencies / Mining (Altcoins) / [ANTMINER D3] recompile cgminer on: November 14, 2017, 07:33:41 PM
Hello guys,

we all know that D3 is limited to X11 algo
we also know that X11 is a chain of 11 algo: blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, and echo.

we also know that Baikal Giant X10 will be able to mine X11 and many of those 'chaine' algo...
( first investigation is ASICS are similar on BAikal & D3)

So my idea is may it's possible to recompile D3 cgminer with only some of those algo

all the source are here: https://github.com/bitmaintech/cgminer-dash


Any of you already think about this?

Please only use this thread for this subject ( we already have thread on D3 hardware mod etc...)

 
167  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 firmware modification thread (voltage & fan mods) on: November 14, 2017, 07:26:35 PM
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
168  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 firmware modification thread (voltage & fan mods) on: November 14, 2017, 07:03:26 PM

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 ^^
169  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 firmware modification thread (voltage & fan mods) on: November 14, 2017, 06:48:20 PM
regarding bitmain-voltage parameters in source code it's look like

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


does someone can verify this?
170  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 firmware modification thread (voltage & fan mods) on: November 14, 2017, 05:51:00 PM
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...
171  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 firmware modification thread (voltage & fan mods) on: November 14, 2017, 04:45:49 PM
regarding voltage did you tune using some custom parameters into /config/cgminer.conf

because editing freq & other parameters worsk fine in this file.

Did you get the default voltage applied to asic ship?
The. We can modify with bitmain-voltage" : "xxxx"
172  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer L3+ OVERCLOCKED !!! HOT !!! full review with LOTs of pics on: November 14, 2017, 01:27:59 PM
Got 2 running @ 475 so hashrate around 620Mh/s. temps always under 70, and less than 0.1% reject.
does anyone try more?
173  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer D3 hardware modifications thread (voltage & fan mods) on: November 10, 2017, 07:12:45 AM
Very nice job Dude !!

do you have another picture of the soldering of potentiometer on the r80 slot?



Thanks
174  Economy / Computer hardware / Re: [WTS] Baikal Miner A900 on: August 01, 2017, 09:12:34 AM
hahaha good luck to find A900 under 2500
175  Economy / Computer hardware / Re: [WTS] Baikal Miner A900 on: August 01, 2017, 07:33:53 AM
nobody loves Baikal? Cheesy
176  Local / Petites annonces / Vend 2 Baikal Miner A900 on: July 31, 2017, 06:51:46 PM
Bonjour,

Je vend 2 Baikal A900 disponible immediatement sur Montpellier
envoie possible en Chronopost si besoin

paiement Paypal (+4%) ou virement, BTC/ETH


2800€/piece
177  Economy / Computer hardware / [WTS] Baikal Miner A900 on: July 31, 2017, 06:44:11 PM
I'm Selling 2 BAiKAL A900 unit.

Unit located in France & available right now.
All VAT already paid for EU customer.


A900 hashrate info:

– Giant-A900 miner
1) X11 : 900MH/s @ 217W
2) X13 : 900MH/s @ 255W
3) X14 : 900MH/s @ 263W
4) X15 : 900MH/s @ 270W
5) Quark : 900MH/s @ 132W
6) Qubit : 900MH/s @ 146W

shipping 24h after payment


pay with Paypal/Bank Transfert or BTC/ETH

2800€
178  Alternate cryptocurrencies / Mining (Altcoins) / Re: Group Buy - Innosillicon A5 Dashminer on: July 20, 2017, 09:50:51 AM
Also interested by 1 or 2.
179  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.1 on: July 05, 2017, 01:17:39 PM
For mining Eth only,  ethminer is doing better than Claymore or not? ( with AMD RX5xx GPU).

Thanks
180  Alternate cryptocurrencies / Mining (Altcoins) / Re: Using servers to mine XMR 20 cores 800+ h/s on: July 05, 2017, 12:25:17 PM
It's 55$ by month of XMR...
Pages: « 1 2 3 4 5 6 7 8 [9] 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!