Bitcoin Forum

Other => Beginners & Help => Topic started by: Steve.Hanson on November 08, 2012, 08:15:41 PM



Title: Simple Command Line benchmark for programming
Post by: Steve.Hanson on November 08, 2012, 08:15:41 PM
Hi All,

I'm working on a project involving bitcoins, and I'd like a quick way to determine the hash rate. Something in Python preferably, with objects I can parse and interact with. A command line tool that sent something to stdout like "HASHRATE=?" would be fantastic.

Failing that, which miners are written in a simple way. My python skills are pretty bad, but I can make some stuff work.

Thanks,

Steve H.


Title: Re: Simple Command Line benchmark for programming
Post by: Mushroomized on November 09, 2012, 04:05:57 AM
Hi All,

I'm working on a project involving bitcoins, and I'd like a quick way to determine the hash rate. Something in Python preferably, with objects I can parse and interact with. A command line tool that sent something to stdout like "HASHRATE=?" would be fantastic.

Failing that, which miners are written in a simple way. My python skills are pretty bad, but I can make some stuff work.

Thanks,

Steve H.

Are you creating a miner? What exactly do you need a hashrate for?

Anyway, if you want to mess about with python, here is a good tutorial http://blog.kangasbros.fi/?p=85