Bombadil
|
|
September 04, 2014, 10:25:04 PM |
|
If anyone is using Kbomba Profit Calculator i advise you to send him some love/donation 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 Thanks a lot In return, here's another release 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: 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?
|
|
|
|
Travis9x
|
|
September 05, 2014, 12:01:01 AM |
|
Thanks a lot In return, here's another release 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: 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
|
|
|
|
RavenXBR
|
|
September 05, 2014, 12:56:58 AM |
|
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
September 05, 2014, 01:19:45 AM |
|
well no reason it does, or it means nvidia owners are moronic dumper
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
DougB62
|
|
September 05, 2014, 01:33:14 AM |
|
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!
|
|
|
|
Travis9x
|
|
September 05, 2014, 02:38:01 AM |
|
https://i.imgur.com/HnPtuZn.jpgMy 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?
|
|
|
|
Madychoux
|
|
September 05, 2014, 07:49:46 AM |
|
Any idea why I get this error when I try to compile : 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.
|
|
|
|
bigjme
|
|
September 05, 2014, 07:55:14 AM |
|
"nvcc fatal : Unsupported gpu architecture 'compute_50'"
That seems a little strange to me, not sure what could cause it though
|
Owner of: cudamining.co.uk
|
|
|
AizenSou
|
|
September 05, 2014, 08:06:16 AM |
|
Any idea why I get this error when I try to compile : 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.
|
|
|
|
Madychoux
|
|
September 05, 2014, 08:25:54 AM |
|
So there isn't any CUDA 5.5 compatible updates ?
|
|
|
|
Madychoux
|
|
September 05, 2014, 08:33:43 AM |
|
So there isn't any CUDA 5.5 compatible updates ? 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.
|
|
|
|
Namsbreh
|
|
September 05, 2014, 09:09:48 AM |
|
kopiemtu is far too slow to update. I've set up a dual boot with win 7 & ubuntu....best of both worlds.
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
September 05, 2014, 09:46:45 AM |
|
So there isn't any CUDA 5.5 compatible updates ? 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...)
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
bigjme
|
|
September 05, 2014, 09:52:55 AM |
|
Even i dont have 6.5 installed, thats laziness though
|
Owner of: cudamining.co.uk
|
|
|
AizenSou
|
|
September 05, 2014, 09:53:09 AM |
|
So there isn't any CUDA 5.5 compatible updates ? 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. . It still works.
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
September 05, 2014, 10:48:24 AM |
|
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...
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
bigjme
|
|
September 05, 2014, 10:49:26 AM |
|
Honestly its purely because i dont compile now, and havent for a long time
|
Owner of: cudamining.co.uk
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
September 05, 2014, 10:51:27 AM |
|
Honestly its purely because i dont compile now, and havent for a long time well if you don't have to compile it doesn't really matter
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
bigjme
|
|
September 05, 2014, 10:54:47 AM |
|
well if you don't have to compile it doesn't really matter exactly i just had to join the conversation out of boredom
|
Owner of: cudamining.co.uk
|
|
|
AizenSou
|
|
September 05, 2014, 11:20:54 AM |
|
Honestly its purely because i dont compile now, and havent for a long time well if you don't have to compile it doesn't really matter djm don't provide this lazy guy Windows binary again
|
|
|
|
|