Mantiska
Newbie
Offline
Activity: 47
Merit: 0
|
|
March 22, 2014, 10:18:40 AM |
|
When I try to compile ccminer v0.2, I get an error 1> Compiling CUDA source file cuda_sha256.cu... 1> 1> C:\Users\Mantis\Desktop\CUDA\ccminer-0.2>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --use-local-env --cl-version 2010 -ccbin "D:\VS2010\VC\bin\x86_amd64" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0_x64\include" -I"..\OpenSSL-Win64\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --opencc-options -LIST:source=on --keep --keep-dir x64\Release -maxrregcount=63 --ptxas-options=-v --machine 64 --compile -cudart static -Xptxas "-abi=no -v" -DWIN32 -DNDEBUG -D_CONSOLE -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /O2 /Zi /MD " -o x64\Release\cuda_sha256.cu.obj "C:\Users\Mantis\Desktop\CUDA\ccminer-0.2\cuda_sha256.cu" 1>nvcc : warning : Option '--opencc-options (-Xopencc)' is obsolete and ignored, when targeting compute_20, sm_20, or higher 1>ptxas : warning : 'option -abi=no' might get deprecated in future 1> ptxas : info : 0 bytes gmem, 352 bytes cmem[2] 1> ptxas : info : Compiling entry function '_Z15sha256_gpu_hashijPvPjS0_' for 'sm_20' 1> ptxas : info : Used 59 registers, 64 bytes cmem[0], 20 bytes cmem[16] 1> Compiling CUDA source file heavy.cu... 1> 1> C:\Users\Mantis\Desktop\CUDA\ccminer-0.2>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --use-local-env --cl-version 2010 -ccbin "D:\VS2010\VC\bin\x86_amd64" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0_x64\include" -I"..\OpenSSL-Win64\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --opencc-options -LIST:source=on --keep --keep-dir x64\Release -maxrregcount=63 --ptxas-options=-v --machine 64 --compile -cudart static -Xptxas "-abi=no -v" -DWIN32 -DNDEBUG -D_CONSOLE -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /O2 /Zi /MD " -o x64\Release\heavy.cu.obj "C:\Users\Mantis\Desktop\CUDA\ccminer-0.2\heavy.cu" 1>nvcc : warning : Option '--opencc-options (-Xopencc)' is obsolete and ignored, when targeting compute_20, sm_20, or higher 1>c:\users\mantis\desktop\cuda\ccminer-0.2\miner.h(34): fatal error C1083: Cannot open include file: 'alloca.h': No such file or directory 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA 5.5.targets(592,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --use-local-env --cl-version 2010 -ccbin "D:\VS2010\VC\bin\x86_amd64" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0_x64\include" -I"..\OpenSSL-Win64\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --opencc-options -LIST:source=on --keep --keep-dir x64\Release -maxrregcount=63 --ptxas-options=-v --machine 64 --compile -cudart static -Xptxas "-abi=no -v" -DWIN32 -DNDEBUG -D_CONSOLE -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /O2 /Zi /MD " -o x64\Release\heavy.cu.obj "C:\Users\Mantis\Desktop\CUDA\ccminer-0.2\heavy.cu"" exited with code 2. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
How to solve it?
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
March 22, 2014, 10:20:09 AM |
|
I solved the problem with the crash and lost of power while running on fugue256. It was related to the use of shared memory that you have introduced. I modified the code so that it runs without it and recompiled and now it runs flawlessly as before. Now I don't understand why nobody else had the problem.
The feature which is supposed to make the card working at 100% doesn't seem to work. (In anycase, it would have very little chance on my card, since the boost is disabled in the bios). But running to instance of ccminer seems to work well.
Flawlessly as in same hashrate? I was rather thinking in terms of stability, but I also have the same hashrate (the hasrate was not an issue except when the power drops to 37%...). It has worked all night without any problem.
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
March 22, 2014, 10:27:08 AM |
|
When I try to compile ccminer v0.2, I get an error 1> Compiling CUDA source file cuda_sha256.cu... 1> 1> C:\Users\Mantis\Desktop\CUDA\ccminer-0.2>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --use-local-env --cl-version 2010 -ccbin "D:\VS2010\VC\bin\x86_amd64" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0_x64\include" -I"..\OpenSSL-Win64\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --opencc-options -LIST:source=on --keep --keep-dir x64\Release -maxrregcount=63 --ptxas-options=-v --machine 64 --compile -cudart static -Xptxas "-abi=no -v" -DWIN32 -DNDEBUG -D_CONSOLE -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /O2 /Zi /MD " -o x64\Release\cuda_sha256.cu.obj "C:\Users\Mantis\Desktop\CUDA\ccminer-0.2\cuda_sha256.cu" 1>nvcc : warning : Option '--opencc-options (-Xopencc)' is obsolete and ignored, when targeting compute_20, sm_20, or higher 1>ptxas : warning : 'option -abi=no' might get deprecated in future 1> ptxas : info : 0 bytes gmem, 352 bytes cmem[2] 1> ptxas : info : Compiling entry function '_Z15sha256_gpu_hashijPvPjS0_' for 'sm_20' 1> ptxas : info : Used 59 registers, 64 bytes cmem[0], 20 bytes cmem[16] 1> Compiling CUDA source file heavy.cu... 1> 1> C:\Users\Mantis\Desktop\CUDA\ccminer-0.2>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --use-local-env --cl-version 2010 -ccbin "D:\VS2010\VC\bin\x86_amd64" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0_x64\include" -I"..\OpenSSL-Win64\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --opencc-options -LIST:source=on --keep --keep-dir x64\Release -maxrregcount=63 --ptxas-options=-v --machine 64 --compile -cudart static -Xptxas "-abi=no -v" -DWIN32 -DNDEBUG -D_CONSOLE -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /O2 /Zi /MD " -o x64\Release\heavy.cu.obj "C:\Users\Mantis\Desktop\CUDA\ccminer-0.2\heavy.cu" 1>nvcc : warning : Option '--opencc-options (-Xopencc)' is obsolete and ignored, when targeting compute_20, sm_20, or higher 1>c:\users\mantis\desktop\cuda\ccminer-0.2\miner.h(34): fatal error C1083: Cannot open include file: 'alloca.h': No such file or directory 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA 5.5.targets(592,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --use-local-env --cl-version 2010 -ccbin "D:\VS2010\VC\bin\x86_amd64" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0_x64\include" -I"..\OpenSSL-Win64\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --opencc-options -LIST:source=on --keep --keep-dir x64\Release -maxrregcount=63 --ptxas-options=-v --machine 64 --compile -cudart static -Xptxas "-abi=no -v" -DWIN32 -DNDEBUG -D_CONSOLE -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /O2 /Zi /MD " -o x64\Release\heavy.cu.obj "C:\Users\Mantis\Desktop\CUDA\ccminer-0.2\heavy.cu"" exited with code 2. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
How to solve it? replace in cpuminer-config.h #define HAVE_ALLOCA_H 1 by #undef HAVE_ALLOCA (you should get then a second error message related to syslog, and you will have to do the same for SYSLOG)
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
cbuchner1 (OP)
|
|
March 22, 2014, 10:54:32 AM |
|
When I try to compile ccminer v0.2, I get an error 1> Compiling CUDA source file cuda_sha256.cu... 1> 1> C:\Users\Mantis\Desktop\CUDA\ccminer-0.2>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --use-local-env --cl-version 2010 -ccbin "D:\VS2010\VC\bin\x86_amd64" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0_x64\include" -I"..\OpenSSL-Win64\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --opencc-options -LIST:source=on --keep --keep-dir x64\Release -maxrregcount=63 --ptxas-options=-v --machine 64 --compile -cudart static -Xptxas "-abi=no -v" -DWIN32 -DNDEBUG -D_CONSOLE -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /O2 /Zi /MD " -o x64\Release\cuda_sha256.cu.obj "C:\Users\Mantis\Desktop\CUDA\ccminer-0.2\cuda_sha256.cu" 1>nvcc : warning : Option '--opencc-options (-Xopencc)' is obsolete and ignored, when targeting compute_20, sm_20, or higher 1>ptxas : warning : 'option -abi=no' might get deprecated in future 1> ptxas : info : 0 bytes gmem, 352 bytes cmem[2] 1> ptxas : info : Compiling entry function '_Z15sha256_gpu_hashijPvPjS0_' for 'sm_20' 1> ptxas : info : Used 59 registers, 64 bytes cmem[0], 20 bytes cmem[16] 1> Compiling CUDA source file heavy.cu... 1> 1> C:\Users\Mantis\Desktop\CUDA\ccminer-0.2>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --use-local-env --cl-version 2010 -ccbin "D:\VS2010\VC\bin\x86_amd64" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0_x64\include" -I"..\OpenSSL-Win64\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --opencc-options -LIST:source=on --keep --keep-dir x64\Release -maxrregcount=63 --ptxas-options=-v --machine 64 --compile -cudart static -Xptxas "-abi=no -v" -DWIN32 -DNDEBUG -D_CONSOLE -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /O2 /Zi /MD " -o x64\Release\heavy.cu.obj "C:\Users\Mantis\Desktop\CUDA\ccminer-0.2\heavy.cu" 1>nvcc : warning : Option '--opencc-options (-Xopencc)' is obsolete and ignored, when targeting compute_20, sm_20, or higher 1>c:\users\mantis\desktop\cuda\ccminer-0.2\miner.h(34): fatal error C1083: Cannot open include file: 'alloca.h': No such file or directory 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA 5.5.targets(592,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --use-local-env --cl-version 2010 -ccbin "D:\VS2010\VC\bin\x86_amd64" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0_x64\include" -I"..\OpenSSL-Win64\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --opencc-options -LIST:source=on --keep --keep-dir x64\Release -maxrregcount=63 --ptxas-options=-v --machine 64 --compile -cudart static -Xptxas "-abi=no -v" -DWIN32 -DNDEBUG -D_CONSOLE -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /O2 /Zi /MD " -o x64\Release\heavy.cu.obj "C:\Users\Mantis\Desktop\CUDA\ccminer-0.2\heavy.cu"" exited with code 2. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
How to solve it? oops! take cpuminer-config.h from previous version. I checked in the Linux generated one by accident.
|
|
|
|
jack80
|
|
March 22, 2014, 11:12:18 AM |
|
I just had a doubt I'm undermining maxcoin on max.1gh.com
I have 2 PC all 2 make me 330 mh / s (ie a total of 660 mh / s)
The first PC in. Bat has configured address of my wallet, and so identical according to my other pc has always address of the wallet to which the first tip.
Now in the statistics of the pool instead of giving me TOTAL mh / mh 660 s / s (which is the sum of 2 pcs), it gives me a maximum of 400 mh / s (sometimes down to 370 mh / s).
I was wrong to write. Bat same identically for all 2 pc, ie, with the same address wallet and that's it? .
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
March 22, 2014, 11:29:29 AM |
|
I just had a doubt I'm undermining maxcoin on max.1gh.com
I have 2 PC all 2 make me 330 mh / s (ie a total of 660 mh / s)
The first PC in. Bat has configured address of my wallet, and so identical according to my other pc has always address of the wallet to which the first tip.
Now in the statistics of the pool instead of giving me TOTAL mh / mh 660 s / s (which is the sum of 2 pcs), it gives me a maximum of 400 mh / s (sometimes down to 370 mh / s).
I was wrong to write. Bat same identically for all 2 pc, ie, with the same address wallet and that's it? .
The hashrate of 1gh is not very accurate
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
liomojo1
|
|
March 22, 2014, 12:23:27 PM |
|
Strange thing i noticed when minig fuguie on my 6x750ti rig , only one card shows that it uses 260mb of its memory , others are not using any memory. Why is that?
|
|
|
|
bigjme
|
|
March 22, 2014, 12:25:43 PM |
|
Strange thing i noticed when minig fuguie on my 6x750ti rig , only one card shows that it uses 260mb of its memory , others are not using any memory. Why is that?
Is one of the cards doing the display?
|
Owner of: cudamining.co.uk
|
|
|
liomojo1
|
|
March 22, 2014, 12:27:19 PM |
|
Yes i didn`t guess of that , thanks.
|
|
|
|
bigjme
|
|
March 22, 2014, 12:31:51 PM |
|
No worries
|
Owner of: cudamining.co.uk
|
|
|
AizenSou
|
|
March 22, 2014, 12:44:18 PM |
|
How many fc day with 400 mh/s ?
roughly about 576.00 FC or about 0.0132 BTC is todays xchange rate I don't think so. With this current difficulty, my 10Ghs only earn roughly 6000FC / day. So yours is much lower.
|
|
|
|
ivanlabrie
|
|
March 22, 2014, 12:59:30 PM |
|
Yeah, I got 133 in a day (less than a day really, since Christian posted the binaries till now with a 6 hour period of no activity in between). More like 4 hours?
We need an exchange, we can't dump at nxt-e lol
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
March 22, 2014, 01:11:02 PM |
|
How many fc day with 400 mh/s ?
roughly about 576.00 FC or about 0.0132 BTC is todays xchange rate I don't think so. With this current difficulty, my 10Ghs only earn roughly 6000FC / day. So yours is much lower. Is it real 10Ghash/s or as shown by dwarfpool ?
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
jack80
|
|
March 22, 2014, 01:21:50 PM |
|
Yeah, I got 133 in a day (less than a day really, since Christian posted the binaries till now with a 6 hour period of no activity in between). More like 4 hours?
We need an exchange, we can't dump at nxt-e lol
Only 133 fc a day https://www.nxt-e.com/default.aspx?m=fc_btc133 fc is 0,00405783 BTC = 2,23789324 USD ( BTC a 551$ ) Not profitable .
|
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
March 22, 2014, 01:36:45 PM |
|
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
jack80
|
|
March 22, 2014, 01:44:11 PM |
|
I want try vertcoin the best config.bat for Nvidia 750 ti is ? .
|
|
|
|
AizenSou
|
|
March 22, 2014, 01:47:03 PM |
|
How many fc day with 400 mh/s ?
roughly about 576.00 FC or about 0.0132 BTC is todays xchange rate I don't think so. With this current difficulty, my 10Ghs only earn roughly 6000FC / day. So yours is much lower. Is it real 10Ghash/s or as shown by dwarfpool ? Sorry dwarfpool gives me the wrong illusion . The dev has repaired this and it shows correct now. 3.5Ghs only It will take me 1 month to get the same holder like Christian
|
|
|
|
bigjme
|
|
March 22, 2014, 01:53:32 PM |
|
What's the launch configuration for vertcoin again on a 780?
And what pool seems to run best? I'm going to switch over to it tonight
|
Owner of: cudamining.co.uk
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
March 22, 2014, 01:59:53 PM |
|
What's the launch configuration for vertcoin again on a 780?
And what pool seems to run best? I'm going to switch over to it tonight
Same as GPUC I would suggest p2pool. (most of the vertcoin pool I knew have closed...) You won't get any payout for a while (the time needed to find a first share), but after that you should get a pretty regular payout. But don't expect much, it is of the order of 1~2VTC a day...
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
|