tuomas56 / bitnet-cpu-miner

simple cpu bitcoin miner written in c#
0 stars 1 forks source link

how hard will it be to convert this to litecoin mining? (scrypt) #1

Open markudevelop opened 11 years ago

markudevelop commented 11 years ago

scrypt cpu is much more useful :)

tuomas56 commented 11 years ago

not that hard at all, i will create a scrypt branch

tuomas56 commented 11 years ago

although, having said that there is no scrypt documentation anywhere

tuomas56 commented 11 years ago

ok have found a library that supports scrypt, will get on it

markudevelop commented 11 years ago

wow sounds good! :+1: I would love to see that =)

tuomas56 commented 11 years ago

it is a bit more compilicated than i thought but still making progress. i am using native code so it should be 10x faster than pure c sharp. still slow though

On Tue, Aug 13, 2013 at 1:14 PM, voidale notifications@github.com wrote:

wow sounds good! [image: :+1:] I would love to see that =)

— Reply to this email directly or view it on GitHubhttps://github.com/tuomas56/bitnet-cpu-miner/issues/1#issuecomment-22560513 .

tuomas56 commented 11 years ago

i have a scrypt experimental version, but it is not ready to upload. also since this runs on the .NET platform it is really really really really really slow. i mean like properly extra super slow, so its not really worth it.

markudevelop commented 11 years ago

how slow? Can I test?

tuomas56 commented 11 years ago

there is still a bug which prevents it from mining at all, i will fix that first. i have not managed to test it myself but i know it will be slow, probably about 200 hashes a second i'm guessing

On Fri, Aug 16, 2013 at 4:17 PM, voidale notifications@github.com wrote:

how slow? Can I test?

— Reply to this email directly or view it on GitHubhttps://github.com/tuomas56/bitnet-cpu-miner/issues/1#issuecomment-22772909 .

tuomas56 commented 11 years ago

is there any reason why you need it?

On Sun, Aug 18, 2013 at 12:44 PM, Tuomas Laakkonen pigworts2@gmail.comwrote:

there is still a bug which prevents it from mining at all, i will fix that first. i have not managed to test it myself but i know it will be slow, probably about 200 hashes a second i'm guessing

On Fri, Aug 16, 2013 at 4:17 PM, voidale notifications@github.com wrote:

how slow? Can I test?

— Reply to this email directly or view it on GitHubhttps://github.com/tuomas56/bitnet-cpu-miner/issues/1#issuecomment-22772909 .