Bitcoin Forum
April 27, 2024, 10:32:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 ... 181 »
  Print  
Author Topic: Klondike - 16 chip ASIC Open Source Board - Preliminary  (Read 435330 times)
TomKeddie
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
July 11, 2013, 08:48:02 PM
 #2241


I'm exploring the power supply here.
I have a 100kHz 0.5V amplitude signal in 5mS bursts every 10mS on my 1.2V core power. It's showing on 12V in from PSU, and on 3.3V. Does anyone have experience with what can cause that kind of pulsation? When looking in closely at the 100kHz it's quite substantial spikes with dampening oscillations of approx. 100 MHz, 400mV. That's pretty big on a 1.2V supply.


I guess you would have put the ferrite in somewhere if you could?

Can you isolate whether the noise is in the ground or the supply?

Can you use a bench supply for the 1.2V by removing the regulator?
1714213954
Hero Member
*
Offline Offline

Posts: 1714213954

View Profile Personal Message (Offline)

Ignore
1714213954
Reply with quote  #2

1714213954
Report to moderator
1714213954
Hero Member
*
Offline Offline

Posts: 1714213954

View Profile Personal Message (Offline)

Ignore
1714213954
Reply with quote  #2

1714213954
Report to moderator
1714213954
Hero Member
*
Offline Offline

Posts: 1714213954

View Profile Personal Message (Offline)

Ignore
1714213954
Reply with quote  #2

1714213954
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714213954
Hero Member
*
Offline Offline

Posts: 1714213954

View Profile Personal Message (Offline)

Ignore
1714213954
Reply with quote  #2

1714213954
Report to moderator
dmcdad
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250



View Profile
July 11, 2013, 09:06:09 PM
 #2242

I'm sure this will be posted all over the place on BCT, but latest info from Avalon (via their email newsletter):

Quote from: Avalon Newsletter
• The chips is scheduled to start delivering mid-july in order which they were purchased

BKK -- you are doing a great job. The community really appreciates your hard work and talents.
ryepdx
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
July 11, 2013, 09:12:09 PM
 #2243

BKK -- you are doing a great job. The community really appreciates your hard work and talents.

+1. I'll be tipping you quite heavily once I get miners in the hands of my customers. (My margins are, unfortunately, still too fluid to allow me to give you what you deserve until then.)
terrahash
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
July 11, 2013, 09:34:07 PM
 #2244

More observations:

With Ktest:

1. With default clock (256) all the nonces come back good.
2. With clock 350, no nonces come back.
3. Upto clock 275 all nonces come back good.
5. At clock 276-279 some nonces come back bad, others good.
4. Clock 280 and up, all nonces come back bad.

After halving the work count:
The repeating nonce problem is solved. However, cgminer is not going over 200 MH/s (avg). I have tried with clock 256 and 275. (Update: Its actually crawling at around 25-50 MH/s)

After changing back work count:
cgminer went up to 800 MH/s (avg), with clock 256 and 1.2 GH./s with clock 275.

Hopefully this will help.
dentldir
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250



View Profile
July 11, 2013, 09:42:38 PM
 #2245

If anyone is comparing stats on a long run, here are the multiple nonce percentages from a 300k+ run from Kano's git:

36.79% / 36.96% / 18.29% / 6.04% / 1.56% / 0.30% / 0.0040% / 0.0018% / 0.00%


1DentLdiRMv3dpmpmqWsQev8BUaty9vN3v
BkkCoins (OP)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
July 12, 2013, 01:25:29 AM
Last edit: July 12, 2013, 01:49:27 AM by BkkCoins
 #2246

More observations:

With Ktest:

1. With default clock (256) all the nonces come back good.
2. With clock 350, no nonces come back.
3. Upto clock 275 all nonces come back good.
5. At clock 276-279 some nonces come back bad, others good.
4. Clock 280 and up, all nonces come back bad.

After halving the work count:
The repeating nonce problem is solved. However, cgminer is not going over 200 MH/s (avg). I have tried with clock 256 and 275. (Update: Its actually crawling at around 25-50 MH/s)

After changing back work count:
cgminer went up to 800 MH/s (avg), with clock 256 and 1.2 GH./s with clock 275.

Hopefully this will help.

Try pushing up the TICK_TOTAL value from 12000 to 12300. The calculated correct value is 12307 but it needs a fudge factor for the "push time" and overhead timing error. I had it down at 12000 because earlier code gave too many duplicates higher, but I've changed how it works since then. I just ran at 12300 and it wasn't giving more duplicates and increased the nonce rate somewhat. Basically you want that close as possible to 12307 without giving many duplicates.

You can check duplicates easily by grepping the log file but it only makes sense statistically over a long run.

grep -P "FOUND NONCE|duplicate" cgminer.log |less -S

The correct measure of actual work rate is WU/min and that should be close to 60 / (2^32 / clk / chipcount). The MH/s rate will vary statistically due to luck but should average the clk rate.
eg.
60 / (2^32 /256000000/16) = 57.2

With that adjustment and my 4 chips at 300 MHz I'm getting 1146 MH/s on btcguild page. Error rate hovers around 3-5% now usually, so if you add that loss it's 1180 MH/s - pretty close now.

Regarding your clock limits - what NOR gate circuit and RC values do you have currently? I'm running the Dual NOR as scribbled up above further with 100R and 30pF. It works in manual work with ktest to 390MHz for me but I actually didn't try higher.

There is an API statistic collected that you can use to verify all chips are hashing. Make sure the API is enabled on default port 4028, then try this command, (you may need to install jsgrep, I don't recall where that came from, but if not findable I can post it here, or just skip the pipes below and look at raw data);

echo -n "{\"command\":\"stats\"}" | nc 127.0.0.1 4028 |tr -d "\000" | jsgrep |grep "Chip"

jsgrep is very short and useful for viewing any JSON output generally. It's one page python. I posted it here - http://pastebin.com/42EAYdiY - save and chmod +x.


erschiessen
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
July 12, 2013, 02:03:10 AM
 #2247

MOAR BKK ARTS!

Your Message Here
12KHW3i2Hamk1irY8b181N4vMXUnVYL1ah
BkkCoins (OP)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
July 12, 2013, 02:32:57 AM
Last edit: July 12, 2013, 02:44:18 AM by BkkCoins
 #2248

I should point out the reason to avoid duplicates is because it's evidence you're wasting time hashing due to overlap. You can monitor the duplicate values and take the mod with BankRange value to see how many hashes extra it went.

eg. this is my last duplicate 4021a1e5 and my Bank Range is 40000000 so it overlapped by 21a1e5, which is 2204133 decimal. So we know it hashed at least that many too far.

At 300 Mhz that is 7mS too long. The subtick clock is 21.33 uS so this is 7000/21.33 = 328 subticks too long. This is not the same as TICK_TOTAL because the subtick is divided according to clock rate,

TICK_TOTAL / Cfg.HashClock

For 300 MHz that is 12300/300 = 41 subticks per tick. So 328/41 = 8 ticks too far.

To zone in on best TICK_TOTAL you might reduce it by 8 and run some more looking again at duplicates.

***
Here's something interesting:
I can actually program the PIC while cgminer is running and the time from KLN failure to re-init and new work being sent is only 6 seconds lost. I'll see how 12292 does now.

bitbeast
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
July 12, 2013, 04:22:15 AM
 #2249


Dear BkkCoins,

could you please to share your 'best guess' with us - how soon can we see your board mining at the real pool, even with incomplete set of chips (4 of 16 or so) installed?

Thank you in advance for your reply, we understand that you're working hard.

Time is money mining.
BkkCoins (OP)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
July 12, 2013, 05:44:21 AM
 #2250


Dear BkkCoins,

could you please to share your 'best guess' with us - how soon can we see your board mining at the real pool, even with incomplete set of chips (4 of 16 or so) installed?

Thank you in advance for your reply, we understand that you're working hard.
I'm not sure what you mean. I'm mining now at btcguild, which is a real pool. Maybe you mean, when can people actually get boards made? I need to revise the board design and then it will take time for companies to make boards and assemble them. You could probably allow for 2 weeks for that minimum. For my time to revise the board - it will take a few hours but I have put it off until I know for sure what revisions I need. The testing I'm doing now is focussed on finalizing hardware, and things like I2C and bootloader have been left until after I order new boards.

Ideally if it wasn't such a crazy rush to market everyone would wait until I test revision 2 before making production boards but I get the sense that no one wants to wait for that. So there is some non-zero risk that a 2nd revision could have errors. I'm really trying to avoid that. It would be great if others can check my revisions when released so there is better confidence that the board is really final.

torzsy
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
July 12, 2013, 05:52:43 AM
 #2251


Dear BkkCoins,

could you please to share your 'best guess' with us - how soon can we see your board mining at the real pool, even with incomplete set of chips (4 of 16 or so) installed?

Thank you in advance for your reply, we understand that you're working hard.
I'm not sure what you mean. I'm mining now at btcguild, which is a real pool. Maybe you mean, when can people actually get boards made? I need to revise the board design and then it will take time for companies to make boards and assemble them. You could probably allow for 2 weeks for that minimum. For my time to revise the board - it will take a few hours but I have put it off until I know for sure what revisions I need. The testing I'm doing now is focussed on finalizing hardware, and things like I2C and bootloader have been left until after I order new boards.

Ideally if it wasn't such a crazy rush to market everyone would wait until I test revision 2 before making production boards but I get the sense that no one wants to wait for that. So there is some non-zero risk that a 2nd revision could have errors. I'm really trying to avoid that. It would be great if others can check my revisions when released so there is better confidence that the board is really final.

Cant wait for to hold the miners in my hands!  Cheesy You are doing great job!

Cheers!
bitbeast
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
July 12, 2013, 06:06:36 AM
 #2252


Quote
I'm not sure what you mean. I'm mining now at btcguild, which is a real pool.

- I just thought that you run some test tasks on your first-revision board, not real mining. Thanks for the clarification - this point really drowned in the technical details.

Quote
Maybe you mean, when can people actually get boards made?

- This information from you was, too, very helpful. Thank you again.

Time is money mining.
terrahash
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
July 12, 2013, 07:04:06 AM
 #2253

Progress update. The board is currently clocked at 256 and its mining at 3.6 GH/s. See https://bitcointalk.org/index.php?topic=198489.msg2712124#msg2712124

WU: ~55/m. Error rate is really low too.

I still don't know what happened. I mentioned periods of total inactivity that I was noticing in the log file. I tried to debug it and realized that there was some kind of locking conflict while writing to the USB. I didn't change anything, was just trying to log additional information. Added a few lines of code to log in logging.c and miner.h. Tried to run again, and there were no conflicts anymore. Will look at everything again tomorrow and try to pin point the issue.
freeworm
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


View Profile
July 12, 2013, 07:22:26 AM
 #2254

Progress update. The board is currently clocked at 256 and its mining at 3.6 GH/s. See https://bitcointalk.org/index.php?topic=198489.msg2712124#msg2712124

WU: ~55/m. Error rate is really low too.

I still don't know what happened. I mentioned periods of total inactivity that I was noticing in the log file. I tried to debug it and realized that there was some kind of locking conflict while writing to the USB. I didn't change anything, was just trying to log additional information. Added a few lines of code to log in logging.c and miner.h. Tried to run again, and there were no conflicts anymore. Will look at everything again tomorrow and try to pin point the issue.

Great to see this!

I am having the same problem with CGMiner as you mentioned before. I am having 4 chips working. The same 2 NOR gates trick as BBKCoins suggested and the RC values are 100Ohm and 220pF.
I have tested the board with "ww" in ktest, it always return "GOOD" from 128MHz to 300MHZ and the return time is always correct as expected.

However, when I run CGMiner, it's stuck for up to 1 or 2 minutes  from time to time and the hashing  rate is always much lower than expected (128M WU=4/m, 300M WU=7.1/m).  And the HW is very high 10-20%.
I have tested it with different pools, all give the similar results.

I am going to change the 220pF capacitor to 30pF and test it again.

terrahash
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
July 12, 2013, 07:34:01 AM
 #2255

Progress update. The board is currently clocked at 256 and its mining at 3.6 GH/s. See https://bitcointalk.org/index.php?topic=198489.msg2712124#msg2712124

WU: ~55/m. Error rate is really low too.

I still don't know what happened. I mentioned periods of total inactivity that I was noticing in the log file. I tried to debug it and realized that there was some kind of locking conflict while writing to the USB. I didn't change anything, was just trying to log additional information. Added a few lines of code to log in logging.c and miner.h. Tried to run again, and there were no conflicts anymore. Will look at everything again tomorrow and try to pin point the issue.

Great to see this!

I am having the same problem with CGMiner as you mentioned before. I am having 4 chips working. The same 2 NOR gates trick as BBKCoins suggested and the RC values are 100Ohm and 220pF.
I have tested the board with "ww" in ktest, it always return "GOOD" from 128MHz to 300MHZ and the return time is always correct as expected.

However, when I run CGMiner, it's stuck for up to 1 or 2 minutes  from time to time and the hashing  rate is always much lower than expected (128M WU=4/m, 300M WU=7.1/m).  And the HW is very high 10-20%.
I have tested it with different pools, all give the similar results.

I am going to change the 220pF capacitor to 30pF and test it again.



Yea I was having the exactly same issue. It has disappeared magically. Maybe the logging code I added, created a little delay and thats why the lock conflicts disappeared. Try adding some delay before wr_lock around line 1500 in usbutils.c

Code:
#define DEVLOCK(cgpu, _pth_state) do { \
pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &_pth_state); \
// add some delay here \
wr_lock(cgpu->usbinfo.devlock); \
} while (0)

I hardly get any good nonce if I clock it over 279. I have the exact same circuit as provided by BkkCoins. The only difference is that my capacitor is 33pF, instead of his 30pF.
terrahash
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
July 12, 2013, 07:43:42 AM
 #2256

Clocked it at 275. These are the results:

Code:
 cgminer version 3.3.1 - Started: [2013-07-12 00:09:16]
--------------------------------------------------------------------------------
 (5s):2.441G (avg):2.214Gh/s | A:1979  R:2  HW:154  WU:60.9/m
 ST: 2  SS: 0  NB: 4  LW: 2239  GF: 0  RF: 0
 Connected to stratum.btcguild.com diff 2 with stratum as user terrahash_1
 Block: 003f1c7f82bc466e...  Diff:26.2M  Started: [00:30:11]  Best share: 10.3K
--------------------------------------------------------------------------------
 [P]ool management [S]ettings [D]isplay options [Q]uit
 KLN 0:       45C 1.2V | 2.357G/2.218Gh/s | A:1989 R:2 HW:154 WU:  61.1/m
--------------------------------------------------------------------------------

WU started with around 72/m and has slowly stabilized around 61/m.

Code:
tg@tg-DP700A3D-DM700A3D-DB701A3D-DP700A7D:~/Desktop/Github/klondike/utils$ echo -n "{\"command\":\"stats\"}" | nc 127.0.0.1 4028 |tr -d "\000" | ./jsgrep |grep "Chip"
            "Errors / Chip 0": "0006 0004 0012 0012 0012 0006 0012 0012 0010 0013 0005 0015 0010 0007 0010 0009",
            "Nonces / Chip 0": "0120 0112 0139 0139 0139 0134 0133 0100 0123 0127 0107 0119 0113 0143 0109 0121",
