Bitcoin Forum
April 30, 2024, 05:16:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 [80] 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 »
1581  Bitcoin / Hardware / Re: Avalon ASIC users thread on: June 21, 2013, 11:02:02 PM
I see I moved cgminer to /tmp/cgminer.old

Be aware this will trash it on startup as you suspected since there will be no binary in /tmp on reboot.

I know.. it's better to wait on a Xiangfu release.

Or use this one from Strombom:

https://bitcointalk.org/index.php?topic=210186.msg2544524#msg2544524

The Strombom firmware operates all fan at 100%. Just loaded it and checked
1582  Bitcoin / Hardware / Re: avalon Chip Frequency could run over 300Mh on: June 21, 2013, 09:16:54 PM
Actually

This is working on Avalon 2


 case 356:
                        buf[6] = 0xf3;
                        buf[7] = 0x0a;

                        break;


cgminer version 3.2.0 - Started: [2013-06-21 16:12:28]
--------------------------------------------------------------------------------
 (5s):79.63G (avg):81.75Gh/s | A:1026  R:227  HW:119  U:169.3/m  WU:1159.7/m
 ST: 2  SS: 0  NB: 1  LW: 5983  GF: 0  RF: 0
 Connected to us3.eclipsemc.com diff 62 with stratum as user 
 Block: 00142ffb0e8b1b37...  Diff:19.3M  Started: [16:12:28]  Best share: 20.6K
--------------------------------------------------------------------------------
 [P]ool management ettings [D]isplay options [Q]uit
 AVA 0: 25/ 48C 2640R | 79.27G/82.26Gh/s | A:1027 R:227 HW:120 U: 169.47/m
--------------------------------------------------------------------------------
1583  Bitcoin / Hardware / Re: How can I clock Avalon to 325 MHz and beyond? on: June 21, 2013, 08:12:18 PM
In another thread, I'm running mine stable at 350...
This is great news. As you have already indicated, it should be great to have as a new TP-link firmware update.
1584  Bitcoin / Hardware / Re: avalon Chip Frequency could run over 300Mh on: June 21, 2013, 08:03:10 PM
I don't create firmware, I write the software and build binaries which I load directly. However, I have committed the code supporting the higher speeds to the git master tree for cgminer and xiangfu will create new test firmware shortly supporting the new speeds. Mine has been stable at 350 now for a few hours, averaging ~82GH.

+1
1585  Bitcoin / Hardware / Re: How can I clock Avalon to 325 MHz and beyond? on: June 21, 2013, 11:37:37 AM
Question: what should be buf[6] and buf[7] for 325MHz, 350MHz, and 375MHz?

   if (frequency == 256) {
      buf[6] = 0x03;
      buf[7] = 0x08;
   } else if (frequency == 270) {
      buf[6] = 0x73;
      buf[7] = 0x08;
   } else if (frequency == 282) {
      buf[6] = 0xd3;
      buf[7] = 0x08;
   } else if (frequency == 300) {
      buf[6] = 0x63;
      buf[7] = 0x09;
   }

Use these at your own risk!

For 325 MHz: buf[6] = 0x2b and buf[7] = 0x0a
For 350 MHz: buf[6] = 0xf3 and buf[7] = 0x0a
For 375 MHz: buf[6] = 0xbb and buf[7] = 0x0b
The meaning of these values is documented on page 6 of the Avalon ASIC (A3256-Q48) datasheet.
Thanks, I guess I need to take a good look at the datasheet first, and then re-compile cgminer with the new avalon driver.
1586  Bitcoin / Hardware / Re: How can I clock Avalon to 325 MHz and beyond? on: June 21, 2013, 11:35:43 AM
Good Question


It is possible for sure here is the evidence

https://bitcointalk.org/index.php?topic=234173.msg2478266#msg2478266

I am wandering how burnin made them work at 125 for testing

https://bitcointalk.org/index.php?topic=179769.msg2536501#msg2536501

PS: How do you know that 325MHz, 350MHz, and 375MHz are possible at all?






