Bitcoin Forum
June 20, 2024, 12:09:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 »  All
  Print  
Author Topic: DiY ArduLonMiner  (Read 19256 times)
explorer232 (OP)
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
June 25, 2013, 10:35:54 PM
 #61

Today arrived to me 1 AVALON chip from evilscoop Smiley  Thank you for it Smiley Because at the moment I dont have prototype pcb, avalon arrived very fast, make a bit hack Cheesy. I designed simple test board for chip and this is the result. When arrive to me electronics components I can to test the miner. This project consumes all my free time and quite a lot funds so if you think I have been helpful donations are welcome.


http://i44.tinypic.com/szzdas.jpg
RamirezX
Jr. Member
*
Offline Offline

Activity: 36
Merit: 10


View Profile
June 25, 2013, 10:59:43 PM
 #62

Great news !!!
synapse
Member
**
Offline Offline

Activity: 79
Merit: 10



View Profile
June 26, 2013, 02:17:47 AM
 #63

nice work, watching this project now...

Part-time Computer Systems Engineering student - Full time Service Assurance (faults) for a large Telco.
fasmax
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
June 26, 2013, 04:18:28 AM
 #64

Wonder if you could use a few more feed thru under the Avalon chips to help with heat transfer.
evilscoop
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
June 26, 2013, 11:31:27 AM
 #65

nice breakout board...lets hope you can get it talking to the arduino soon Cheesy
explorer232 (OP)
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
June 27, 2013, 08:41:04 AM
 #66

http://i39.tinypic.com/o06viw.png
http://i41.tinypic.com/2hehtva.png
evilscoop
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
June 27, 2013, 09:56:24 AM
 #67

much better, 5x5 holes Cheesy
carlosmi
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
June 27, 2013, 12:32:17 PM
 #68

Did you realease your own library to communicate with CGminer. How do you receive de work unit and how do you send it the to Avalon chip?


Im going to try to do the same with a Leornado card.
Stack
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
June 27, 2013, 11:28:39 PM
 #69

I thought you might be interested to know that Bitfury are doing a sample chip program for developers

https://bitcointalk.org/index.php?topic=228677.msg2589734#msg2589734

evilscoop
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
June 28, 2013, 06:17:46 AM
 #70

Getting samples for fury is a bit harder, lots of interest..
But a shield for those would be worth many btc Smiley
jspielberg
Sr. Member
****
Offline Offline

Activity: 490
Merit: 255



View Profile
June 28, 2013, 11:36:36 AM
 #71

Getting samples for fury is a bit harder, lots of interest..
But a shield for those would be worth many btc Smiley

A 10 chip BF shield would be 50 GH/s. The avalon shield would be 3.5GH/s.  I have a feeling I know which one would be most popular.
evilscoop
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
June 28, 2013, 11:37:33 AM
 #72

Indeed, and If I get some samples of these, some will find their way to this project Cheesy
pekur
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
June 28, 2013, 02:30:24 PM
 #73

Nice work!
Greetings to Slovakia from Ukraine! Wink

I have two questions:
- Will this shield be backward compatible with Arduino Uno?
- And what is needed to adopt the shield/rig board to bitfury's chip?

Thanks!
tom_o
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
June 28, 2013, 02:55:16 PM
 #74

Nice work!
Greetings to Slovakia from Ukraine! Wink

I have two questions:
- Will this shield be backward compatible with Arduino Uno?
- And what is needed to adopt the shield/rig board to bitfury's chip?

Thanks!

Very very very unlikely: the DUE has an ARM-A3 and communicates at 3.3v compared to the 328's 5v!

ARM-A3:
A 32-bit core, that allows operations on 4 bytes wide data within a single CPU clock. (for more information look int type page).
CPU Clock at 84Mhz.
96 KBytes of SRAM.
512 KBytes of Flash memory for code.
a DMA controller, that can relieve the CPU from doing memory intensive tasks.

Whereas an Uno has a 16Mhz 8bit CPU with 16KB of ram.



Loving the work btw, hope you get some bitfury chips! At 0.5w/ghash they look great.
pekur
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
June 28, 2013, 03:39:59 PM
 #75

Nice work!
Greetings to Slovakia from Ukraine! Wink

I have two questions:
- Will this shield be backward compatible with Arduino Uno?
- And what is needed to adopt the shield/rig board to bitfury's chip?

Thanks!

Very very very unlikely: the DUE has an ARM-A3 and communicates at 3.3v compared to the 328's 5v!

ARM-A3:
A 32-bit core, that allows operations on 4 bytes wide data within a single CPU clock. (for more information look int type page).
CPU Clock at 84Mhz.
96 KBytes of SRAM.
512 KBytes of Flash memory for code.
a DMA controller, that can relieve the CPU from doing memory intensive tasks.

Whereas an Uno has a 16Mhz 8bit CPU with 16KB of ram.



Loving the work btw, hope you get some bitfury chips! At 0.5w/ghash they look great.


Thanks for the answer!

Bitfury is out of testing chips right now. There's a big boom about this small hulk.
I saw them in my hands, but since I am not a skilled engineer, there were no use for me to take them alone.
But since the project for Arduino is kind of niche market and I like the idea, I will do my best to have the chips, when they will be available.

P.S. You mean, UNO is too weak to serve as a tunnel from ASIC-rig to Host (PC)?
explorer232 (OP)
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
June 29, 2013, 10:37:06 AM
 #76

UPDATE:

Arduino read / write config from/to AVALON correctly Smiley

http://i42.tinypic.com/14b5845.jpg
http://i41.tinypic.com/rlbdde.jpg
RamirezX
Jr. Member
*
Offline Offline

Activity: 36
Merit: 10


View Profile
June 29, 2013, 11:18:43 AM
 #77

Great!!!! Can't wait for first accepted share ;-)
synapse
Member
**
Offline Offline

Activity: 79
Merit: 10



View Profile
June 30, 2013, 06:25:48 AM
 #78

nice, i'm really liking the look of this little project.

Part-time Computer Systems Engineering student - Full time Service Assurance (faults) for a large Telco.
Foofighter
Hero Member
*****
Offline Offline

Activity: 882
Merit: 547


BTC Mining Hardware, Trading and more


View Profile
June 30, 2013, 02:59:39 PM
 #79

nice, i'm really liking the look of this little project.

+1

ex official Canaan Distributor (Cryptouniverse)
explorer232 (OP)
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
July 08, 2013, 06:30:54 AM
Last edit: July 08, 2013, 07:11:44 AM by explorer232
 #80

Hi, I have problem with my miner.

1. I send config to Avalon (I checked this part many many times and it seems to be okay)  LSB (first bit, byte, word) [8B - Clock Config] , [12B - data], [4B a1],[4B a0],[4B e2],[4B e1],[4B e0], [32B midstate], [4B a2], [4B nonce - 0x00000000 - 1 Avalon chip]
I use multibit transfer ---- IDLE first bit ...... last bit IDLE  
Avalon is clocked to 256Mhz.

Precalculations: I think its ok. Precalculated values are generated from midstate & data. I could like to send precalculated values for specified btc block [data, midstate]

2. Avalon send me nonce, nonce is correctly decoded by arduino (checked by osciloscope)

3. Received nonce is shifted about 0xC0

BUT golden nonce is not valid.

Config frame:

http://i41.tinypic.com/s58f3d.jpg

http://i42.tinypic.com/9fu1yc.jpg

http://i43.tinypic.com/bis1g1.jpg


I dont know if I have a bug somewhere or my avalon is faulty Sad

Pages: « 1 2 3 [4] 5 6 »  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!