Search content
Sort by

Showing 16 of 16 results by trancelord
Post
Topic
Board Altcoin Discussion
Re: GPU mining= profitability going down the drain.
by
trancelord
on 11/03/2014, 22:10:02 UTC
theres an extreme oversaturation of these altcoins and its becoming nearly impossible to profit/ride the wave of a new coin...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZEIT] ZEITCOIN -- 100 MIL GIVEAWAY! - EXCHANGE POS/POW Launched
by
trancelord
on 01/03/2014, 13:08:05 UTC
so the launch wallet is no longer used?

I just sent over a few thousand from a pool and it didnt come through.

downloaded the new wallet now, what do i do from here?

how am i gonna recover that few thousand? and the coins in the original wallet?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 01/03/2014, 02:26:15 UTC
Ok, how do I set my gtx 680

cudaminer to change pools if 1 cant connect for a certain amount of time?

Would like to do multiple pools.



I got this so far, but i want to add more pools

cudaminer.exe -o stratum+tcp://minercrew.org:3336 -u Miner.user -p password
cudaminer.exe -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1

HElp will be appreciated and maybe i can donate??  Smiley
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 28/02/2014, 17:03:16 UTC

Actually that line would never run, as it goes back to loop.
Also, you need the parameters of cudaminer in every line, not at the bottom.
Code:
:loop
cudaminer.exe -R 5 -r 5 -o stratum+tcp://minercrew.org:3336 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 5 -r 5 -o stratum+tcp://pool.yourmine.org:3340 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 15 -r 2 -o stratum+tcp://zeit.hashstrike.com:3341 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.morecoins.org:3334 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 5 -r 2 -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3366 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.coins4everyone.com:3453 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.hashfever.com:3265 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
goto loop
[/quote]


its giving me a "non existant cuda device specified in -d option.


this is an example of what works for me with vert when i dont want or need to switch pools

cudaminer.exe -o stratum+tcp://vtc.poolz.net:3333 -u miner.user -p password
cudaminer.exe -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1

that runs for me stable 24/7.



I appreciate the help, but i gotta go for now.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 28/02/2014, 16:42:16 UTC
Hey guys, I have a question.

how do you set cudaminer to switch to pools automatically?

like say a pool doesnt reconnect, you can autoswitch to another pool after a while.

i know cg miner does it.. but how can u do it on cuda? what is the command?

tryin to set it up and run it automatically cuz i gotta work tonight and im mining something.

thanks
You can set a specific amount of retries, and then make cudaminer terminate automatically when those retries have ran out.
Use -r # for the retry count and -R # for retry seconds

Examples:
Code:
:loop
cudaminer.exe -R 5 -r 10 -o pool1.com -O Acc.Worker:Pass
cudaminer.exe -R 10 -r 5 -o pool2.com -O Acc.Worker:Pass
cudaminer.exe -R 15 -r 2 -o pool3.com -O Acc.Worker:Pass
goto loop


i added those retry commands and after the retries are done. it says
workio thread dead, waiting for workers, and it just sits there.


so i think i need some kind of  terminate command to make it go to the next pool?



heres what i have

:loop
cudaminer.exe -R 5 -r 5 -o stratum+tcp://minercrew.org:3336 -u miner.user -p password
cudaminer.exe -R 5 -r 5 -o stratum+tcp://pool.yourmine.org:3340 -u miner.user -p password
cudaminer.exe -R 15 -r 2 -o stratum+tcp://zeit.hashstrike.com:3341 -u miner.user -p password
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.morecoins.org:3334 -u miner.user -p password
cudaminer.exe -R 5 -r 2 -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3366 -u miner.user -p password
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.coins4everyone.com:3453 -u miner.user -p password
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.hashfever.com:3265 -u miner.user -p password
goto loop
cudaminer.exe -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1


if any1 can help me, im tryin to get cuda to jump from 1 pool to another if 1 is down, cuz i wont be present at computer.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 28/02/2014, 16:33:16 UTC
do you mind if i post my settings so you can see troubleshoot me quick?
The internet is a place of freedom, go ahead Smiley

One is built into the QT-wallet I believe.
Let's hope so...

I posted above, i edited my post if u can help me  Smiley
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 28/02/2014, 16:13:51 UTC
Hey guys, I have a question.

how do you set cudaminer to switch to pools automatically?

like say a pool doesnt reconnect, you can autoswitch to another pool after a while.

i know cg miner does it.. but how can u do it on cuda? what is the command?

tryin to set it up and run it automatically cuz i gotta work tonight and im mining something.

thanks
You can set a specific amount of retries, and then make cudaminer terminate automatically when those retries have ran out.
Use -r # for the retry count and -R # for retry seconds

Examples:
Code:
:loop
cudaminer.exe -R 5 -r 10 -o pool1.com -O Acc.Worker:Pass
cudaminer.exe -R 10 -r 5 -o pool2.com -O Acc.Worker:Pass
cudaminer.exe -R 15 -r 2 -o pool3.com -O Acc.Worker:Pass
goto loop

do you mind if i post my settings so you can see troubleshoot me quick?


cudaminer.exe -o stratum+tcp://minercrew.org:3336 -u help.user -p password
-o stratum+tcp://pool.yourmine.org:3340 -u help.user -p password
cudaminer.exe -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1


i want to add more pools after, but can i get it to switch pools, if say.. 1 doesnt work for a min straight?
how would i do that. thanks
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 28/02/2014, 16:03:10 UTC
Hey guys, I have a question.

how do you set cudaminer to switch to pools automatically?

like say a pool doesnt reconnect, you can autoswitch to another pool after a while.

i know cg miner does it.. but how can u do it on cuda? what is the command?

tryin to set it up and run it automatically cuz i gotta work tonight and im mining something.

thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin With a Fast Distribution *13 Exchanges
by
trancelord
on 27/02/2014, 08:33:29 UTC
how do i mine these with nvidia card?

need assistance. thanks.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 08/02/2014, 03:44:30 UTC
maxcoinpool seems to be back up.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 08/02/2014, 03:05:25 UTC
difficulty skyrocketing, none of the pools working, price crashing

IS THERE even any reason to do this anymore?

I mean.. i got 1 gtx 680...

its only 1 day in and i cant make much.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 08/02/2014, 02:23:25 UTC
anyone having problems with maxcoinpool?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 08/02/2014, 01:32:58 UTC
guys, what does it mean if im getting a lower %? like... the % number in brackets before the khash speed, is 69%, does that mean the pool sucks? or theres something up with my settings?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 08/02/2014, 01:17:47 UTC
any1 mining with a gtx 680 and getting more than 133khash?

if so, what are your settings? thanks

i have gtx680 but i get max 127. what config do you use?

--algo=keccak -d 0 -l K1000x32 -L 128 -i 0 -C 2 -H 2 -s 10
pause

i am also ocd +300 mem

and +153 core clock
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 08/02/2014, 00:59:21 UTC
any1 mining with a gtx 680 and getting more than 133khash?

if so, what are your settings? thanks
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
trancelord
on 07/02/2014, 19:46:06 UTC
can any1 post me what my config would look like for a gtx 680 mining maxcoin? thanks

thanks