I am not sure, just plain assumption. There is possibly a clock divider and clock multiplier values associated with those registers, and it would be good it reverse engineer it, to check if higher than 300MHz performance is feasible.
1587  Bitcoin / Hardware / Clocked Avalon to 350 MHz and beyond/ 80GH/s on: June 21, 2013, 11:04:03 AM
cgminer version 3.2.0 - Started: [2013-06-21 16:12:28]
--------------------------------------------------------------------------------
 (5s):79.63G (avg):81.75Gh/s | A:1026  R:227  HW:119  U:169.3/m  WU:1159.7/m
 ST: 2  SS: 0  NB: 1  LW: 5983  GF: 0  RF: 0
 Connected to us3.eclipsemc.com diff 62 with stratum as user
 Block: 00142ffb0e8b1b37...  Diff:19.3M  Started: [16:12:28]  Best share: 20.6K
--------------------------------------------------------------------------------
 [P]ool management [\S]ettings [D]isplay options [Q]uit
 AVA 0: 25/ 48C 2640R | 79.27G/82.26Gh/s | A:1027 R:227 HW:120 U: 169.47/m
--------------------------------------------------------------------------------











Question: what should be buf[6] and buf[7] for 325MHz, 350MHz, and 375MHz?

Ans: This is working on Avalon 2

 case 350:
                        buf[6] = 0xf3;
                        buf[7] = 0x0a;
                        break;

Flash Image from users ckolivas, Xiangfu freq ranges from 300 - 375. Have to edit /etc/init.d/cgminer

http://downloads.qi-hardware.com/people/xiangfu/avalon/next-testing/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory-20130622.bin

Flash Image from user Strombom freq ranges from 300 - 395. Fans seem to run at 100% regardless of temperature.
https://dl.dropboxusercontent.com/u/16881231/avalon_clone/firmware/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory_20130519b.bin

https://bitcointalk.org/index.php?topic=210186.msg2544524#msg2544524
1588  Bitcoin / Hardware / Re: avalon Chip Frequency could run over 300Mh on: June 21, 2013, 11:03:15 AM
somebody recompilation avalon drivers and run avalon Frequency 332Mh,it's hash ability about 80G.

Question: what should be buf[6] and buf[7] for 325MHz, 350MHz, and 375MHz?



   if (frequency == 256) {
      buf[6] = 0x03;
      buf[7] = 0x08;
   } else if (frequency == 270) {
      buf[6] = 0x73;
      buf[7] = 0x08;
   } else if (frequency == 282) {
      buf[6] = 0xd3;
      buf[7] = 0x08;
   } else if (frequency == 300) {
      buf[6] = 0x63;
      buf[7] = 0x09;
   }
1589  Economy / Auctions / Re: 1 x Avalon (3 Modules), shipped to you Monday 24 on: June 21, 2013, 09:36:14 AM
i can live with that Smiley
Smiley
1590  Alternate cryptocurrencies / Altcoin Discussion / Re: 7990 - 2nd GPU burning up ... looks abnormal on: June 21, 2013, 09:35:54 AM
What the hell is that red light?

BIOS change switch
1591  Economy / Auctions / Re: 1 x Avalon (3 Modules), shipped to you Monday 24 on: June 21, 2013, 09:30:25 AM
Since that the auction is for 2 units, it would be important that you specific into how much you are interested into. This also because maybe one unit will be sold for a lower price than the other.
BTC133 for one, BTC110 for second

the highest bid per unit is 132.5 includin fee's......

The way I see it the highest bid is 133 for one and 132.5 for another
1592  Economy / Auctions / Re: 1 x Avalon (3 Modules), shipped to you Monday 24 on: June 21, 2013, 09:19:34 AM
Since that the auction is for 2 units, it would be important that you specific into how much you are interested into. This also because maybe one unit will be sold for a lower price than the other.
BTC133 for one, BTC110 for second
1593  Economy / Auctions / Re: [Auction] Avalon ASIC Miner - Ready to ship - Atlanta, GA on: June 21, 2013, 08:41:33 AM
135 including escrow fees and delivery to NL

