Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
2950406
Topic
265759
Board
Mining
Re: Potentially faster method for mining on the CPU
by
botnet
on
17/08/2013, 09:31:37 UTC
Quote from: jlcooke on August 15, 2013, 08:41:58 PM
Hehe. I like encouraging people to explore this. Good learning "exorcize" (pun). 32 bit addition logic for botnet:
http://jlcooke.ca/btc/sha256_logred.html
Just do that about 768 times and reduce!
your c1...c31 bits can be reduced by one instruction
c1 == a1b1 + a1c0 + b1c0
== a1(b1+c0) + b1c0