Bitcoin Forum
June 17, 2024, 04:46:23 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 [197] 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 »
3921  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: August 04, 2014, 08:02:27 PM

You only need the toolkit if you want to compile.  Not for normal use.

Thx... but when I try to use it, it says it can't find the drivers;
Regular ccminer works perfectly.

Make sure you are running a version >=340.52 of the nVidia drivers. Latest compiled versions of most miners require it now since the authors are ditching CUDA 5.5.
and it looks like im out cause my windows 8.1 and vista dont like that driver. Cry Cry

and to top it off Richie Lai of Bittex or one of the staff,to the best of my knowledge, locked my account today. With a flip of a switch, so think about it ppl.
3922  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Be safe: READ THIS BEFORE TRADING/BUYING/USING YOUR MONEY on: August 04, 2014, 06:02:29 PM
And another thing to watch out for is, any exchange can lock your account at anytime they feel!  Richie Lai of Bittex or one of the staff,to the best of my knowledge, locked my account today. With a flip of a switch, so think about it ppl.
3923  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Doomcoin](DOOM) ToR Anon/Luffa-512 Algo Launched on *C-Cex* Merch Service! on: August 04, 2014, 05:42:57 PM
block reward halve  Cool

Now is a good time to get to bittrex

i dont. lets go to crispy  Smiley
3924  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: August 01, 2014, 11:30:07 PM
I can't get above 87% efficiency with nvMiner on doom with 750 ti's.

I've tried creating a loop.bat with a killtimer of 60, and I still get around 95%.  Keep in mind that the cards are not overclocked.  Anyone have any ideas?

no but can i see your bat restart i cant get one going   please  Smiley
EDIT:i definitely need a bat restart on this coin

Here's one that was posted on cryptomining blog a few weeks ago. Might be overly elaborate for some, but gets the job done.

Code:
@echo off
echo -------------------------------------------------------------------
echo Simple script to restart your miner software after a period of time
echo -------------------------------------------------------------------
echo:
set executable=ccminer.exe
set commandline=-q -a x11 -o stratum+tcp://pool -u user -p pass
set runforseconds=7200
set restartinseconds=10
set /a counter=0
:start
start "Miner Window" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start

thanks, ill do it   Smiley
3925  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: August 01, 2014, 10:35:48 PM
I can't get above 87% efficiency with nvMiner on doom with 750 ti's.

I've tried creating a loop.bat with a killtimer of 60, and I still get around 95%.  Keep in mind that the cards are not overclocked.  Anyone have any ideas?

no but can i see your bat restart i cant get one going   please  Smiley
EDIT:i definitely need a bat restart on this coin
3926  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PREANN] [ORG] Orgasmicoin - New Proof PoX - Proof of Sex [IPO][SexToy] on: August 01, 2014, 10:27:28 PM
if you start your advertising campaign in japan this could be a big hit.

If i use the one for my cock, can i stick another one in my ass and dual mine?

3927  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: August 01, 2014, 07:49:38 PM
You need your miner bat in a loop separately. Example:

miner.bat:
:start
nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x  -d 0,1,2,3
goto start

loop.bat:
:start
timeout -t 30
taskkill -t -f /im ccminer.exe
goto start

I think you could do it one bat with the Start command but I prefer to have it separately.

you mean like this
FIRST BAT FILE
:start
nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x  -d 0,1,2,3
goto start

SECOND BAT FILE
loop.nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x  -d 0,1,2,3
:start
timeout -t 30
taskkill -t -f /im nvMiner.exe
goto start

?
i still cant get it right  Roll Eyes
3928  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: August 01, 2014, 07:32:56 PM
Sooo I've missed the last 30 pages again. How's everyone doing and have I missed much?

Get reading my friend so you can see all the bad things we said about you. Smiley

3929  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: August 01, 2014, 07:31:20 PM
I have one of the EVGA 740 4GB cards, and I'm trying to mine YAC (scrypt-chacha, NFactor 15). I can't get past 630 hash/s. Anyone have suggestions on settings? Here is what I have:

-q -a scrypt-jane -o stratum+tcp://yac.m-s-t.org:3333 -O worker:password -H 2 -i 0 -l auto -L 2 -C 2 -m 0

heres my command line for CACH coin........cudaminer.exe -l t64x1 -H 2 -i 0 -m 1 -L 4 -C 2 -b 32768 --algo=scrypt-jane:CACH  
try maybe the -t64x1 and play with that according also to what your auto gave you. going to do that coin after DOOM coin. ps thats a small t and i had it running with -t5x24 also, the fastest 3.33kh/s per card. And the batch file i should take out because cuda miner knows where its at.  Smiley
3930  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Doomcoin](DOOM) Anon/ Luffa-512 Algo Launched on *C-Cex* Merchant Service! on: August 01, 2014, 05:05:48 PM
help please..wallet wont sync and no block source available ..thanks

hey mate, you can use

addnode=doom.suprnova.cc

