Author

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

legendary
Activity: 3248
Merit: 1070
How many K / s makes a gtx 750ti in x11 and x13?
I'm thinking of buying some

2700(x11)/2100(x13), but you need 1300 core(mine started with 1300 already no oc for me)/+200 mem
sr. member
Activity: 311
Merit: 250
How many K / s makes a gtx 750ti in x11 and x13?
I'm thinking of buying some
legendary
Activity: 3248
Merit: 1070
Amph i may have to drop you a message tonight when im home to get a little advice on what to mine, you ok with that?

sure you can drop as many as you want

Thanks, Right now because i am mining off the same pc that is running cudamining.cc it isnt costing me anything to run the website as its earning some.
So instead of donations for upkeep of the site i accept help on what coins to mine and in return host the site which helps others.

is it possible to access the website while you are cpu mining ?  Grin


Amph i may have to drop you a message tonight when im home to get a little advice on what to mine, you ok with that?

sure you can drop as many as you want

where is located the piece of code that tell the miner to restart after 30 sec? i want to reduce it to 15-10 sec
TdrDelay ? (it's in the register).

I just finished coding qubit algo... (could be useful from time to time)
780ti => 9.4MHash/s
750ti => 4.3MHash/s

is qubit algo just 1 algo per round?
it is the 5 last algo of x11 (x11 is really a joke... )

i tried it and it doesn't work with qubit coin(tried in their pool)

The first algo needs to create the hash... (while the one in x11 is taking the existing hash and modifies it)


you mean this part right?

Code:
uint32_t endiandata[20];
for (int k=0; k < 20; k++)
be32enc(&endiandata[k], ((uint32_t*)pdata)[k]);

quark_blake512_cpu_setBlock_80((void*)endiandata);
quark_check_cpu_setTarget(ptarget);
sr. member
Activity: 350
Merit: 250
Amph i may have to drop you a message tonight when im home to get a little advice on what to mine, you ok with that?

sure you can drop as many as you want

Thanks, Right now because i am mining off the same pc that is running cudamining.cc it isnt costing me anything to run the website as its earning some.
So instead of donations for upkeep of the site i accept help on what coins to mine and in return host the site which helps others.

is it possible to access the website while you are cpu mining ?  Grin

Well it was last time Wink
legendary
Activity: 1400
Merit: 1050
Amph i may have to drop you a message tonight when im home to get a little advice on what to mine, you ok with that?

sure you can drop as many as you want

Thanks, Right now because i am mining off the same pc that is running cudamining.cc it isnt costing me anything to run the website as its earning some.
So instead of donations for upkeep of the site i accept help on what coins to mine and in return host the site which helps others.

is it possible to access the website while you are cpu mining ?  Grin


Amph i may have to drop you a message tonight when im home to get a little advice on what to mine, you ok with that?

sure you can drop as many as you want

where is located the piece of code that tell the miner to restart after 30 sec? i want to reduce it to 15-10 sec
TdrDelay ? (it's in the register).

I just finished coding qubit algo... (could be useful from time to time)
780ti => 9.4MHash/s
750ti => 4.3MHash/s

is qubit algo just 1 algo per round?
it is the 5 last algo of x11 (x11 is really a joke... )

i tried it and it doesn't work with qubit coin(tried in their pool)

The first algo needs to create the hash... (while the one in x11 is taking the existing hash and modifies it)
sr. member
Activity: 350
Merit: 250
Amph i may have to drop you a message tonight when im home to get a little advice on what to mine, you ok with that?

sure you can drop as many as you want

Thanks, Right now because i am mining off the same pc that is running cudamining.cc it isnt costing me anything to run the website as its earning some.
So instead of donations for upkeep of the site i accept help on what coins to mine and in return host the site which helps others.
legendary
Activity: 3248
Merit: 1070
Amph i may have to drop you a message tonight when im home to get a little advice on what to mine, you ok with that?

sure you can drop as many as you want

where is located the piece of code that tell the miner to restart after 30 sec? i want to reduce it to 15-10 sec
TdrDelay ? (it's in the register).

I just finished coding qubit algo... (could be useful from time to time)
780ti => 9.4MHash/s
750ti => 4.3MHash/s

is qubit algo just 1 algo per round?
it is the 5 last algo of x11 (x11 is really a joke... )

i tried it and it doesn't work with qubit coin(tried in their pool)
sr. member
Activity: 350
Merit: 250
what kind of gpu is this those gridk520 ? (thought it was multi-gpu...)

nup. It's a single core Kepler GK104, compute 3.0


the PCB has two on one board, but what you rent from amazon is just one core.

the Asus ROG Mars is a perfect development platform for Grid K520.
is that why you have 3? Wink
legendary
Activity: 1400
Merit: 1050
where is located the piece of code that tell the miner to restart after 30 sec? i want to reduce it to 15-10 sec
TdrDelay ? (it's in the register).

I just finished coding qubit algo... (could be useful from time to time)
780ti => 9.4MHash/s
750ti => 4.3MHash/s

is qubit algo just 1 algo per round?
it is the 5 last algo of x11 (x11 is really a joke... it is more or less quark+qubit)
hero member
Activity: 756
Merit: 502
what kind of gpu is this those gridk520 ? (thought it was multi-gpu...)

nup. It's a single core Kepler GK104, compute 3.0


the PCB has two on one board, but what you rent from amazon is just one core.

the Asus ROG Mars is a perfect development platform for Grid K520.
sr. member
Activity: 304
Merit: 250
what kind of gpu is this those gridk520 ? (thought it was multi-gpu...)

nup. It's a single core Kepler GK104, compute 3.0

EDIT:"Sorry, looks like it is dualcore. But -t 2 only gives you half the hash times two, so still a total of approx 150h
legendary
Activity: 3248
Merit: 1070
where is located the piece of code that tell the miner to restart after 30 sec? i want to reduce it to 15-10 sec
TdrDelay ? (it's in the register).

I just finished coding qubit algo... (could be useful from time to time)
780ti => 9.4MHash/s
750ti => 4.3MHash/s

is qubit algo just 1 algo per round?
legendary
Activity: 1400
Merit: 1050
where is located the piece of code that tell the miner to restart after 30 sec? i want to reduce it to 15-10 sec
TdrDelay ? (it's in the register).

I just finished coding qubit algo... (could be useful from time to time)
780ti => 9.4MHash/s
750ti => 4.3MHash/s
legendary
Activity: 3248
Merit: 1070
where is located the piece of code that tell the miner to restart after 30 sec? i want to reduce it to 15-10 sec
legendary
Activity: 1400
Merit: 1050
what kind of gpu is this those gridk520 ? (thought it was multi-gpu...)
sr. member
Activity: 304
Merit: 250
Tsiv branch on AWS with GRID K520



 Undecided
sr. member
Activity: 434
Merit: 250
nope, but i honestly dont know what else to go mine anymore

britcoin is profitable right now, 0.03 a day with 6x 750ti

first rule here: always mine new coins, old coins are doomed to be not profitable

i've already made roi with my 6 x 750ti lmao, took me only two weeks, too easy

AMPH che pool utilizzi ? .
sr. member
Activity: 350
Merit: 250
Amph i may have to drop you a message tonight when im home to get a little advice on what to mine, you ok with that?
legendary
Activity: 3248
Merit: 1070
are you sure about 0.003 per 750ti? a quick look tell me something else

diff will always adjust so you can't earn more than 0.002 per card or soemthing like that, this is why i hate mining old coins
sr. member
Activity: 350
Merit: 250
Will still be better then jackpot then, plus my 780 can jump in aswell
Jump to: