coinut
|
|
September 30, 2015, 11:11:34 AM |
|
Thanks for the heads up mate
|
|
|
|
dgmon
|
|
October 11, 2015, 07:40:17 PM |
|
Link broken Where can I get cudaMiner?
|
|
|
|
|
Gimmelfarb
|
|
October 14, 2015, 02:27:04 AM |
|
Hey, I'd like to know what interest there is to buy brand new GPUs (also HDDs and GPUs) in the community. Through a really big procurement that I'm directing IRL, I'd be able to offer decent discounts. The negative side is that I can only handle a few different models (those my employer chose to buy), although many of each one. As an example: WD Green WD60EZRX 6TB IntelliPower 64MB Cache SATA 6.0Gb/s 3.5" Internal Hard Drive Standard price is $279 but newegg have them on discount for $222. Seagate Desktop SSHD ST4000DX001 4TB 64MB Cache SATA 6.0Gb/s 3.5" Solid State Hybrid Drive Bare Drive Standard price is $279 but newegg have them on discount for $229. I'd be able to sell these for approx. $170 (EU) and $185 (US) incl. shipping. These are examples to give you idea of what percentage the discount would be offered. If you are interested, please go here: https://bitcointalk.org/index.php?topic=1207919 Do not post here as I might miss your answer nor PM. Thanks!
|
|
|
|
dgmon
|
|
October 14, 2015, 03:39:06 AM |
|
Wasn't blocked; it just said the file had been deleted. OK thanks :-)
|
|
|
|
albysprx
|
|
October 15, 2015, 01:07:19 PM |
|
what i need to change to mine with extranonce subscription? ccminer.exe --algo=x11 -o stratum+tcp://x11.eu.nicehash.com:3336 -u 1NBG1wD8QbiCVAsnjR83SVWoJAdZis7NP2.GPU -p x
|
|
|
|
myagui
Legendary
Offline
Activity: 1154
Merit: 1001
|
|
October 15, 2015, 01:29:47 PM |
|
what i need to change to mine with extranonce subscription? ccminer.exe --algo=x11 -o stratum+tcp://x11.eu.nicehash.com:3336 -u 1NBG1wD8QbiCVAsnjR83SVWoJAdZis7NP2.GPU -p x IIRC, all recent forks support the extranonce, and there's nothing that you need to do on the miner settings, it is automatically enabled. If you're using some older version from this (cudaminer) thread, perhaps you should head over to one of these forks instead: ccminer by tpruvot <- I recommend this one. ccminer by sp_ <- Sometimes faster but also less stable. Cheers!
|
|
|
|
IncludeBeer
Legendary
Offline
Activity: 1164
Merit: 1010
|
|
October 24, 2015, 07:13:40 PM |
|
Just plugged in 2x GTX 750ti in addition to my main gpu which is connected to my monitor. Trying to mine FTC and I get this error: *** ccminer 1.5.69-git(SP-MOD) for nVidia GPUs by sp-hash@github *** Built with VC++ 2013 and nVidia CUDA SDK 6.5
Based on pooler cpuminer 2.3.2 and the tpruvot@github fork CUDA support by Christian Buchner, Christian H. and DJM34 Includes optimizations implemented by sp, klaust, tpruvot, tsiv and pallas.
[2015-10-24 12:09:28] Starting Stratum on stratum+tcp://coinotron.com:3337 [2015-10-24 12:09:28] NVAPI GPU monitoring enabled. [2015-10-24 12:09:28] Binding thread 0 to cpu 0 (mask 1) [2015-10-24 12:09:28] 3 miner threads started, using 'neoscrypt' algorithm. [2015-10-24 12:09:28] Binding thread 1 to cpu 1 (mask 2) [2015-10-24 12:09:28] Binding thread 2 to cpu 2 (mask 4) [2015-10-24 12:09:28] Stratum difficulty set to 64 Cuda error in func 'scanhash_neoscrypt' at line 48 : out of memory. Cuda error in func 'scanhash_neoscrypt' at line 48 : out of memory. [2015-10-24 12:09:29] coinotron.com:3337 neoscrypt block 932991 [2015-10-24 12:09:29] coinotron.com:3337 neoscrypt block 932991 Any ideas? I'm pretty sure gtx750ti can mine neoscrypt. I know the gtx750 can....
|
|
|
|
o00o
Member
Offline
Activity: 93
Merit: 11
|
|
October 25, 2015, 05:03:16 AM Last edit: October 25, 2015, 07:17:24 AM by o00o |
|
I've got a pair of Compute Shader 1.1 capable cards, more precisely the 9800GTX & GTS250 and have had absolutely no luck getting them to work with a variety of algorithms via CC/CudaMiner besides Scrypt which is no longer a viable option. Upon launch, the miner will either instantly crash or provide a hashrate so low no shares are ever being submitted due to the GPU's relatively idle state. I was forced to ultimately resort to SGminer and managed to yield a little over 600 Kh/s w/ LYRA2REv2.
It would be much appreciated if someone can shed some light as to which particular algorithms/miners are supported by these GPUs.
|
BTC:1Gk3p6KbCKiVhJYksaYPeAGL948rAsjmUS
|
|
|
Epsylon3
Legendary
Offline
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
|
|
October 25, 2015, 09:37:56 AM |
|
which sgminer version did you use for these cards ?
|
|
|
|
o00o
Member
Offline
Activity: 93
Merit: 11
|
|
October 25, 2015, 09:53:11 AM |
|
The latest SGminer introducing LYRA2REv2 support which is version 5.1.0 fetched from NiceHash.
Out of curiosity, why are you asking?
|
BTC:1Gk3p6KbCKiVhJYksaYPeAGL948rAsjmUS
|
|
|
bathrobehero
Legendary
Offline
Activity: 2002
Merit: 1051
ICO? Not even once.
|
|
October 25, 2015, 10:32:28 PM |
|
Just plugged in 2x GTX 750ti in addition to my main gpu which is connected to my monitor. Trying to mine FTC and I get this error: *** ccminer 1.5.69-git(SP-MOD) for nVidia GPUs by sp-hash@github *** Built with VC++ 2013 and nVidia CUDA SDK 6.5
Based on pooler cpuminer 2.3.2 and the tpruvot@github fork CUDA support by Christian Buchner, Christian H. and DJM34 Includes optimizations implemented by sp, klaust, tpruvot, tsiv and pallas.
[2015-10-24 12:09:28] Starting Stratum on stratum+tcp://coinotron.com:3337 [2015-10-24 12:09:28] NVAPI GPU monitoring enabled. [2015-10-24 12:09:28] Binding thread 0 to cpu 0 (mask 1) [2015-10-24 12:09:28] 3 miner threads started, using 'neoscrypt' algorithm. [2015-10-24 12:09:28] Binding thread 1 to cpu 1 (mask 2) [2015-10-24 12:09:28] Binding thread 2 to cpu 2 (mask 4) [2015-10-24 12:09:28] Stratum difficulty set to 64 Cuda error in func 'scanhash_neoscrypt' at line 48 : out of memory. Cuda error in func 'scanhash_neoscrypt' at line 48 : out of memory. [2015-10-24 12:09:29] coinotron.com:3337 neoscrypt block 932991 [2015-10-24 12:09:29] coinotron.com:3337 neoscrypt block 932991 Any ideas? I'm pretty sure gtx750ti can mine neoscrypt. I know the gtx750 can.... Increase the pagefile by a few gigs.
|
Not your keys, not your coins!
|
|
|
IncludeBeer
Legendary
Offline
Activity: 1164
Merit: 1010
|
|
October 26, 2015, 01:44:13 AM |
|
Just plugged in 2x GTX 750ti in addition to my main gpu which is connected to my monitor. Trying to mine FTC and I get this error: *** ccminer 1.5.69-git(SP-MOD) for nVidia GPUs by sp-hash@github *** Built with VC++ 2013 and nVidia CUDA SDK 6.5
Based on pooler cpuminer 2.3.2 and the tpruvot@github fork CUDA support by Christian Buchner, Christian H. and DJM34 Includes optimizations implemented by sp, klaust, tpruvot, tsiv and pallas.
[2015-10-24 12:09:28] Starting Stratum on stratum+tcp://coinotron.com:3337 [2015-10-24 12:09:28] NVAPI GPU monitoring enabled. [2015-10-24 12:09:28] Binding thread 0 to cpu 0 (mask 1) [2015-10-24 12:09:28] 3 miner threads started, using 'neoscrypt' algorithm. [2015-10-24 12:09:28] Binding thread 1 to cpu 1 (mask 2) [2015-10-24 12:09:28] Binding thread 2 to cpu 2 (mask 4) [2015-10-24 12:09:28] Stratum difficulty set to 64 Cuda error in func 'scanhash_neoscrypt' at line 48 : out of memory. Cuda error in func 'scanhash_neoscrypt' at line 48 : out of memory. [2015-10-24 12:09:29] coinotron.com:3337 neoscrypt block 932991 [2015-10-24 12:09:29] coinotron.com:3337 neoscrypt block 932991 Any ideas? I'm pretty sure gtx750ti can mine neoscrypt. I know the gtx750 can.... Increase the pagefile by a few gigs. Increase pagefile for gpus? How do I do this? I assume the error means gpu memory. I have 32gb ddr4 installed in my system, in case that matters.
|
|
|
|
Epsylon3
Legendary
Offline
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
|
|
October 26, 2015, 03:53:40 AM |
|
The latest SGminer introducing LYRA2REv2 support which is version 5.1.0 fetched from NiceHash.
Out of curiosity, why are you asking?
Because i dont really have followed what happens/ed to sgminer :p I missed the nicehash one. djm/vtc one didnt work on my 7970 I had 2 amd cards sleeping during the summer, just used a few days on ethereum but winter is coming and i use that as heater :p Also i plan to add back support for old cuda cards on lyra2v2, only made the v1 for the moment. Could be nice to compare cuda and opencl on these
|
|
|
|
o00o
Member
Offline
Activity: 93
Merit: 11
|
|
October 27, 2015, 02:30:55 AM |
|
The latest SGminer introducing LYRA2REv2 support which is version 5.1.0 fetched from NiceHash.
Out of curiosity, why are you asking?
Because i dont really have followed what happens/ed to sgminer :p I missed the nicehash one. djm/vtc one didnt work on my 7970 I had 2 amd cards sleeping during the summer, just used a few days on ethereum but winter is coming and i use that as heater :p Also i plan to add back support for old cuda cards on lyra2v2, only made the v1 for the moment. Could be nice to compare cuda and opencl on these I would be more than happy to test whatever you've got in development given you require a candidate. Can you recommend a CC/Cudaminer version and or algorithm which are compatible with Cuda 1.1 GPUs as I've mentioned before? Anyway, I'm looking forward to your LYRA2REv2 implementation!
|
BTC:1Gk3p6KbCKiVhJYksaYPeAGL948rAsjmUS
|
|
|
IncludeBeer
Legendary
Offline
Activity: 1164
Merit: 1010
|
|
October 27, 2015, 03:24:31 AM Last edit: October 27, 2015, 04:00:09 AM by IncludeBeer |
|
Just plugged in 2x GTX 750ti in addition to my main gpu which is connected to my monitor. Trying to mine FTC and I get this error: *** ccminer 1.5.69-git(SP-MOD) for nVidia GPUs by sp-hash@github *** Built with VC++ 2013 and nVidia CUDA SDK 6.5
Based on pooler cpuminer 2.3.2 and the tpruvot@github fork CUDA support by Christian Buchner, Christian H. and DJM34 Includes optimizations implemented by sp, klaust, tpruvot, tsiv and pallas.
[2015-10-24 12:09:28] Starting Stratum on stratum+tcp://coinotron.com:3337 [2015-10-24 12:09:28] NVAPI GPU monitoring enabled. [2015-10-24 12:09:28] Binding thread 0 to cpu 0 (mask 1) [2015-10-24 12:09:28] 3 miner threads started, using 'neoscrypt' algorithm. [2015-10-24 12:09:28] Binding thread 1 to cpu 1 (mask 2) [2015-10-24 12:09:28] Binding thread 2 to cpu 2 (mask 4) [2015-10-24 12:09:28] Stratum difficulty set to 64 Cuda error in func 'scanhash_neoscrypt' at line 48 : out of memory. Cuda error in func 'scanhash_neoscrypt' at line 48 : out of memory. [2015-10-24 12:09:29] coinotron.com:3337 neoscrypt block 932991 [2015-10-24 12:09:29] coinotron.com:3337 neoscrypt block 932991 Any ideas? I'm pretty sure gtx750ti can mine neoscrypt. I know the gtx750 can.... Increase the pagefile by a few gigs. Ya, I tried doing this but no change. In any case, I've got 32gb ddr4 installed, so I know it's not a RAM issue. Anyone else have any idea how to solve this? Edit: I think this problem only exists for SP-mod version of ccminer. I tried with tpruvot's fork, and it works with no problems. Also, NiceHash can run multiple algos across all my gpus without any issue. In any case, I'm happily hashing away
|
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
October 27, 2015, 03:39:29 AM |
|
Just plugged in 2x GTX 750ti in addition to my main gpu which is connected to my monitor. Trying to mine FTC and I get this error: *** ccminer 1.5.69-git(SP-MOD) for nVidia GPUs by sp-hash@github *** Built with VC++ 2013 and nVidia CUDA SDK 6.5
Based on pooler cpuminer 2.3.2 and the tpruvot@github fork CUDA support by Christian Buchner, Christian H. and DJM34 Includes optimizations implemented by sp, klaust, tpruvot, tsiv and pallas.
[2015-10-24 12:09:28] Starting Stratum on stratum+tcp://coinotron.com:3337 [2015-10-24 12:09:28] NVAPI GPU monitoring enabled. [2015-10-24 12:09:28] Binding thread 0 to cpu 0 (mask 1) [2015-10-24 12:09:28] 3 miner threads started, using 'neoscrypt' algorithm. [2015-10-24 12:09:28] Binding thread 1 to cpu 1 (mask 2) [2015-10-24 12:09:28] Binding thread 2 to cpu 2 (mask 4) [2015-10-24 12:09:28] Stratum difficulty set to 64 Cuda error in func 'scanhash_neoscrypt' at line 48 : out of memory. Cuda error in func 'scanhash_neoscrypt' at line 48 : out of memory. [2015-10-24 12:09:29] coinotron.com:3337 neoscrypt block 932991 [2015-10-24 12:09:29] coinotron.com:3337 neoscrypt block 932991 Any ideas? I'm pretty sure gtx750ti can mine neoscrypt. I know the gtx750 can.... Increase the pagefile by a few gigs. Ya, I tried doing this but no change. In any case, I've got 32gb ddr4 installed, so I know it's not a RAM issue. Anyone else have any idea how to solve this? Try playing with the -i option. I'm not sure of the default but try -i 15 and move up or down from there. Check the help. Also you're using the SP-MOD fork of ccminer, you'd be better off asking for help in the SP-MOD thread.
|
|
|
|
OBAViJEST
|
|
November 02, 2015, 01:51:57 AM |
|
I have a GTX 650ti 2GB.
Which version would be best for getting this thing up and running?
|
|
|
|
sp_
Legendary
Offline
Activity: 2954
Merit: 1087
Team Black developer
|
|
November 02, 2015, 04:39:30 AM |
|
|
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
November 04, 2015, 08:29:42 PM |
|
I have a GTX 650ti 2GB.
Which version would be best for getting this thing up and running?
The SP_MOD fork is focussed on Maxwell. The more optimized it gets the less compatible it is with older architectures. I recommend the TPruvot fork for best compatibility. https://bitcointalk.org/index.php?topic=770064.0
|
|
|
|
|