Browse Source

build for both GM104 and GM204

For the GTX 750 and new 970/980

also fix -a luffa parameter for 1.4.4 release
2upstream
Tanguy Pruvot 10 years ago
parent
commit
5579b91cfb
  1. 2
      README.md
  2. 2
      README.txt
  3. 2
      ccminer.vcxproj
  4. 1
      cpu-miner.c

2
README.md

@ -25,7 +25,7 @@ This project requires some libraries to be built :
- Curl - Curl
- pthreads - pthreads (in tree)
You can download prebuilt .lib and dll on the [bitcointalk forum thread](https://bitcointalk.org/?topic=167229.0) You can download prebuilt .lib and dll on the [bitcointalk forum thread](https://bitcointalk.org/?topic=167229.0)

2
README.txt

@ -1,5 +1,5 @@
ccMiner release 1.4.3-tpruvot (Sep 10th 2014) - "Qubit and Doom" ccMiner release 1.4.4-tpruvot (Sep 27th 2014) - "GTX 750 & 900"
--------------------------------------------------------------- ---------------------------------------------------------------
*************************************************************** ***************************************************************

2
ccminer.vcxproj

@ -177,7 +177,7 @@ copy "$(CudaToolkitBinDir)\cudart32*.dll" "$(OutDir)"</Command>
<CudaCompile> <CudaCompile>
<PtxAsOptionV>true</PtxAsOptionV> <PtxAsOptionV>true</PtxAsOptionV>
<Keep>false</Keep> <Keep>false</Keep>
<CodeGeneration>compute_50,sm_50</CodeGeneration> <CodeGeneration>compute_50,sm_50;compute_50,sm_52</CodeGeneration>
<Defines> <Defines>
</Defines> </Defines>
</CudaCompile> </CudaCompile>

1
cpu-miner.c

@ -1105,6 +1105,7 @@ continue_scan:
break; break;
case ALGO_DOOM: case ALGO_DOOM:
case ALGO_LUFFA_DOOM:
rc = scanhash_doom(thr_id, work.data, work.target, rc = scanhash_doom(thr_id, work.data, work.target,
max_nonce, &hashes_done); max_nonce, &hashes_done);
break; break;

Loading…
Cancel
Save