Bitcoin Forum

Other => Beginners & Help => Topic started by: keiichicom on April 16, 2013, 12:43:00 AM



Title: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: keiichicom on April 16, 2013, 12:43:00 AM
Hi,

I am going to see if it is possible to develop a fast low power hardware miner based on Atmel's atsha204 crypto chips. I will let you know when/if what I come up with. I am intending this to be a cheaper alternative to FPGA and ASIC design (at least for the crypto chips). The sha256 hashing will be done on the crypto chip and the controller will be an Arduino Uno during the first experiment. I was not able to find any data yet on the speed of hashing of the atsha204. Does anyone know? ;)

Later when I buy one I will try the Intel XEON Phi...



p.s. I have ordered my atsha204's (10 of them) and I am waiting impatiently for them... 8)

Cheers,
Keiichicom  :D


Title: Re: Crypto Chip / Xeon Phi Co-Processor Mining
Post by: termhn on April 16, 2013, 01:07:04 AM
Your poll is ill-informed... bitcoins WILL be mined out in about 100 years, give or take a decade, no matter HOW MUCH processing power is used to mine them.


Title: Re: Crypto Chip / Xeon Phi Co-Processor Mining
Post by: keiichicom on April 16, 2013, 01:42:44 AM
Thanks, revised the poll...


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: LiveJay on April 22, 2013, 05:45:31 AM
Any luck with the ATSHA204?  I was just looking at it this evening and wondering what it's processing speed would be.

Thanks,

-Jay


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: keiichicom on April 23, 2013, 01:01:42 AM
Hi Jay,

I have my ATSHA204 chips, so I will try very soon and then let you know. So far I downloaded a library for arduino to talk  to the chip and I am currently reviewing the bitcoin mining algorithm to see how it works...

Keiichicom


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: MbaseCNC on May 18, 2013, 03:00:30 AM
Any news on these chips?


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: dafky2000 on May 22, 2013, 12:00:15 PM
I am wondering the same thing. I have the ATSHA204 Dev kit with about 10 chips sitting on my desk. The ACES programmer tool allows me to generate SHA256 keys but viewing USBTrace shows that it is not using the chip for the hashing... I am a novice when it comes to cryptography but I will post my progress as well.


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: dafky2000 on May 22, 2013, 12:16:27 PM
https://github.com/someone42/hardware-bitcoin-wallet/tree/master/pic32 (https://github.com/someone42/hardware-bitcoin-wallet/tree/master/pic32)

atsha204.h
atsha204.c
atsha204_bitbang.S

Should prove to be useful as some base codes.


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: OnkelPaul on May 22, 2013, 12:39:37 PM
The Atmel chip will not get you any usable hashing performance.
The bottleneck is probably not its processing speed, but the communication bus speed.
At 1MBit/s, the time needed to compute one hash in the optimal case is:
send 640 bits of block header (80 bytes): 640 µs
receive 256 bits of hash: 256 µs
send 256 bits of first-stage hash: 256 µs
receive 256 bits of second-stage hash: 256 µs

total: 1408 µs

So one chip can deliver 710 bitcoin hashes per second (if you ignore any additional overhead).

Of course, you could theoretically run 1000 of these chips in parallel if you manage to connect as many serial communication lines - that's still only 710 khashes/s, even quite obsolete PC CPUs can do better.

These chips may be great for their intended purpose, but definitely not for bitcoin mining...

Onkel Paul


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: dafky2000 on May 22, 2013, 01:20:36 PM
Fair enough, I guess my search continues.. Thanks for the help and explanation!


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: keiichicom on May 25, 2013, 05:02:39 AM
Thanks onkel. I got the chip to wakeup and I was about to
Test SHA256 but I guess if the clock speed for i2c or serial transmission speed for one wire is too slow there is no point.


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: animan on May 25, 2013, 05:28:24 AM
Well, nice try anyways.


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: keiichicom on June 06, 2013, 10:13:03 AM
intel xeon phi also too slow for bitcoin (60 core cpu).
and slow earner  for litecoin


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: Eva Braun on June 06, 2013, 04:07:12 PM
looks like a scam to me, il pass.


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: Alexander The Great on June 06, 2013, 04:29:14 PM
Anyone try these chips?


Title: Re: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining
Post by: keiichicom on June 13, 2013, 02:44:17 AM
The Intel Xeon phi is too expensive $2599.00 so it woudn't be cost effective for mining.