bigjme
|
 |
February 06, 2014, 05:27:31 PM |
|
so yeh christian, i am getting 174Mhash/s now using the T kernel just gained be 50Mhash/s on this release
|
Owner of: cudamining.co.uk
|
|
|
|
|
Your Bitcoin transactions The Ultimate Bitcoin mixer made truly anonymous. with an advanced technology.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
|
|
|
cbuchner1
|
 |
February 06, 2014, 05:27:42 PM |
|
here we go ./cudaminer --algo=keccak -d gtx780 -L 92 -l T192x24 --benchmark 132Mhash/s
./cudaminer --algo=keccak -d gtx780 -L 128 -l T1000x24 --benchmark 137Mhash/s
./cudaminer --algo=keccak -d gtx780 -L 92 -l K192x32 --benchmark 167Mhash/s
./cudaminer --algo=keccak -d gtx780 -L 128 -l K1000x32 --benchmark 174Mhash/s
I find it surprising that on a Compute 3.5 class device the Compute 3.0 kernel runs faster. Or did you mix up K and T in reporting? But 174 MHash/s is looking mighty good. Christian
|
|
|
|
ak84
|
 |
February 06, 2014, 05:29:03 PM |
|
Am I the only one for whom the mega download is not working!?
|
|
|
|
bigjme
|
 |
February 06, 2014, 05:29:29 PM |
|
nope i copied and pasted the configs from there and wrote results after, from top to bottom, so their fully accurate :-)
mega download for what? the release of cudaminer to get maxcoin is not officially released yet.
|
Owner of: cudamining.co.uk
|
|
|
CrystalCoin
Member

Offline
Activity: 84
Merit: 10
|
 |
February 06, 2014, 05:30:00 PM |
|
Could you write up a little more in depth on how to solo mine with cudaminer? I've tried before and failed.
Also what about the max coin conf file? Like you just have it ready, or have they already release some starting files? And not the wallet?
sorry I'd prefer to work on the code now. Code doesn't compile on Windows. Don't worry about it! I'll figure it out:)! Thanka so much for all your work!
|
|
|
|
kokes
Member

Offline
Activity: 66
Merit: 10
|
 |
February 06, 2014, 05:33:02 PM |
|
Could you write up a little more in depth on how to solo mine with cudaminer? I've tried before and failed.
Also what about the max coin conf file? Like you just have it ready, or have they already release some starting files? And not the wallet?
Firstly, it has not been released yet, also: I DONT know if this will work, but it seems to work when solo mining another coin. 1. In the README that Christian has made, you'll find a bit of information on how to set it up, with some additional searching I tried it on another coin (ultracoin). What i did is i made an file in the appdata folder of Ultracoin, called ultracoin.conf Within that file you have to write these things: rpcuser=(username) rpcpassword=(password) rpcallowip=127.0.0.1 rpcport=8332 (not sure if this is the right port number) daemon=1 server=1 listen=1 2. You then make a new .bat file in your cudaminer folder. Take an example from mining a pool, but instead of the stratum, you put in the IP and Portnumber. and the username and password from your config file. 3. When you want to mine, start the wallet, and then execute the .bat file.
|
|
|
|
soilworker
Member

Offline
Activity: 94
Merit: 10
|
 |
February 06, 2014, 05:33:13 PM |
|
mega download is not working 
|
|
|
|
Snard
|
 |
February 06, 2014, 05:35:50 PM |
|
the github code now has versions of keccak specifically compiled for compute_30 and compute_35. Compilation tested only on Linux so far.
I know only tested on Linux, but wanted to report back on Windows compile. Getting these errors: CudaBuild: Compiling CUDA source file nv_kernel.cu... G:\deps\CudaMiner-master>"G:\deps\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_30,code=\"sm_30,compute_30\" --use-local-env --cl-version 2010 -ccbin "G:\Microsoft Visual Studio 10.0\VC\bin" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0\include" -I"G:\deps\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"G:\deps\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"G:\deps\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --keep --keep-dir Release -maxrregcount=63 --ptxas-options=-v --machine 32 --compile -cudart static -Xptxas -v,-abi=no -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 Release\nv_kernel.cu.obj "G:\deps\CudaMiner-master\nv_kernel.cu" G:\Microsoft Visual Studio 10.0\VC\include\xtr1common(285): error : class "std::tr1::_Is_integral<int>" has already been defined G:\Microsoft Visual Studio 10.0\VC\include\type_traits(1119): error : class "std::_Arithmetic_traits<int>" has already been defined 2 errors detected in the compilation of "Release/nv_kernel.cpp1.ii". C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA 5.5.targets(592,9): error MSB3721: The command ""G:\deps\NVIDIA GPU Computing Toolkit\CUDA\v5.5\bin\nvcc.exe" -gencode=arch=compute_30,code=\"sm_30,compute_30\" --use-local-env --cl-version 2010 -ccbin "G:\Microsoft Visual Studio 10.0\VC\bin" -I. -Icompat -Icompat\jansson -Icompat\getopt -I"..\pthreads\Pre-built.2\include" -I"..\curl-7.29.0\include" -I"G:\deps\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"G:\deps\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" -I"G:\deps\NVIDIA GPU Computing Toolkit\CUDA\v5.5\include" --keep --keep-dir Release -maxrregcount=63 --ptxas-options=-v --machine 32 --compile -cudart static -Xptxas -v,-abi=no -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 Release\nv_kernel.cu.obj "G:\deps\CudaMiner-master\nv_kernel.cu"" exited with code 2.
Build FAILED.
Time Elapsed 00:00:58.46 ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
|
|
|
|
CrystalCoin
Member

