mach123coin
Newbie
Offline
Activity: 29
Merit: 0
|
 |
April 23, 2015, 06:15:33 AM |
|
I am trying to load the cudaminer.sln in visual studio Commmunity 2013.. will this work. it fails every time so I am guessing not.. or maybe I missed a key step ?
the precompiled dependencies in the OP will only work for VS 2010. You would have to build all the dependencies with VS 2013 if you want to use this newer IDE version. Christian Still seems to work with VS2010. Donated .01 LTC - transaction fee for what I mined for 5 days. Cudaminer on a EVGA GTX570/Q6600. Wish I had the faster cards. Best of luck and keep optimizing the code!
|
|
|
|
Bitice
Member

Offline
Activity: 66
Merit: 10
|
 |
April 23, 2015, 12:15:11 PM |
|
Apologies if this has been covered before but what is the status on mining Blake algo with Nvidia vs AMD? AMD still much faster?
Thank you.
|
|
|
|
reorder
|
 |
April 23, 2015, 04:56:33 PM |
|
Apologies if this has been covered before but what is the status on mining Blake algo with Nvidia vs AMD? AMD still much faster?
Thank you.
Titan X might beat 290X on this one.
|
|
|
|
uplodex
Jr. Member
Offline
Activity: 40
Merit: 13
|
 |
April 26, 2015, 01:02:10 AM |
|
Hi,
there is not a solution of CPU mining "windows 7" for CACHeCoin?
|
|
|
|
Amph
Legendary
Offline
Activity: 3276
Merit: 1072
|
 |
April 26, 2015, 12:36:43 PM Last edit: April 29, 2015, 07:06:29 PM by Amph |
|
What if you have 4 gpu's in your rig and each thread is executed on a seperate gpu. x11 is then reduced to x2+.
Hmm, PCIe 2.0 x16 bandwidth is 8 GB/s, 100 MH/s (desired speed) * 64 bytes (internal state size) = 6.4 GB/s x11 with the latest ccminer is currenly hashing at around 3MH/s (on the 750ti) PCIe 4.0×16 has a 31.5 GB/s bandwidth. (3*4(GPU)) above 12 MH/s (desired speed) * 64 bytes (internal state size) = 0,576 GB/s with 4 gpu's and 4 threads you need to copy the data 3 times. (the last gpu pass will only need to return the winning nounce.) The copy process can be done in parallell 0,576 GB/s by dividing the pci-e bus timeline -----------TimeLine---------------> GPU1: --Copy--Calc--calc--Calc GPU2: --Calc--Copy--Calc--Calc GPU3: --Calc--Calc--Copy--Calc GPU4: --Calc--Calc--Calc--Result A PCIe 2.0 x16 bandwidth is 8 GB/s and this meens that at least 7.2% of the time is wasted with moving memory. So your Kernals needs to run at least 8% faster. seems slow. Could work for a cryptonite miner since the desired speed is 500h-1KH/s PCIe 4.0 ? (planned to be released late 2016, by that time there will be for sure x11 asic  ) also you never have more than 2 gpu's at x16 (unless you go to the utterly expensive x99 setup, not mining friendly) oh pcie 4 is planned for 2016, did not know that, interesting, but isn't pci-e 3.0 still not completely saturated?
|
|
|
|
Epsylon3
Legendary
Offline
Activity: 1484
Merit: 1122
ccminer/cpuminer developer
|
 |
April 29, 2015, 08:46:44 AM |
|
New gen can also reduce ports size... actually the socket 2011 cpus have more pcie/usb3 lanes than 115x.
I think next ones will have more than ever... even the sata/sata express ports tend to move to M2 pci express system
|
|
|
|
Houndirno
|
 |
April 29, 2015, 05:13:44 PM Last edit: April 29, 2015, 05:24:48 PM by Houndirno |
|
Can someone help me, I'm just testing a GTX 750 no ti card and I keep getting either accepted 0/soso or when startum has found a new block
|
|
|
|
Amph
Legendary
Offline
Activity: 3276
Merit: 1072
|
 |
April 29, 2015, 07:07:18 PM |
|
Can someone help me, I'm just testing a GTX 750 no ti card and I keep getting either accepted 0/soso or when startum has found a new block
cudaminer is for scrypt, while ccminer for the rest, search for the sp_ version, also you need to run a ccminer_52 version
|
|
|
|
Houndirno
|
 |
April 29, 2015, 10:40:12 PM |
|
Can someone help me, I'm just testing a GTX 750 no ti card and I keep getting either accepted 0/soso or when startum has found a new block
cudaminer is for scrypt, while ccminer for the rest, search for the sp_ version, also you need to run a ccminer_52 version I'm still getting now where with 52 version ;c
|
|
|
|
myagui
Legendary
Offline
Activity: 1154
Merit: 1001
|
 |
April 29, 2015, 10:54:56 PM Last edit: July 14, 2015, 04:17:12 PM by myagui |
|
I'm still getting now where with 52 version ;c
You have a better shot at someone helping you, if you post: - What coin it is that you are mining, - What your miner launch command, (omit password if you care, but otherwise be accurate) - What ccminer release you are using (2 recommendations below) by tpruvot https://github.com/tpruvot/ccminer/releasesby SP_ https://github.com/sp-hash/ccminer/releases/Good Luck!
|
|
|
|
o00o
Member

Offline
Activity: 93
Merit: 11
|
 |
May 01, 2015, 06:52:20 PM |
|
It would be much appreciated if someone can confirm as to which algorithms/miners are supported by my Compute Capability 1.1 GPUs such as 9800GTX+/GTS250. I've tried mining x11 w/ Cudaminer& ccminer on 340.52, the latest driver w/ support for my GPUs but unfortunately, GPU utilization is ~ 1%, making Scrypt my only viable yet unprofitable option.
Thanks to anyone in advance for offering their help!
|
BTC:1Gk3p6KbCKiVhJYksaYPeAGL948rAsjmUS
|
|
|
tbearhere
Legendary
Offline
Activity: 3290
Merit: 1003
|
 |
May 01, 2015, 10:11:42 PM |
|
It would be much appreciated if someone can confirm as to which algorithms/miners are supported by my Compute Capability 1.1 GPUs such as 9800GTX+/GTS250. I've tried mining x11 w/ Cudaminer& ccminer on 340.52, the latest driver w/ support for my GPUs but unfortunately, GPU utilization is ~ 1%, making Scrypt my only viable yet unprofitable option.
Thanks to anyone in advance for offering their help!
Goto OP and download cudaminer-2014-02-18.zip [32+64bit version] (7.1 MB) also runs on Maxwell And read the readme file it will show some coins that are mineable. And goto this thread for ccminer https://bitcointalk.org/index.php?topic=826901.0But I don't think ccminer will work on Compute 1.1 not sure .. ask there.
|
|
|
|
CPUcoins
Newbie
Offline
Activity: 11
Merit: 0
|
 |
May 02, 2015, 07:55:06 AM Last edit: May 02, 2015, 08:21:32 AM by CPUcoins |
|
Hello. I am trying this new GPU instance to mine Yescrypt. I am new to mining with a GPU and was hoping I could get some assistance on setting it up. https://github.com/djm34/ccminer-tpsp/tree/windowsI have an NVIDIA GeForce GTX 750 Ti. Driver Version 9.18.13.4752 Here is the post about the release. https://bitcointalk.org/index.php?topic=775289.msg11252741#msg11252741Edit: Here is the string I am using for my bat file. I also tried the below with -a yescrypt, and I get the same as below. ccminer.exe --algo=yescrypt -d 1 -o stratum+tcp://stratum.coin-miners.info:3575 -u user.1 -p pass -i 0 I also have ccminer.exe in the folder C:\ccminer-tpsp-windows Not sure what I am doing wrong. https://i.imgur.com/76yAhNO.png
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
 |
