Bitcoin Forum
June 20, 2024, 09:48:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: When do you think all bitcoins be mined?
in year 2088 - 6 (66.7%)
in year 2098 - 0 (0%)
in year 2108 - 0 (0%)
in year 2118 - 1 (11.1%)
> year 2118 - 2 (22.2%)
Total Voters: 9

Pages: [1]
  Print  
Author Topic: ATMEL ATSHA204 Crypto Chip OR INTEL Xeon Phi Co-Processor Mining  (Read 7634 times)
keiichicom (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
April 16, 2013, 12:43:00 AM
Last edit: May 26, 2013, 02:44:44 PM by keiichicom
 #1

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? Wink

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... Cool

Cheers,
Keiichicom  Cheesy
termhn
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
April 16, 2013, 01:07:04 AM
 #2

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.
keiichicom (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
April 16, 2013, 01:42:44 AM
 #3

Thanks, revised the poll...
LiveJay
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
April 22, 2013, 05:45:31 AM
 #4

Any luck with the ATSHA204?  I was just looking at it this evening and wondering what it's processing speed would be.

Thanks,

-Jay
keiichicom (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
April 23, 2013, 01:01:42 AM
 #5

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
MbaseCNC
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
May 18, 2013, 03:00:30 AM
 #6

Any news on these chips?
dafky2000
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 22, 2013, 12:00:15 PM
 #7

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.
dafky2000
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 22, 2013, 12:16:27 PM
 #8

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.
OnkelPaul
Legendary
*
Offline Offline

Activity: 1039
Merit: 1004



View Profile
May 22, 2013, 12:39:37 PM
 #9

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

dafky2000
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 22, 2013, 01:20:36 PM
 #10

Fair enough, I guess my search continues.. Thanks for the help and explanation!
keiichicom (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
May 25, 2013, 05:02:39 AM
 #11

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.
animan
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
May 25, 2013, 05:28:24 AM
 #12

Well, nice try anyways.
keiichicom (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
June 06, 2013, 10:13:03 AM
 #13

intel xeon phi also too slow for bitcoin (60 core cpu).
and slow earner  for litecoin
Eva Braun
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
June 06, 2013, 04:07:12 PM
 #14

looks like a scam to me, il pass.
Alexander The Great
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
June 06, 2013, 04:29:14 PM
 #15

Anyone try these chips?
keiichicom (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
June 13, 2013, 02:44:17 AM
 #16

The Intel Xeon phi is too expensive $2599.00 so it woudn't be cost effective for mining.
Pages: [1]
  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!