You can have it.... too much.
1594  Bitcoin / Hardware / Re: 9 days. My Avalon paid itself in USD($1500) on: June 21, 2013, 08:40:19 AM
Grin Grin Grin Grin Grin Grin Grin
Still waiting it to pay itself in BTC.
woohooo
1595  Economy / Auctions / Re: 1 x Avalon (3 Modules), shipped to you Monday 24 on: June 21, 2013, 08:34:18 AM
125
130BTC
1596  Economy / Auctions / Re: [Auction] Avalon ASIC Miner - Ready to ship - Atlanta, GA on: June 21, 2013, 07:25:38 AM
132.5BTC
1597  Bitcoin / Hardware / Re: [AVALON] - I got my ASIC Thread (Batch #2) on: June 20, 2013, 11:13:23 PM
another two of my machines arrived yesterday. This finishes my orders. now to get home from my business trip and turn them on

How many total, so that I can update your info on the list.
1598  Economy / Auctions / Re: 1 x Avalon (3 Modules), shipped to you Monday 24 on: June 20, 2013, 11:09:01 PM
117BTC
121BTC
1599  Bitcoin / Hardware / Re: [AVALON] - I got my ASIC Thread (Batch #2) on: June 20, 2013, 10:59:37 PM
Order # : Order Date:   Info Rcvd Date            Arrival Date   Username  Units delivered
44XX             2-2-2013      05-15-2013                YY-YY-2013
40XX             2-2-2013      05-15-2013                YY-YY-2013
40xx             2-2-2013      05-15-2013                YY-YY-2013
XXXX            2-X-2013      05-15-2013                05-17-2013    fpgaminer     3: 2 blk, 1slv
0566             2-X-2013      05-15-2013                05-17-2013    dropt           1 
XXXX            2-X-2013      05-15-2013                05-17-2013    Help.org       2 
XXXX            2-X-2013      05-15-2013                05-21-2013    Benturas      3: 2blk, 1slv
44XX            2-X-2013      05-15-2013                05-21-2013    Inbox           3: paid CAD250 customs
XXXX            2-X-2013      05-15-2013                05-21-2013    Bogart         1: blk
XXXX            2-X-2013      05-15-2013                05-21-2013    afterthedark 1:blk DEAD PSU, rebooting occasionally
108X            2-2-2013      05-23-2013                05-28-2013     vicus           1:
1XXX            2-X-2013      05-24-2013                05-28-2013    darkip          2:blk
1XXX            2-X-2013      05-24-2013                05-30-2013    goxed          2:blk, desoldered the F1 fuse on the controller board
1XXX            2-10-2013     05-24-2013                05-28-2013    crazyblane   1:blk
1XXX            2-2-2013      05-24-2013                05-28-2013    silverserpent   1:BLK
10XX            2-2-2013      05-24-2013                05-30-2013    caoxg             2
44XX            2-2-2013      05-24-2013                05-28-2013    coastermonger 1: sold to someone
1XXX            2-10-2013     05-29-2013                05-29-2013    mech_kobe     1
10XX            2-2-2013      05-24-2013                05-31-2013    spiccioli          2:BLK, paid customs fee in EU
10XX            2-2-2013      05-24-2013                06-03-2013    hephaist0s       1:BLK like a tank
10XX            2-2-2013      05-28-2013                06-06-2013    Keninishna       1:BLK
4073            2-2-2013      05-24-2013                06-07-2013    mog                1:BLK, in Iceland
16XX            2-2-2013      06-18-2013                06-12-2013    farproc            1:BLK, in China
16XX            2-2-2013      06-10-2013                06-16-2013    Big Time Coin   1:BLK
16XX            2-2-2013      06-10-2013                06-16-2013    ridrigorc2         3:BLK
XXXX            2-X-2013      05-23-2013                05-23-2013    senseless         1:BLK overheated hub chip
12xx            2-18-2013      06-04-2013                05-23-2013    kslaughter       3:BLK
1XXX            2-10-2013     05-29-2013                05-29-2013    el_rlee           1:BLK
1XXX            2-17-2013     06-XX-2013                06-18-2013    ebereon          2: Paid, Customs fee  ~25 - 30% in EU
15XX            2-18-2013     05-29-2013                06-19-2013    invictus1           3:BLK, just under $200 of GST/PST for declared value of $1500
XXXX             2-2-2013      05-15-2013                06-18-2013   creativex           1:BLK
107XX           2-03-2013    06-18-2013               06-21-2013   md01                 6:BLK
1XXX            2-17-2013     06-18-2013                YY-YY-2013    Xeno-genesis    5:


1XXX            2-17-2013     05-29-2013                YY-YY-2013    wknight
1XXX            2-17-2013     06-18-2013                YY-YY-2013    FarmerGreene
1XXX            2-17-2013     06-18-2013                YY-YY-2013    iammagicmike





Total                                        58 units delivered   

blk:black unit
slv:silver unit
1600  Economy / Auctions / Re: 1 x Avalon (3 Modules), shipped to you Monday 24 on: June 20, 2013, 10:23:52 PM
116BTC
Pages: « 1 ... 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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 [80] 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!