May 02, 2015, 09:10:46 AM Last edit: May 02, 2015, 11:26:50 AM by djm34 |
|
Hello. I am trying this new GPU instance to mine Yescrypt. I am new to mining with a GPU and was hoping I could get some assistance on setting it up. https://github.com/djm34/ccminer-tpsp/tree/windowsI have an NVIDIA GeForce GTX 750 Ti. Driver Version 9.18.13.4752 Here is the post about the release. https://bitcointalk.org/index.php?topic=775289.msg11252741#msg11252741Edit: Here is the string I am using for my bat file. I also tried the below with -a yescrypt, and I get the same as below. ccminer.exe --algo=yescrypt -d 1 -o stratum+tcp://stratum.coin-miners.info:3575 -u user.1 -p pass -i 0 I also have ccminer.exe in the folder C:\ccminer-tpsp-windows Not sure what I am doing wrong.  doesn't look like the version I released... but rather a version released by sp edit: the link is correct, but the screenshot is from sp version here the windows binaries: https://mega.co.nz/#!dR1mwTIb!22mH7em1FX2F81-C5vl9Wbb7o4RG57e82bNVfvFwInE
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
 |
May 02, 2015, 01:52:58 PM |
|
for yescrypt and compute 5.0 and higher cards (750ti and newer) use sgminer (  ) github/djm34/sgminer with these parameters: (tested on gtx980, 750ti) sgminer.exe --no-submit-stale --kernel yescrypt-multi -o stratum+tcp://mine2.bsty.nonce-pool.com:4095 -u djm34.1 -p password --gpu-platform 0 -w 4 -g 2 (may-be it is due to the fact that nvidia now support opencl 1.2... don't know or cuda doesn't like at all sha256... at least not how I write it  ) it is significantly faster for the 900's 1.5kh/s versus 1.2kh/s Don't use it for compute 3.5 cards, works like shit...  ccminer works a lot better for the older cards...
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
tbearhere
Legendary
Offline
Activity: 3290
Merit: 1003
|
 |
May 02, 2015, 03:05:29 PM |
|
|
|
|
|
WigitGetIt
Legendary
Offline
Activity: 952
Merit: 1000
|
 |
May 02, 2015, 05:32:31 PM |
|
for yescrypt and compute 5.0 and higher cards (750ti and newer) use sgminer (  ) github/djm34/sgminer with these parameters: (tested on gtx980, 750ti) sgminer.exe --no-submit-stale --kernel yescrypt-multi -o stratum+tcp://mine2.bsty.nonce-pool.com:4095 -u djm34.1 -p password --gpu-platform 0 -w 4 -g 2 (may-be it is due to the fact that nvidia now support opencl 1.2... don't know or cuda doesn't like at all sha256... at least not how I write it  ) it is significantly faster for the 900's 1.5kh/s versus 1.2kh/s Don't use it for compute 3.5 cards, works like shit...  ccminer works a lot better for the older cards... Below are the stats I got mining with my 750ti mining yescrypt coin BSTY. ccminer.exe --algo=yescrypt -o stratum+tcp://stratum.coin-miners.info:3575 -u wigitgetit.1 -p x -i 0 
|
|
|
|
SRBOOTH
|
 |
May 03, 2015, 05:32:05 PM |
|
My PNY 750 ti quit today. Computer won't boot unless I remove GPU. Anyone else have this problem or know what may have failed, and/or is it fixable? Thanks for suggestions.
|
|
|
|
DougB62
|
 |
May 03, 2015, 08:45:51 PM |
|
My PNY 750 ti quit today. Computer won't boot unless I remove GPU. Anyone else have this problem or know what may have failed, and/or is it fixable? Thanks for suggestions.
Never had this problem, but, did you try a different pcie slot just to make sure it's not that? Is the card still under warranty?
|
|
|
|
macsga
Legendary
Offline
Activity: 1484
Merit: 1002
Strange, yet attractive.
|
 |
May 03, 2015, 09:11:56 PM |
|
My PNY 750 ti quit today. Computer won't boot unless I remove GPU. Anyone else have this problem or know what may have failed, and/or is it fixable? Thanks for suggestions.
Never had this problem, but, did you try a different pcie slot just to make sure it's not that? Is the card still under warranty? Most possible cause is the PSU (partial) failure. If you have another PSU cross fingers and try it. Good luck.
|
Chaos could be a form of intelligence we cannot yet understand its complexity.
|
|
|
|