Bitcoin Forum
May 03, 2024, 09:01:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: A3/D3 Performance / Voltage modification file for Antminer A3 and D3 - free  (Read 1833 times)
FNT (OP)
Jr. Member
*
Offline Offline

Activity: 75
Merit: 6


View Profile WWW
May 20, 2018, 10:39:17 AM
Last edit: October 19, 2018, 05:36:58 AM by FNT
 #1

Hi guys,

I played a little bit around with the verions for the mod L3+
https://bitcointalk.org/index.php?topic=3546316.0
https://bitcointalk.org/index.php?topic=3835841.0
and made my own version of voltage regulation for the Antminer A3. (tested) As the D3 has the same kind of boards, PIC, etc... this also works on D3.

Programm can be downloaded at https://forexneurotrader.com/AD3_MOD_FNT

You can also use the script to download and set permission at the miner here:
https://forexneurotrader.com/AD3_MOD_FNT.sh

login (Putty) to the miner and type:

curl -k -o AD3_MOD_FNT.sh https://forexneurotrader.com/AD3_MOD_FNT.sh

and then set permission for the script with

chmod a+x AD3_MOD_FNT.sh

and the start the script with

./AD3_MOD_FNT.sh

it starts to download the files and set permission and start the program.
Then you can set the voltage of each chain or set it to all.
Normal voltage is 0xb8 at A3.

If you like the programm and you save some money, may you send me a donation.
BTC: 1593z3zwpmCEiKf7EeXzKx799nR25NWpxD

If you have any questions, just ask. Maybe I can help.

Bye, FNT

PS:the source ->  https://github.com/ForexNeuroTrader/A3_D3

Trading with neural networks... https://forexneurotrader.com
1714726889
Hero Member
*
Offline Offline

Posts: 1714726889

View Profile Personal Message (Offline)

Ignore
1714726889
Reply with quote  #2

1714726889
Report to moderator
1714726889
Hero Member
*
Offline Offline

Posts: 1714726889

View Profile Personal Message (Offline)

Ignore
1714726889
Reply with quote  #2

1714726889
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714726889
Hero Member
*
Offline Offline

Posts: 1714726889

View Profile Personal Message (Offline)

Ignore
1714726889
Reply with quote  #2

1714726889
Report to moderator
1714726889
Hero Member
*
Offline Offline

Posts: 1714726889

View Profile Personal Message (Offline)

Ignore
1714726889
Reply with quote  #2

1714726889
Report to moderator
1714726889
Hero Member
*
Offline Offline

Posts: 1714726889

View Profile Personal Message (Offline)

Ignore
1714726889
Reply with quote  #2

1714726889
Report to moderator
farmerjake
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
May 20, 2018, 05:45:41 PM
 #2

You're going to need to release the source for anyone to install this on their miner.
racebyu
Sr. Member
****
Offline Offline

Activity: 346
Merit: 260


View Profile
May 21, 2018, 12:35:21 AM
Last edit: May 21, 2018, 01:21:07 AM by racebyu
 #3

Nice work, what type of power draw reduction do you get 10-20% less then
the stock power draw A3 - 1275 watts (815Gh). D3 - 1200 watts (19.3Gh)?
Mo20
Copper Member
Jr. Member
*
Offline Offline

Activity: 112
Merit: 8


View Profile
May 21, 2018, 01:32:40 AM
 #4

Will probably help reduce the heat too because these things run hot. I will gladly try it once I see the source code.
shaninium
Sr. Member
****
Offline Offline

Activity: 489
Merit: 253



View Profile
May 21, 2018, 06:17:14 AM
 #5

If you can release a new a3 firmware with these voltage settings id happily pay 1.5% dev fees.

mohicans
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
May 21, 2018, 06:47:31 AM
 #6

nice work!!
i am not sure how low we can set the voltage since the default is already at 0xb8... the lowest we can go is 0xfe.
I think Bitmain already pushed this chip to the max.
RadekG2
Newbie
*
Offline Offline

Activity: 16
Merit: 15


