Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 977. (Read 3426921 times)

newbie
Activity: 9
Merit: 0
It could be really slow sometimes. I was thinking about trying to add a few lines to cudaMiner --benchmark mode so that it exits after autotune finds the best startup config and make a massive batch file with all the different kernels/lookup gaps/N factors and just let it play while I'm at work. Not sure if the GPU would like to jump up and down all day though.

This would be awesome!

An enhanced tuning mode that tries all possible warp configs with possible combinations of -H -C -L for a longer period to ensure accuracy and saves the data in a text file to review.
full member
Activity: 161
Merit: 100
You are correct in that vertcoin-qt does not close completely unless I end its process. When I ended the process in task manager the hashing stopped, so I think I might actually be solo mining. Smiley

Found my first block. Cheesy
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
I'm not 100% sure but I think recconecting is fine, and the reason cudaMiner won't stop hashing after you close the wallet as far as I noticed is because the wallet stays in the background and not closes completely. Check the process in task manager.
full member
Activity: 161
Merit: 100
Does anyone know how to go about setting up cudaminer for solo mining? I want to try solo mining vertcoin but I am a bit lost on what I would put in the batch file to direct it towards my wallet.

cudaminer.exe -a scrypt:2048 -o http://127.0.0.1:port -u username -p password -i 0 -H 2.................
pause


vertcoin.conf

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.0.16
rcpallowip=192.168.0.10
rpcport=port
...........

1 ) Start walet the server mode  ( C:\Program Files\******-qt.exe -server -rpcallowip=127.0.0.1 -rpcuser=yourname -rpcpassword=yourpass -rpcport=anyport  )- the bat file.
2 ) Start cudaminer   (  cudaminer.exe -o http://localhost:portwalet -O yourname:yourpass  ) - the bat file.

If I try running my batch file with my wallet not open and it says it can't connect, but then when I open my wallet and try again it connects and starts hashing, does that mean that I have successfully set up a solo mining address? When I am already hashing and I close my wallet, cudaminer continues to hash. Is that a bad sign? I am a bit confused on this and I don't want to leave cudaminer hashing for hours if this is not right.
sr. member
Activity: 350
Merit: 250
Yes so it could perhaps shut off the miner and launch itself again with the new nfactor
hero member
Activity: 756
Merit: 502
I wonder if there is a way to get cudaminer to check the wallet for the current nfactor every so often and if its changed restart itself? It would only work for solo mining but it may be a way round it

nope, everything has to be reinitialized. memory allocation, etc... terminating cudaminer would make sense
sr. member
Activity: 350
Merit: 250
I wonder if there is a way to get cudaminer to check the wallet for the current nfactor every so often and if its changed restart itself? It would only work for solo mining but it may be a way round it
hero member
Activity: 756
Merit: 502

Microcoin just switched Nfactor 7 to Nfactor 8 (N=512).

WARNING: cudaminer does not handle this gracefully during mining. The miner must be restarted.
sr. member
Activity: 350
Merit: 250
Wow. That is extremely useful. I didnt even know nost of those existed. I can now see why microcoin is being mined with such a low N factor.

But how profitable is it? Im guessing some very high block rewards?
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
Ok, HERE's the list I was talking about regarding the N factor changes of different coins.

I probably left some mistakes in as I had very little time to make it. Feel free to comment on them and let me know if you know any more coins that could be on the list!
sr. member
Activity: 350
Merit: 250
Ok guys so I am still mining yacoin here which seems very very low value  what are we all mining? What gpus? And whats profitability like?

Its a big ask I know but whats the point having amazing cudaminer if im not using it to its best :-) after all; the more I mine, the more gets donated to christian. Right now im looking to donate 10% of everything I mine
newbie
Activity: 4
Merit: 0
Does anyone know how to go about setting up cudaminer for solo mining? I want to try solo mining vertcoin but I am a bit lost on what I would put in the batch file to direct it towards my wallet.

cudaminer.exe -a scrypt:2048 -o http://127.0.0.1:port -u username -p password -i 0 -H 2.................
pause


vertcoin.conf

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.0.16
rcpallowip=192.168.0.10
rpcport=port
...........

1 ) Start walet the server mode  ( C:\Program Files\******-qt.exe -server -rpcallowip=127.0.0.1 -rpcuser=yourname -rpcpassword=yourpass -rpcport=anyport  )- the bat file.
2 ) Start cudaminer   (  cudaminer.exe -o http://localhost:portwalet -O yourname:yourpass  ) - the bat file.
full member
Activity: 161
Merit: 100
Does anyone know how to go about setting up cudaminer for solo mining? I want to try solo mining vertcoin but I am a bit lost on what I would put in the batch file to direct it towards my wallet.

cudaminer.exe -a scrypt:2048 -o http://127.0.0.1:port -u username -p password -i 0 -H 2.................
pause


vertcoin.conf

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.0.16
rcpallowip=192.168.0.10
rpcport=port
...........


Do I have to make up my own port number, username and password? Can I just leave 127.0.0.1 as it is or does that need changed as well?

Thanks and sorry for the questions. I just want to be sure I've got this right so I'm not mining air.
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
Does anyone know how to go about setting up cudaminer for solo mining? I want to try solo mining vertcoin but I am a bit lost on what I would put in the batch file to direct it towards my wallet.

cudaminer.exe -a scrypt:2048 -o http://127.0.0.1:port -u username -p password -i 0 -H 2.................
pause


vertcoin.conf

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.0.16
rcpallowip=192.168.0.10
rpcport=port
server=1
...........


Edit: forgot server mode
full member
Activity: 161
Merit: 100
Does anyone know how to go about setting up cudaminer for solo mining? I want to try solo mining vertcoin but I am a bit lost on what I would put in the batch file to direct it towards my wallet.
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.

Hmm, autotune on windows is super inaccurate at the moment. The gettimeofday() routine I am using on Windows seems to have a resolution that is not accurate enough.  And I think I skip the "take 3 measurements and average" policy when in scrypt-jane mode... But it is not a good idea for low n-Factors...

This needs to be refined before a new release.

Christian

It could be really slow sometimes. I was thinking about trying to add a few lines to cudaMiner --benchmark mode so that it exits after autotune finds the best startup config and make a massive batch file with all the different kernels/lookup gaps/N factors and just let it play while I'm at work. Not sure if the GPU would like to jump up and down all day though.
full member
Activity: 182
Merit: 100

Hmm, autotune on windows is super inaccurate at the moment. The gettimeofday() routine I am using on Windows seems to have a resolution that is not accurate enough.  And I think I skip the "take 3 measurements and average" policy when in scrypt-jane mode... But it is not a good idea for low n-Factors...

This needs to be refined before a new release.

Christian
Have you tried using:
SYSTEMTIME time;
GetSystemTime(&time);
WORD millis = time.wMilliseconds; etc.
for Windows?
I think it is the most accurate one
newbie
Activity: 25
Merit: 0
thank you, now everything is working as it should.

i really appreciate your help
hero member
Activity: 756
Merit: 502

Hmm, autotune on windows is super inaccurate at the moment. The gettimeofday() routine I am using on Windows seems to have a resolution that is not accurate enough.  And I think I skip the "take 3 measurements and average" policy when in scrypt-jane mode... But it is not a good idea for low n-Factors...

This needs to be refined before a new release.

Christian
hero member
Activity: 756
Merit: 502
After further tries on Microcoin the result doesn't validate on my CPU, then it shows "share above target" I'm going to try a Velocity coin pool. Which gives the same results that the result doesn't validate on the CPU. What should the start parameters be to mine them for a Fermi card?

share above target is a problem with nearly all MicroCoin pools. I can currently solo-mine though.

validation errors with Fermi kernels have been seen with sm_21 compilations and the CUDA 5.0 toolkit. The CUDA toolkit 5.5 worked fine.

I went back to compute_10 because apparently sm_21 brings no speed gain, but makes the cards run hotter. This and the validation problem.

Have you tried both the F and the X kernels in MRC mode? Both fail to validate?

Jump to: