Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 116. (Read 3426930 times)

sr. member
Activity: 350
Merit: 250
well if you don't have to compile it doesn't really matter  Grin

exactly i just had to join the conversation out of boredom Wink
legendary
Activity: 1400
Merit: 1050
Honestly its purely because i dont compile now, and havent for a long time Smiley
well if you don't have to compile it doesn't really matter  Grin
sr. member
Activity: 350
Merit: 250
Honestly its purely because i dont compile now, and havent for a long time Smiley
legendary
Activity: 1400
Merit: 1050
Even i dont have 6.5 installed, thats laziness though
2 hours+ compilation vs 1/2 half hours the choice is easy... and you don't have to remove 5.5 either...
hero member
Activity: 938
Merit: 1000
So there isn't any CUDA 5.5 compatible updates ?  Huh Undecided

You actually need 6.0. Why the hell do you have a compute 5.0 card and a driver that doesn't even support compute 5.0 specific shit?

Cause I'm using Linux KopiemTu 1.4.

Waiting for the next 2.0 Release including latest Nvidia updates.
May-be you should discuss with KopiemTu dev so he upgrade his project, I think we made it clear a few months back, that we won't support anymore 5.5. (mostly because it takes forever to compile).

Now if you want to compile with 5.5 you need to remove compute_50/sm_50 it should work (may-be not on the optimization level though...)


Anyone's interested in compiling newest source of djm for sm_20 cards then PM me. Cheesy. It still works.
sr. member
Activity: 350
Merit: 250
Even i dont have 6.5 installed, thats laziness though
legendary
Activity: 1400
Merit: 1050
So there isn't any CUDA 5.5 compatible updates ?  Huh Undecided

You actually need 6.0. Why the hell do you have a compute 5.0 card and a driver that doesn't even support compute 5.0 specific shit?

Cause I'm using Linux KopiemTu 1.4.

Waiting for the next 2.0 Release including latest Nvidia updates.
May-be you should discuss with KopiemTu dev so he upgrade his project, I think we made it clear a few months back, that we won't support anymore 5.5. (mostly because it takes forever to compile).

Now if you want to compile with 5.5 you need to remove compute_50/sm_50 it should work (may-be not on the optimization level though...)
sr. member
Activity: 318
Merit: 250
kopiemtu is far too slow to update.  I've set up a dual boot with win 7 & ubuntu....best of both worlds.

full member
Activity: 212
Merit: 100
So there isn't any CUDA 5.5 compatible updates ?  Huh Undecided

You actually need 6.0. Why the hell do you have a compute 5.0 card and a driver that doesn't even support compute 5.0 specific shit?

Cause I'm using Linux KopiemTu 1.4.

Waiting for the next 2.0 Release including latest Nvidia updates.
full member
Activity: 212
Merit: 100
So there isn't any CUDA 5.5 compatible updates ?  Huh Undecided
hero member
Activity: 938
Merit: 1000
Any idea why I get this error when I try to compile :

Quote
make  all-recursive
make[1]: Entering directory `/opt/miners/ccminer-djm34'
Making all in compat
make[2]: Entering directory `/opt/miners/ccminer-djm34/compat'
Making all in jansson
make[3]: Entering directory `/opt/miners/ccminer-djm34/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/miners/ccminer-djm34/compat/jansson'
make[3]: Entering directory `/opt/miners/ccminer-djm34/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/miners/ccminer-djm34/compat'
make[2]: Leaving directory `/opt/miners/ccminer-djm34/compat'
make[2]: Entering directory `/opt/miners/ccminer-djm34'
nvcc -g -O2 -I . -Xptxas "-abi=no -v" -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" -gencode=arch=compute_50,code=\"sm_50,compute_50\" --maxrregcount=80 --ptxas-options=-v -I./compat/jansson -o heavy/heavy.o -c heavy/heavy.cu
nvcc fatal   : Unsupported gpu architecture 'compute_50'

make[2]: *** [heavy/heavy.o] Error 255
make[2]: Leaving directory `/opt/miners/ccminer-djm34'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/ccminer-djm34'
make: *** [all] Error 2

I'm using 750 Ti & CUDA 5.5.

You need cuda 6.5 for the compute_50 architecture. Be sure to update your driver according to the new CUDA.
sr. member
Activity: 350
Merit: 250
"nvcc fatal   : Unsupported gpu architecture 'compute_50'"

That seems a little strange to me, not sure what could cause it though
full member
Activity: 212
Merit: 100
Any idea why I get this error when I try to compile :

Quote
make  all-recursive
make[1]: Entering directory `/opt/miners/ccminer-djm34'
Making all in compat
make[2]: Entering directory `/opt/miners/ccminer-djm34/compat'
Making all in jansson
make[3]: Entering directory `/opt/miners/ccminer-djm34/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/miners/ccminer-djm34/compat/jansson'
make[3]: Entering directory `/opt/miners/ccminer-djm34/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/miners/ccminer-djm34/compat'
make[2]: Leaving directory `/opt/miners/ccminer-djm34/compat'
make[2]: Entering directory `/opt/miners/ccminer-djm34'
nvcc -g -O2 -I . -Xptxas "-abi=no -v" -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" -gencode=arch=compute_50,code=\"sm_50,compute_50\" --maxrregcount=80 --ptxas-options=-v -I./compat/jansson -o heavy/heavy.o -c heavy/heavy.cu
nvcc fatal   : Unsupported gpu architecture 'compute_50'

make[2]: *** [heavy/heavy.o] Error 255
make[2]: Leaving directory `/opt/miners/ccminer-djm34'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/ccminer-djm34'
make: *** [all] Error 2

I'm using 750 Ti & CUDA 5.5.
full member
Activity: 170
Merit: 100
https://i.imgur.com/HnPtuZn.jpg
My hashrate mining XCN (Nonce-Pool) with the latest ccMiner from djm34.  Looks great!


Now, I could swear I saw it mentioned in this thread before, but after several search attempts I just can't seem to find it now, so my apologies for asking this…but how do we add XCN or the M7 algo to Bombadil's Profitability Calculator?   Tongue
hero member
Activity: 672
Merit: 500
Banned: For Your Protection
https://bitcointalksearch.org/topic/m.8622827

Maybe XCN will hit the floor now... :-/
well no reason it does, or it means nvidia owners are moronic dumper

And as a proud Nvidia owner, I'd like to say that I'm not... and I have quite a few bags to prove it!   Grin
legendary
Activity: 1400
Merit: 1050
https://bitcointalksearch.org/topic/m.8622827

Maybe XCN will hit the floor now... :-/
well no reason it does, or it means nvidia owners are moronic dumper
full member
Activity: 140
Merit: 100
full member
Activity: 170
Merit: 100
Thanks a lot Wink In return, here's another release Tongue

Profitability Calculator v0.6.5beta
- Made it possible to sync up custom coins with a coin daemon/wallet-qt, if it supports "getmininginfo" through JSON-RPC
- Doubleclick a result now and get loads more info about order depths on the supported exchanges and other detailed info.
- Added option to use 24hr diff, if available (CoinWarz doesn't supply this). If not, it will use the current diff from that source.
- Cleaned up the Price Calc settings (you may lose some saved settings here)
- Made it possible to use the "fallthrough" price, the price you'd get if you were to dump all your coins on an exchange, to find out what exchange is the most stable.
- Added a bar in the middle to resize the settings & the results table.
- Several bugfixes.
When I try to compile the source, it gives this error:
Code:
Error 1 Application Configuration file "ApiControl\App.config" is invalid. Could not find file 'C:\Users\Travis\OneDrive\Documents\Visual Studio Projects\cuda-profit-calc-0.6.5b\ProfitCalc\ApiControl\App.config'. C:\Users\Travis\OneDrive\Documents\Visual Studio Projects\cuda-profit-calc-0.6.5b\ProfitCalc\ApiControl\App.config ProfitCalc
The last version compiled with no problems.  Seems that there's a file missing this time.

Did the last commit fix it?
Yup, that did the trick!  Thanks for the quick response, and continued work.  Here's a little donation from me, too:
https://blockchain.info/tx/f6495da827203cb9d2ddae73fa47a98f53809872b6632f890793014421043363
hero member
Activity: 644
Merit: 500
If anyone is using Kbomba Profit Calculator i advise you to send him some love/donation  Wink Wink Wink
His calculator is awesome and he deserves some love from the cuda crowd

Sent him 20k JPC
Proof:
Address: JfLNncEbEH3Y6wNSvTXWFGGAwonMUnCyQJ
TxId: 3ed5f267b8384dd1c6e14e1f191c299d41505bd07fa3f7407087fafdcfe68ce2

Peace to all you brothers  Grin Grin

Thanks a lot Wink In return, here's another release Tongue

Profitability Calculator v0.6.5beta
- Made it possible to sync up custom coins with a coin daemon/wallet-qt, if it supports "getmininginfo" through JSON-RPC
- Doubleclick a result now and get loads more info about order depths on the supported exchanges and other detailed info.
- Added option to use 24hr diff, if available (CoinWarz doesn't supply this). If not, it will use the current diff from that source.
- Cleaned up the Price Calc settings (you may lose some saved settings here)
- Made it possible to use the "fallthrough" price, the price you'd get if you were to dump all your coins on an exchange, to find out what exchange is the most stable.
- Added a bar in the middle to resize the settings & the results table.
- Several bugfixes.
When I try to compile the source, it gives this error:
Code:
Error 1 Application Configuration file "ApiControl\App.config" is invalid. Could not find file 'C:\Users\Travis\OneDrive\Documents\Visual Studio Projects\cuda-profit-calc-0.6.5b\ProfitCalc\ApiControl\App.config'. C:\Users\Travis\OneDrive\Documents\Visual Studio Projects\cuda-profit-calc-0.6.5b\ProfitCalc\ApiControl\App.config ProfitCalc
The last version compiled with no problems.  Seems that there's a file missing this time.

Did the last commit fix it?
member
Activity: 112
Merit: 10
If anyone is using Kbomba Profit Calculator i advise you to send him some love/donation  Wink Wink Wink
His calculator is awesome and he deserves some love from the cuda crowd

Sent him 20k JPC
Proof:
Address: JfLNncEbEH3Y6wNSvTXWFGGAwonMUnCyQJ
TxId: 3ed5f267b8384dd1c6e14e1f191c299d41505bd07fa3f7407087fafdcfe68ce2

Peace to all you brothers  Grin Grin

Thanks a lot Wink In return, here's another release Tongue

Profitability Calculator v0.6.5beta
- Made it possible to sync up custom coins with a coin daemon/wallet-qt, if it supports "getmininginfo" through JSON-RPC
- Doubleclick a result now and get loads more info about order depths on the supported exchanges and other detailed info.
- Added option to use 24hr diff, if available (CoinWarz doesn't supply this). If not, it will use the current diff from that source.
- Cleaned up the Price Calc settings (you may lose some saved settings here)
- Made it possible to use the "fallthrough" price, the price you'd get if you were to dump all your coins on an exchange, to find out what exchange is the most stable.
- Added a bar in the middle to resize the settings & the results table.
- Several bugfixes.




Thanks for the binary
Great release
Jump to: