-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rebuild for older cards. #242
Comments
GTX760 should work as it is. |
I am using Windows 10 64-bit.
…On Tue, May 1, 2018 at 1:07 PM, KlausT ***@***.***> wrote:
GTX760 should work as it is.
For the GT610 cards we have to build ccminer with CUDA 8 and add sm_21
support.
Are you using Windows or are you using Linux?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#242 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Ak4RJzd985S2YxuuzwYdgx3_qTLazYQ9ks5tuKRTgaJpZM4TuGiD>
.
|
Hey Klaust I'm not sure what sm_21 support is. Can you please explain it
for me?
…On Tue, May 1, 2018 at 11:12 PM, Novic Racker ***@***.***> wrote:
I am using Windows 10 64-bit.
On Tue, May 1, 2018 at 1:07 PM, KlausT ***@***.***> wrote:
> GTX760 should work as it is.
> For the GT610 cards we have to build ccminer with CUDA 8 and add sm_21
> support.
> Are you using Windows or are you using Linux?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#242 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/Ak4RJzd985S2YxuuzwYdgx3_qTLazYQ9ks5tuKRTgaJpZM4TuGiD>
> .
>
|
Try this version: The sm number is also called "compute capability" and is telling us what kind of hardware your card has. |
thanks man!!!! Also the GTX 760 didn't run with the newest version. Ill try
this one with it.
…On Fri, May 4, 2018 at 12:17 AM, KlausT ***@***.***> wrote:
Try this version:
ccminer-821-cuda80-with-sm21.zip
<https://github.com/KlausT/ccminer/files/1973322/ccminer-821-cuda80-with-sm21.zip>
Some algos will probably not work with your GT610.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#242 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Ak4RJycEzT7ZFx5E8Dt0n2pmbzMfhhJpks5tu-RkgaJpZM4TuGiD>
.
|
ok man I tried each device and no luck, according to Cuda Wiki the GT 610
has a Fermi processor and it supports Cuda 2.1 on its release. And the GTX
760 jas a Kepler processor and supports Cuda 3.0 on its release.
https://en.wikipedia.org/wiki/CUDA I'm not sure if this helps or anything.
I do appreciate all the help man. Once I get a real mining machine Ill have
to donate come coin some coin.
…On Fri, May 4, 2018 at 6:53 PM, Novic Racker ***@***.***> wrote:
thanks man!!!! Also the GTX 760 didn't run with the newest version. Ill
try this one with it.
On Fri, May 4, 2018 at 12:17 AM, KlausT ***@***.***> wrote:
> Try this version:
> ccminer-821-cuda80-with-sm21.zip
> <https://github.com/KlausT/ccminer/files/1973322/ccminer-821-cuda80-with-sm21.zip>
> Some algos will probably not work with your GT610.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#242 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/Ak4RJycEzT7ZFx5E8Dt0n2pmbzMfhhJpks5tu-RkgaJpZM4TuGiD>
> .
>
|
I tried CCminer on the Cuda Developer Drivers I'm going to uninstall them
and install the latest drivers and get back to you.
…On Fri, May 4, 2018 at 9:08 PM, Novic Racker ***@***.***> wrote:
ok man I tried each device and no luck, according to Cuda Wiki the GT 610
has a Fermi processor and it supports Cuda 2.1 on its release. And the GTX
760 jas a Kepler processor and supports Cuda 3.0 on its release.
https://en.wikipedia.org/wiki/CUDA I'm not sure if this helps or
anything. I do appreciate all the help man. Once I get a real mining
machine Ill have to donate come coin some coin.
On Fri, May 4, 2018 at 6:53 PM, Novic Racker ***@***.***>
wrote:
> thanks man!!!! Also the GTX 760 didn't run with the newest version. Ill
> try this one with it.
>
> On Fri, May 4, 2018 at 12:17 AM, KlausT ***@***.***> wrote:
>
>> Try this version:
>> ccminer-821-cuda80-with-sm21.zip
>> <https://github.com/KlausT/ccminer/files/1973322/ccminer-821-cuda80-with-sm21.zip>
>> Some algos will probably not work with your GT610.
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#242 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/Ak4RJycEzT7ZFx5E8Dt0n2pmbzMfhhJpks5tu-RkgaJpZM4TuGiD>
>> .
>>
>
>
|
ok on the GTX 760 I am getting ERROR: no algo or invalid algo. I have the -a x16r set in the .bat file. So I'm guessing its not the -a setting but the actual algorithms that are built to run the card. So how would I compile the correct memory specific algos? if you can tell me what I need installed in VS Studio and how to set it up for this I will share my algo's so you can add them to your project. |
My ccminer version doesn't support x16r, that's only in tpruvot's version. |
If you insist: |
In the install for Visual Studio there are other repositories will I need
to install any of these or will a naked install do?
…On Sat, May 5, 2018 at 8:59 AM, KlausT ***@***.***> wrote:
If you insist:
Install Visual Studio 2015 Community Edition:
https://my.visualstudio.com/Downloads?q=visual%20studio%
202015&wt.mc_id=o~msft~vscom~older-downloads
<https://my.visualstudio.com/Downloads?q=visual%20studio%202015&wt.mc_id=o%7Emsft%7Evscom%7Eolder-downloads>
Install CUDA 8.0:
https://developer.nvidia.com/cuda-80-ga2-download-archive
Now you can either fork my repository, or just download the source code.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#242 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Ak4RJ-eFTauV3QVsmeKb0MaUgYDCVaHkks5tvbAkgaJpZM4TuGiD>
.
|
I'm going to try and fork your repository and add the x16r algorithm. And see if I can get Cuda 7.5 to work with the GT 610 2g. Now when I add the x16r files into the build is there anything special I have to do to get the algo to be utilized by the main exe? I'm not a programmer so this is all new to me. |
Thank you @KlausT |
Project -> properties -> CUDA C/C++ -> Code Generation |
Thank you for your help @KlausT . |
How do I rebuild for older cards. I'm using 2 Geforece GT 610's and 2 Geforce GTX 760's on 2 different machines. And I would ;like to get them running. Just for the fun of the learning and satisfaction that they are doing something rather than sitting on a shelf collecting dust. lol. I'm no programmer. So How do I change the version of cuda that I can get the program to recognize the cards. I know they wont hash hard at all but it will be fun to learn this.
The text was updated successfully, but these errors were encountered: