BFGMiner :
https://github.com/luke-jr/bfgminerWhere should I work to modify the sha256_nonce find code for CPU-64bit or GPU ?I know that CPU and GPU mining is looked as: overcome by FPGA and Asics, but I want to
do that; in spite of all the odds.
I want to write my code for CPU-64bit or GPU mining, but I see that,
"sha256" and "nonce" are in all the following files below.
They are quite a lot. Probably there are files, with code for
different architectures.
Can someone suggest me the files that I have to work in ?Thankyou anyway
------These files have "sha2" as text inside-------------
/driver-cpu.h
/sha2.c
/sha2.h
/libblkmaker/base58.c
/libblkmaker/private.h
/x86_32/Makefile.am
/x86_32/Makefile.in
/x86_32/sha256_xmm.asm
/x86_64/Makefile.am
/x86_64/Makefile.in
/x86_64/sha256_xmm_amd64.asm
-----These files have both "sha2" and "nonce" as text inside----------
/api.c
/diablo130302.cl
/driver-bitforce.c
/driver-cpu.c
/driver-ztex.c
/findnonce.c
/Makefile.am
/Makefile.in
/miner.c
/miner.h
/scrypt130511.cl
/scrypt.c
/sha256_4way.c
/sha256_altivec_4way.c
/sha256_cryptopp.c
/sha256_generic.c
/sha256_sse2_amd64.c
/sha256_sse2_i386.c
/sha256_sse4_amd64.c
/sha256_via.c
/util.c
/libblkmaker/blkmaker.c
/libblkmaker/blkmaker.h
/libblkmaker/example.c
/x86_64/sha256_sse4_amd64.asm
--------------------------------------------