Bitcoin Forum
May 13, 2024, 09:10:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining / Interest in my miner stats script? on: May 26, 2011, 09:39:07 PM
To monitor my miner, I wrote some scripts to save stats and show them on a graph, accessible on a webserver: http://mononofus-dreambox.dyndns.org:8081

It's basically python to save the GPU readings (using pyADL), then shell scripts to move around the data. Charts using http://www.amcharts.com/.

Is there any interest in those scripts? If there is, I'll tidy them up a bit and post them on GitHub.
2  Bitcoin / Development & Technical Discussion / Successful timing attack on ECDSA - maybe it's already time to switch algorithms on: May 23, 2011, 01:14:45 PM
I just stumbled on this very interesting paper: http://eprint.iacr.org/2011/232.pdf

Basically, it's possible to calculate the private key from the timing of the responses, since multiplication depends on the size of the operands.

I don't think this attack is going to be used just now, but it is definitely a possibility. What do you think?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!