Bitcoin Forum
June 29, 2024, 10:37:43 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 19257 times)
explorer232 (OP)
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
May 28, 2013, 08:44:31 AM
Last edit: July 23, 2013, 06:09:15 AM by explorer232
 #1

Project: DiY ArduLonMiner

This HW will be based on Arduino DUE control unit with plugged Avalon rig board & ethernet shield. This miner is regular device whitch support direct connection to bitcoin pool !

http://i39.tinypic.com/o06viw.png

http://arduino.cc/en/uploads/Main/ArduinoDue_Front.jpg


Features:

-Fully opensourced HW and SW
-Direct USB connection
-Direct Bitcoin POOL connection (via ethernet shiled)
-Easy software update via Arduino Studio
-32Bit Arm Cortex M3 CPU Atmel SAM3
-3,3v operating voltage for direct chip to chip communication without Logic Level conversion
-84Mhz operation frequency

-Hashing power max. 9Gh/s - 3 Avalon modules

-Arduino shiled:
http://i39.tinypic.com/dgjqdj.png

Web configuration:
http://i44.tinypic.com/2vwzp6u.png

Videos:
http://www.youtube.com/watch?v=yZJHI0_Yi5A


Please note, this is my free-time project so if someone wants to support this project may send me some coins. Thanks.

Donation Address BTC:1Ft43RmmPN52A48GM6gnNYPKwztiHcKV3


ct1aic
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Are ฿itcoins Radioactive?


View Profile WWW
May 28, 2013, 09:58:46 AM
 #2

Greetings.

Why don't you try it with the Raspberry Pi?

Good luck with your project.

Rui Costa, PortugalBTC : 1ct1aicGoUVpZeovsw3cCcPJZJHV5JXtW
candoo
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


Vertrau in Gott


View Profile
May 28, 2013, 10:49:27 AM
 #3

Why do you post this in the german subforum?

Einer trage des andern Last, so werdet ihr das Gesetz Christi erfüllen.
explorer232 (OP)
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
May 28, 2013, 11:12:21 AM
 #4

Greetings.

Why don't you try it with the Raspberry Pi?

Good luck with your project.

Hi, thanks for interrest.

Because for communication with avalon chip is necessary to guarantee low latency and    
precisely timing and it is not possible to achieve with classic OS. Only RTOS is useful but its very complicated for many users.

Arduino platform is easy to install, upgradable and code work native without OS.





madmax_ger
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
May 28, 2013, 04:14:38 PM
 #5

I love arduino, but I'm not very experienced with it.
But anyway, I'm interested in this project and wish you much success.

http://btcinvest.net/bitcoin-mining-profit-calculator.php - check it out!next difficulty + time leftcustomizable monthly (diff + USD/BTC) increasements device lead timeupdate: auto-compares device costs to BTC-buy profit ♥ 1btciBCKb59TbzNj5QzC2EXWDARxtJL1f
evilscoop
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
May 28, 2013, 04:17:54 PM
 #6

registering interest...
Personally I love the pi, be interesting to see what this can do
frejo
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
May 28, 2013, 04:28:08 PM
 #7

Nice, are you building it like a bitcoin mining shield that anyone could buy and hook up to their arduino?
elchorizo
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
May 28, 2013, 05:19:17 PM
 #8

Definitely interested.

BTC: 1Chorizo6WNabZxVfQyGtvF4JiRt7Hexxb
LTC: Lchorizoy8ck7Arbby8LDnw5wAmi8h6Hzb
eestimees
Hero Member
*****
Offline Offline

Activity: 651
Merit: 500



View Profile
May 28, 2013, 05:44:03 PM
 #9

good idea!


eestimees
Buffer Overflow
Legendary
*
Offline Offline

Activity: 1652
Merit: 1015



View Profile
May 28, 2013, 06:20:36 PM
 #10

Used and programmed a DUE before. Will be watching.