View Profile
May 21, 2018, 02:45:33 PM
 #7

really good work. Can you also compile it for Xilinx? It will be really helpfull with S9...
fabry1999
Full Member
***
Offline Offline

Activity: 279
Merit: 100


View Profile
May 21, 2018, 02:55:57 PM
 #8

Hi,

anyone have try to use it on A3 ?

How much power draw reduction did you get ?

thx

Fabrizio
rascao
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 21, 2018, 02:56:53 PM
 #9

i try it on a D3 and works fine just need to tune it and works really good

i dont have how to test the power usage before and afther but the heat reduce a lot
MNer
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
May 21, 2018, 03:30:06 PM
 #10

tried it on A3 - Got message ...
root@******:/config# ./AD3_MOD_FNT.sh
Reading all voltages

 version = read ERROR 1 Wrong PIC version
root@******:/config#
FNT (OP)
Jr. Member
*
Offline Offline

Activity: 75
Merit: 6


View Profile WWW
May 21, 2018, 06:06:52 PM
 #11

Hi guys,

yes, it can sometimes happen, that you get an read error on the I2C bus, and the you get an error message.
No problem at all, just start the program again ->
./AD3_MOD_FNT -> read all voltage settings.

@racebyu: haven't tested/measured power reduction so far, as for me temp. of chips and of course lower fan speed! and lower noise is
main topic, I was able to reduce chip temp. about 8°Ĉ-10°C

@shaninium: you don't need a new "firmware" for this, as you can set the values in the PICs memory (it's the microchip which indirect regulates voltage)
and the the values are stored in the PIC of each hashboard.

Bye, FNT

PS: Files are here: https://github.com/ForexNeuroTrader/A3_D3

Trading with neural networks... https://forexneurotrader.com
rascao
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 21, 2018, 07:20:01 PM
 #12

you broke the script dude... it was good but now all it does is download and set permision not set the voltage

this happend when i want to chance voltages

Code:
root@antMiner:~# ./AD3_MOD_FNT.sh 1 b9
change dir to /config
start downloading file...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13668  100 13668    0     0  14972      0 --:--:-- --:--:-- --:--:-- 19525
Download done, setting permission
Start programm...
Reading all voltages
chain 1: voltage = 0x74
chain 2: voltage = 0x74
chain 3: voltage = 0x74


it always do that...
FNT (OP)
Jr. Member
*
Offline Offline

Activity: 75
Merit: 6


View Profile WWW
May 21, 2018, 07:34:31 PM
 #13


you broke the script dude... it was good but now all it does is download and set permision not set the voltage

this happend when i want to chance voltages

Code:
root@antMiner:~# ./AD3_MOD_FNT.sh 1 b9
change dir to /config
start downloading file...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13668  100 13668    0     0  14972      0 --:--:-- --:--:-- --:--:-- 19525
Download done, setting permission
Start programm...
Reading all voltages
chain 1: voltage = 0x74
chain 2: voltage = 0x74
chain 3: voltage = 0x74


it always do that...

Hi!

Please be aware, that the .sh is the script for download, etc...
and it does what it should so far.

If you have done this (used the .sh script) please use/type
cd /config
and then
./AD3_MOD_FNT 1 b9

without the .SH

Bye, FNT


Trading with neural networks... https://forexneurotrader.com
rascao
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 21, 2018, 07:38:49 PM
 #14

Hi!

Please be aware, that the .sh is the script for download, etc...
and it does what it should so far.

If you have done this (used the .sh script) please use/type
cd /config
and then
./AD3_MOD_FNT 1 b9

without the .SH

Bye, FNT

you broke the script dude... it was good but now all it does is download and set permision not set the voltage

this happend when i want to chance voltages

Code:
root@antMiner:~# ./AD3_MOD_FNT.sh 1 b9
change dir to /config
start downloading file...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13668  100 13668    0     0  14972      0 --:--:-- --:--:-- --:--:-- 19525
Download done, setting permission
Start programm...
Reading all voltages
chain 1: voltage = 0x74
chain 2: voltage = 0x74
chain 3: voltage = 0x74