freeworm
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


View Profile
July 12, 2013, 08:22:08 AM
Last edit: July 12, 2013, 08:33:14 AM by freeworm
 #2257


Yea I was having the exactly same issue. It has disappeared magically. Maybe the logging code I added, created a little delay and thats why the lock conflicts disappeared. Try adding some delay before wr_lock around line 1500 in usbutils.c

Code:
#define DEVLOCK(cgpu, _pth_state) do { \
pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &_pth_state); \
// add some delay here \
wr_lock(cgpu->usbinfo.devlock); \
} while (0)

I hardly get any good nonce if I clock it over 279. I have the exact same circuit as provided by BkkCoins. The only difference is that my capacitor is 33pF, instead of his 30pF.


I just changed the 220p capacitor to 30p and the circuit is also exactly the same as BBKCoins drew. Ktest still gives "GOOD" from 128M to 300M with correct return time.
However, cgminer's stuck more frequently. The WU at 128M goes down to 2.5/m, and WU at 256M goes down to 2/m.

It seems that this issue has a lot to do with the clock generation circuit. May be some results cannot be captured.

I will test your method.

UPDATE:

Your method works!!!

I added

nmsleep(100); \

and everything works like a charm.

128M ~ 8/m WU
256M ~ 17/m WU

BBKCoins, please be noticed. This might be a common issue.


BkkCoins (OP)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
July 12, 2013, 11:54:53 AM
 #2258

Your method works!!!

I added

nmsleep(100); \

and everything works like a charm.

128M ~ 8/m WU
256M ~ 17/m WU

BBKCoins, please be noticed. This might be a common issue.
Are you guys both on Windows? I noticed that the Windows timeout values are defined much longer and I wonder if this is related. For Linux the timeout is 200mS but WIN32 is 999 mS. Note that I do all my testing on Linux and libusb could behave differently here.

Today I've been trying to verify the Fan Control FET circuit so that the board can be finalized. So far it will only work at 100% duty cycle. I've tried different things but always partial duty cycles cause immediate restart/shutdown. I added a resistor from the PIC output to GND to ensure the FET gate drops to GND when off, but no better. I just have a generic cheapo 3 pin fan and usually they can be controlled with PWM, according to my reading online, but perhaps some are different. (Note I'm not talking about PWM control in the fan like 4 pin fans, but just switching the 12V line with PWM.) I based my circuit off another well known working one so this is odd. I'll keep working on it.

eroxors
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


Think. Positive. Thoughts.


View Profile WWW
July 12, 2013, 12:06:39 PM
 #2259

Fans are cheap. 100% fan speed isn't that big of a deal imo.

Keep up the good work. Wink

BkkCoins (OP)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
July 12, 2013, 12:16:06 PM
 #2260

Fans are cheap. 100% fan speed isn't that big of a deal imo.

Keep up the good work. Wink
Just noisy and use more power. This one is 12V @ 0.3A, so that's 3.6W. It's nice if you can control it to reduce power and not be noisy but ultimately one can just plug fans into the molex on the PSU and they work.

Pages: « 1 ... 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 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 ... 181 »
  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!