explorer232 (OP)
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
May 29, 2013, 05:51:30 AM
 #11

Nice, are you building it like a bitcoin mining shield that anyone could buy and hook up to their arduino?

Hi, yes this is main idea.

Check how you are going to power them.

4 avalon chips that is at least 6.6W of power consumption so your ramp would have to be powered externally.

Are you going to reuse their controller?, add more..

Hi, arudino DUE has only 5V and 3,3V power bus, Avalon logic can be powered from 3,3V arduino regulator. shield will contain 1,2 V power supply for Avalon IP Cores (DC-DC converter 12V to 1,2V so only one 12V arduino power plug will be used).

UPDATE:
Yesterday night I programmed routines for communication with Avalon.

I still have to resolve these parts:
- Hash precalculations for Avalon
- Building data block for Avalon
- Communication with cgminer
PeZ
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


View Profile
May 29, 2013, 06:00:56 AM
 #12

Have you considered using a Beaglebone Black?
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
May 29, 2013, 08:57:35 AM
 #13

Have you considered using a Beaglebone Black?

https://bitcointalk.org/index.php?topic=218193.msg2294329#msg2294329

explorer232 (OP)
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
May 29, 2013, 07:32:23 PM
 #14

So, I had some time today.

UPDATE

- avalon communication (FINISHED but not tested yet).
- Hash precalculations for Avalon (FINISHED)
- Building data block for Avalon (clock configuration - FINISHED, nonce configuration FINISHED, data for avalon - IN PROGRESS)
- Communication with cgminer - WAIT FOR IMPLEMENTATION
cad_cdn
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
May 29, 2013, 07:36:46 PM
 #15

interested in the progress of this
GigaWave
Full Member
***
Offline Offline

Activity: 239
Merit: 250


View Profile
May 30, 2013, 01:14:32 AM
 #16

Awesome someone finally is doing this. When are you planning on making the source available? I would love to take a look.
CMMPro
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500



View Profile
May 30, 2013, 01:54:02 AM
 #17

I'd love to get my hands on a "mining shield" and Arduino sketch to experiment with.
dan99
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile
May 30, 2013, 02:01:15 AM
 #18

yes, getting very interesting
madmax_ger
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
May 30, 2013, 12:53:43 PM
 #19

So, I had some time today.

UPDATE

- avalon communication (FINISHED but not tested yet).
- Hash precalculations for Avalon (FINISHED)
- Building data block for Avalon (clock configuration - FINISHED, nonce configuration FINISHED, data for avalon - IN PROGRESS)
- Communication with cgminer - WAIT FOR IMPLEMENTATION


great news, I'm wondering if you're able to set up everything correctly without having the avalon chip on hand.

*dreaming about ordering this avalon shield before the chips arrive, beeing able to stick them on the board then by myself*

http://btcinvest.net/bitcoin-mining-profit-calculator.php - check it out!next difficulty + time leftcustomizable monthly (diff + USD/BTC) increasements device lead timeupdate: auto-compares device costs to BTC-buy profit ♥ 1btciBCKb59TbzNj5QzC2EXWDARxtJL1f
explorer232 (OP)
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
May 30, 2013, 02:02:17 PM
 #20

So, I had some time today.

UPDATE

- avalon communication (FINISHED but not tested yet).
- Hash precalculations for Avalon (FINISHED)
- Building data block for Avalon (clock configuration - FINISHED, nonce configuration FINISHED, data for avalon - IN PROGRESS)
- Communication with cgminer - WAIT FOR IMPLEMENTATION


great news, I'm wondering if you're able to set up everything correctly without having the avalon chip on hand.

*dreaming about ordering this avalon shield before the chips arrive, beeing able to stick them on the board then by myself*

I dont have any avalon chip in this time for real testing but I will test Avalon communication by Spectrum analyzer. Code for miner is programmed by real AVALON A3256 asic chip datasheet.     
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!