and it should work (you can also use the other pools probably)

ok thanks oc   Smiley

EDIT:the wallet woke up just now  Cool
3931  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Doomcoin](DOOM) Anon/ Luffa-512 Algo Launched on *C-Cex* Merchant Service! on: August 01, 2014, 04:56:21 PM
help please..wallet wont sync and no block source available ..thanks
3932  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 31, 2014, 10:49:32 PM
You need your miner bat in a loop separately. Example:

miner.bat:
:start
nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x  -d 0,1,2,3
goto start

loop.bat:
:start
timeout -t 30
taskkill -t -f /im ccminer.exe
goto start

I think you could do it one bat with the Start command but I prefer to have it separately.
[/quote]

you mean like this
FIRST BAT FILE
:start
nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x  -d 0,1,2,3
goto start

SECOND BAT FILE
loop.nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x  -d 0,1,2,3
:start
timeout -t 30
taskkill -t -f /im nvMiner.exe
goto start

?
3933  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 31, 2014, 10:13:56 PM
There seems to be a lot of rejects for Doom on Suprnova. Usually around 85% yays. Anyone else getting that?

yes alot im in using the new drivers but ill turn them back after doom coin   Smiley

this is a coin that could use this restart bat file but cant get timer part to work with ccminer or nvminer. Works with cuda.


:start
nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x    --time-limit 180
goto start



does anybody know if you can use this timer command  in ccminer or nvminer ?

Nope, but until then you can run a secondary bat file that closes ccminer periodically:

echo off
title control
:start
timeout -t 30
taskkill -t -f /im ccminer.exe
cls
goto start

I'll ask ocminer to open up a port with static difficulty as the problem comes from ccminer not being a big fan of vardiff.


thank you  Smiley

the    taskkill -t -f /im ccminer.exe   isn't closing the program to restart  but it loops


EDIT:

 echo off
nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x  -d 0,1,2,3
:start
timeout -t 10
taskkill -t -f /im nvMiner.exe
cls
goto start
3934  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 31, 2014, 09:50:20 PM
There seems to be a lot of rejects for Doom on Suprnova. Usually around 85% yays. Anyone else getting that?

yes alot im in using the new drivers but ill turn them back after doom coin   Smiley

this is a coin that could use this restart bat file but cant get timer part to work with ccminer or nvminer. Works with cuda.


:start
nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x    --time-limit 180
goto start



does anybody know if you can use this timer command  in ccminer or nvminer ?

Nope, but until then you can run a secondary bat file that closes ccminer periodically:

echo off
title control
:start
timeout -t 30
taskkill -t -f /im ccminer.exe
cls
goto start

I'll ask ocminer to open up a port with static difficulty as the problem comes from ccminer not being a big fan of vardiff.


thank you  Smiley
3935  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 31, 2014, 09:25:14 PM
There seems to be a lot of rejects for Doom on Suprnova. Usually around 85% yays. Anyone else getting that?

yes alot im in using the new drivers but ill turn them back after doom coin   Smiley

this is a coin that could use this restart bat file but cant get timer part to work with ccminer or nvminer. Works with cuda.


:start
nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x    --time-limit 180
goto start



does anybody know if you can use this timer command  in ccminer or nvminer ?
3936  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 31, 2014, 08:51:29 PM
Cryptonite != Cryptonight

tsiv i didn't know that. Embarrassed
3937  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 31, 2014, 08:09:07 PM
Is there a thread for the Nvidia Cryptonite miner for Windows?
If not, where is it currently downloaded from?

this is the thread. read back about 20-40 pages.
3938  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 31, 2014, 07:54:50 PM
Speaking of Christian, he hasn't posted since July 12th.

Anybody heard from him in any way?

Just hoping everything is OK with him.

note quite okay, been sick for 2 weeks, but based on what I know it's not fatal. At least I've got that going for me. :-)
i missed your post. Get better Christian, I still owe you some more beers.   Grin Really get well soon.
3939  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 31, 2014, 07:38:36 PM
There seems to be a lot of rejects for Doom on Suprnova. Usually around 85% yays. Anyone else getting that?

yes alot im in using the new drivers but ill turn them back after doom coin   Smiley

this is a coin that could use this restart bat file but cant get timer part to work with ccminer or nvminer. Works with cuda.


:start
nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u   -p x    --time-limit 180
goto start
3940  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 31, 2014, 07:21:03 PM
don't know if it is cryptonight algo or what(appeared just recently after mining monero), but after some time(usually at night) my pc freeze(the screen is the one like when the computer is locked) and i can't moves mouse or use keyboard and i'm forced to reset or close the psu

paging mem was very low only 1g, maybe is that the problem, i rised to 2gb
May-be you have some power saving option turned on...

i checked that is off(never/never), hyber.sys also is off, was working good before monero mining, or maybe just a virus(checked here and seems clean) i dunno...

sounds like what i got and maybe still have idk
Pages: « 1 ... 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 [197] 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!