Re-ordered code to allow easy inclusion of floodyberrys repo#1
Re-ordered code to allow easy inclusion of floodyberrys repo#1Thirtybird wants to merge 26 commits intoali1234:masterfrom Thirtybird:master
Conversation
include the constants and functions needed for YaCoin - pulled out of the original scrypt-jane.c in ali1234's repository
still need to update cpu.miner.c to include the code that was previously in scrypt-jane.c that is specific to YaCoin
|
scanhash_scrypt is not in cpu-miner.c so why would you put scanhash_scrypt_jane in it? |
|
Sorry for the terse reply earlier - was trying to get my ducks in a row One of the concerns, and reasons I wanted to separate things out was On Wed, Jun 5, 2013 at 2:27 PM, Alistair Buxton notifications@github.comwrote:
|
|
The changes specific to compiling for YACoin have been moved out into their own files, and I've verified it compiles under MinGW32. Forcing the compiler option for the architecture, the hashrate for my CPU architecture give me the same hashrates as the 32-bit version compiled and posted by god3 at https://bitcointalk.org/index.php?topic=201027.0 |
copy of commit floodyberry/scrypt-jane@ba3983d to fix compilation under MinGW 64 with CPU_X86_FORCE_INTRINSICS
included removing scrypt-jane.c and scrypt-jane.h from the main directory and putting the GetNFactor and scanhash_scrypt_jane functions directly into cpu-miner.c.
Included latest version of scrypt-jane library which fixes problems with compiling under mingw
moved yacoin specific routines into yacoin.c