Offline
Activity: 84
Merit: 10
|
 |
February 06, 2014, 05:35:59 PM |
|
Could you write up a little more in depth on how to solo mine with cudaminer? I've tried before and failed.
Also what about the max coin conf file? Like you just have it ready, or have they already release some starting files? And not the wallet?
Firstly, it has not been released yet, also: I DONT know if this will work, but it seems to work when solo mining another coin. 1. In the README that Christian has made, you'll find a bit of information on how to set it up, with some additional searching I tried it on another coin (ultracoin). What i did is i made an file in the appdata folder of Ultracoin, called ultracoin.conf Within that file you have to write these things: rpcuser=(username) rpcpassword=(password) rpcallowip=127.0.0.1 rpcport=8332 (not sure if this is the right port number) daemon=1 server=1 listen=1 2. You then make a new .bat file in your cudaminer folder. Take an example from mining a pool, but instead of the stratum, you put in the IP and Portnumber. and the username and password from your config file. 3. When you want to mine, start the wallet, and then execute the .bat file. Thanks so much! So there's no settings in the wallet I have to change?
|
|
|
|
bigjme
|
 |
February 06, 2014, 05:36:38 PM |
|
no, put the file in and launch it, thats it
|
Owner of: cudamining.co.uk
|
|
|
kokes
Member

Offline
Activity: 66
Merit: 10
|
 |
February 06, 2014, 05:40:23 PM |
|
Thanks so much! So there's no settings in the wallet I have to change?
Not a thing, you basically change settings in your wallet because of that config file you make.
|
|
|
|
|
69charger
|
 |
February 06, 2014, 05:43:30 PM |
|
So we are solo mining maxcoin or what pool are we using? 
|
|
|
|
Snard
|
 |
February 06, 2014, 05:45:28 PM |
|
Yup, those are the same errors I am getting. The others are warnings and are most likely fine to ignore, but will let Christian weight in on those.
|
|
|
|
bigjme
|
 |
February 06, 2014, 05:46:43 PM |
|
solo for sure, btw for anyone that wants it, they just posted the link to their cpu miner https://github.com/Max-Coin/cpuminerdo you want to check its the same as you have been working off christian? you never know if they changed something after all the up raw from ATI christian has said he is working on the code and an official release will be out at 7pm gmt, so he will most likely get it working where it can be tested, then fix the issues before the release time
|
Owner of: cudamining.co.uk
|
|
|
Hampuz
|
 |
February 06, 2014, 05:47:26 PM |
|
solo for sure, btw for anyone that wants it, they just posted the link to their cpu miner https://github.com/Max-Coin/cpuminerdo you want to check its the same as you have been working off christian? you never know if they changed something after all the up raw from ATI christian has said he is working on the code and an official release will be out at 7pm gmt, so he will most likely get it working where it can be tested, then fix the issues before the release time Could you help me as to how I solo mine? Never done it before
|
|
|
|
bigjme
|
 |
February 06, 2014, 05:48:09 PM |
|
Could you help me as to how I solo mine? Never done it before
there are many posts explaining how to, even on the last few pages
|
Owner of: cudamining.co.uk
|
|
|
Crixxus
Newbie
Offline
Activity: 28
Merit: 0
|
 |
February 06, 2014, 05:48:36 PM |
|
I think I've set up my GTX 660 TI correctly, but since you own a 660ti too, I'd like to know what values you have, and if my batch files work correctly.
As i'm not able to compile the latest release right now, i can't test things. For solomining i have setup a config file for maxcoin in my appdata. Username x and password x
Does this line look correctly to you?
cudaminer --algo=keccak -L 64 -l K1024x32 -D -o 127.0.0.1:8332 -u x -p x
And when i'll benchmark it with -D Should I also see those hashes?
cudaminer --algo=keccak -L 64 -l K1024x32 --benchmark -D
Thanks for your time Christian for making this all.
Could you write up a little more in depth on how to solo mine with cudaminer? I've tried before and failed. Also what about the max coin conf file? Like you just have it ready, or have they already release some starting files? And not the wallet? just got it, tested it on reddcoin as an example make a .conf in C:\Users\User\AppData\Roaming\Reddcoin rpcuser=user rpcpassword=pass rpcport=45443 rpcallowip=your ip make a .bat and open your wallet using reddcoin-qt.exe -server start cuda using a .bat (put cuda.exe and the .dll files in the folder with the wallet) cudaminer.exe -i 0 -C 1 -m 1 -H 1 -l K8x32 -o localhost:45443 -O Crixxus.1:x open the wallet in server mode, let sync, open cudaminer i think it is working, hard to tell unless i found a block?
|
|
|
|
bigjme
|
 |
February 06, 2014, 05:49:29 PM |
|
it wont say anything unless you find a block, could take 12 hours to find 1
|
Owner of: cudamining.co.uk
|
|
|
fcode
|
 |
February 06, 2014, 05:49:42 PM |
|
Looks like cudaMiner will have some competition at launch, they just posted a cgminer on the maxcoin github. I can't tell if it works or not, trying benchmark makes it explode. Would like to compare against cudaMiner.
|
|
|
|
|