it always do that...

yes my bad i just figure it about 5 min hahaha sorry it works really nice thx
Mo20
Copper Member
Jr. Member
*
Offline Offline

Activity: 112
Merit: 8


View Profile
May 21, 2018, 07:47:59 PM
 #15


you broke the script dude... it was good but now all it does is download and set permision not set the voltage

this happend when i want to chance voltages

Code:
root@antMiner:~# ./AD3_MOD_FNT.sh 1 b9
change dir to /config
start downloading file...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13668  100 13668    0     0  14972      0 --:--:-- --:--:-- --:--:-- 19525
Download done, setting permission
Start programm...
Reading all voltages
chain 1: voltage = 0x74
chain 2: voltage = 0x74
chain 3: voltage = 0x74


it always do that...

Hi!

Please be aware, that the .sh is the script for download, etc...
and it does what it should so far.

If you have done this (used the .sh script) please use/type
cd /config
and then
./AD3_MOD_FNT 1 b9

without the .SH

Bye, FNT



Thanks for the reply FNT. Any recommendations for voltage settings on the A3 at 600 frequency?
rascao
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 22, 2018, 01:22:48 AM
 #16

Ok I mess Whit something and fuck something lol now the miner don't start well and give me this

Quote
omap_i2c 4819c000.i2c: controller timed out


Any help?
FNT (OP)
Jr. Member
*
Offline Offline

Activity: 75
Merit: 6


View Profile WWW
May 22, 2018, 03:24:56 AM
Last edit: May 22, 2018, 05:20:36 PM by FNT
 #17

Ok I mess Whit something and fuck something lol now the miner don't start well and give me this

Quote
omap_i2c 4819c000.i2c: controller timed out


Any help?

Hi!

Yes, this can happen, I also had this problem.
After a cold start -> power off and power on the miner, the error is gone
and the I2C controller and miner is working again.

Bye, FNT

Trading with neural networks... https://forexneurotrader.com
rascao
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 22, 2018, 05:48:47 PM
 #18

Ok I mess Whit something and fuck something lol now the miner don't start well and give me this

Quote
omap_i2c 4819c000.i2c: controller timed out


Any help?

Hi!

Yes, this can happen, I also had this problem.
After a cold start -> power off and power on the miner, the error is gone
and the I2C controller and miner is working again.

Bye, FNT

thx dude it worked
Wigo
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 23, 2018, 10:09:35 AM
 #19

Hi Dude,

I am getting still this error:

tried it on A3 - Got message ...
root@******:/config# ./AD3_MOD_FNT.sh
Reading all voltages

 version = read ERROR 1 Wrong PIC version
root@******:/config#

I have tried change just one chain but 3rd try I have got this error and cannot read config and change config.

I have tried restart miner, restart putty and do whole procedure as in your first post.

Also tried upgrade firmware for whole antminer but I cannot see status of mining anymore.

Also from "Overview" tab is missing "CGminer Version" value (in gui of Antminer).

Any ideas?
FNT (OP)
Jr. Member
*
Offline Offline

Activity: 75
Merit: 6


View Profile WWW
May 23, 2018, 11:16:02 AM
Last edit: May 23, 2018, 11:53:38 AM by FNT
 #20

Hi Dude,

I am getting still this error:

tried it on A3 - Got message ...
root@******:/config# ./AD3_MOD_FNT.sh
Reading all voltages

 version = read ERROR 1 Wrong PIC version
root@******:/config#

I have tried change just one chain but 3rd try I have got this error and cannot read config and change config.

I have tried restart miner, restart putty and do whole procedure as in your first post.

Also tried upgrade firmware for whole antminer but I cannot see status of mining anymore.

Also from "Overview" tab is missing "CGminer Version" value (in gui of Antminer).

Any ideas?

Hi!

No idea... sounds strange, do you have an error log of the miner?
(programm in this mode is only reading!)

Bye, FNT

Trading with neural networks... https://forexneurotrader.com
Pages: [1] 2 3 »  All
  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!