Author

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

hero member
Activity: 644
Merit: 500

New profitability output Cheesy http://pastebin.com/KAmrKpk4

And yes, it will also monitor the miners @ work. But you'll need to have patience, problems like these are arising continuously Tongue Crypto is a strange beast.

How comes that JPC's profit is only 1/2 of TAC and some X11 clone coin? You get the wrong diff for JPC, right? Or wrong price? Check it, dude.

Diff shooting around, exchange prices shooting around. Meh, again :p http://pastebin.com/hUVDyyXy
JPC was on top of the list yesterday but it seems like diff is increasing ^^ : http://bitinfocharts.com/comparison/hashrate-jpc.html
hero member
Activity: 938
Merit: 1000
As I've told in here before, I'm making a profit-switcher for cudaminer/ccminer. I've almost completely finished reading and analyzing loads of api's: whattomine, cointweak & coinwarz for diff, blockreward, etc & the prices are grabbed directly from either mintpal, cryptsy or bittrex (using the largest volume for defining the price).
But for Quark, I've stumbled upon a problem; my BTC guesstimate is way too lowfor what Coinwarz and my experience with Quark predicts. For the other Coins, it seems right. Anyone care to figure out what's the problem? Tongue
Pastebin with results for one gtx750ti, Quark coins are at the bottom: http://pastebin.com/RMBUFNZN

EDIT: I opened a new topic here: https://bitcointalksearch.org/topic/m.7217731
500TAC bounty Cheesy
Problem fixed ^^" https://bitcointalksearch.org/topic/m.7218700
It should've been Math.Pow(2,24)



New profitability output Cheesy http://pastebin.com/KAmrKpk4

And yes, it will also monitor the miners @ work. But you'll need to have patience, problems like these are arising continuously Tongue Crypto is a strange beast.

How comes that JPC's profit is only 1/2 of TAC and some X11 clone coin? You get the wrong diff for JPC, right? Or wrong price? Check it, dude.
hero member
Activity: 644
Merit: 500
As I've told in here before, I'm making a profit-switcher for cudaminer/ccminer. I've almost completely finished reading and analyzing loads of api's: whattomine, cointweak & coinwarz for diff, blockreward, etc & the prices are grabbed directly from either mintpal, cryptsy or bittrex (using the largest volume for defining the price).
But for Quark, I've stumbled upon a problem; my BTC guesstimate is way too lowfor what Coinwarz and my experience with Quark predicts. For the other Coins, it seems right. Anyone care to figure out what's the problem? Tongue
Pastebin with results for one gtx750ti, Quark coins are at the bottom: http://pastebin.com/RMBUFNZN

EDIT: I opened a new topic here: https://bitcointalksearch.org/topic/m.7217731
500TAC bounty Cheesy
Problem fixed ^^" https://bitcointalksearch.org/topic/m.7218700
It should've been Math.Pow(2,24)



New profitability output Cheesy http://pastebin.com/KAmrKpk4

And yes, it will also monitor the miners @ work. But you'll need to have patience, problems like these are arising continuously Tongue Crypto is a strange beast.
full member
Activity: 146
Merit: 100
Anyone knows of a monitoring programs for CudaMiner / ccMiner ? Something in the style of cgwatcher / cgremote ?

Currently using CudaManager, but it's only good as a fail switch really.
Look above your post. I (and some others independently lol) are busy working on it ^^"
So not yet, but it's in the making.
Oh, I read your post, but it seemed like you're working on some profit switching program, not a monitoring one. But if you will have local and remote monitoring options as well than that would be great! Wouldn't even mind paying for it (did for cgremote) - so long as it's just as solid.

He indeed talked about monitoring, something like cudamanager. I don't know about the remote monitoring, but if he gets local to work, remote should be doable as well, I think.
sr. member
Activity: 364
Merit: 250
Anyone knows of a monitoring programs for CudaMiner / ccMiner ? Something in the style of cgwatcher / cgremote ?

Currently using CudaManager, but it's only good as a fail switch really.
Look above your post. I (and some others independently lol) are busy working on it ^^"
So not yet, but it's in the making.
Oh, I read your post, but it seemed like you're working on some profit switching program, not a monitoring one. But if you will have local and remote monitoring options as well than that would be great! Wouldn't even mind paying for it (did for cgremote) - so long as it's just as solid.
full member
Activity: 126
Merit: 100
Cryptonight algo please Sir  Cool

 Kiss
legendary
Activity: 3248
Merit: 1070
can ccminer mine both groestl, myriad and 512 one?
hero member
Activity: 644
Merit: 500
Anyone knows of a monitoring programs for CudaMiner / ccMiner ? Something in the style of cgwatcher / cgremote ?

Currently using CudaManager, but it's only good as a fail switch really.
Look above your post. I (and some others independently lol) are busy working on it ^^"
So not yet, but it's in the making.
sr. member
Activity: 364
Merit: 250
Anyone knows of a monitoring programs for CudaMiner / ccMiner ? Something in the style of cgwatcher / cgremote ?

Currently using CudaManager, but it's only good as a fail switch really.
hero member
Activity: 644
Merit: 500
As I've told in here before, I'm making a profit-switcher for cudaminer/ccminer. I've almost completely finished reading and analyzing loads of api's: whattomine, cointweak & coinwarz for diff, blockreward, etc & the prices are grabbed directly from either mintpal, cryptsy or bittrex (using the largest volume for defining the price).
But for Quark, I've stumbled upon a problem; my BTC guesstimate is way too lowfor what Coinwarz and my experience with Quark predicts. For the other Coins, it seems right. Anyone care to figure out what's the problem? Tongue
Pastebin with results for one gtx750ti, Quark coins are at the bottom: http://pastebin.com/RMBUFNZN
Code used:

Code:
public double CalcBtcPerDay(double hashRateKh)
        {
            if (IsNiceHash) return (hashRateKh / 1000000) * BestExchange.BtcPrice;

            CoinsPerDay = BlockReward/(Difficulty*(Math.Pow(2,32))/(hashRateKh*1000)/3600/24);
            return BtcPerDay = CoinsPerDay*BestExchange.BtcPrice;
        }

EDIT: I opened a new topic here: https://bitcointalksearch.org/topic/m.7217731
500TAC bounty Cheesy
newbie
Activity: 36
Merit: 0
What params do people use to get 3Mh/s on X11 algo with a 750ti ?
I have this but can be wrong:
Code:
./ccminer -t 1 -a x11 -s 1 -o http://myurl:aport -u user  -p x

I have compiled ccminer from the official git and i'm using ubuntu.
Sorry if the question was already asked but it's very hard to find something in this very very long thread.

You won't get 3Mh/s on a 750Ti.  2.2 with a healthy overclock is about as good as it gets right now.
legendary
Activity: 3248
Merit: 1070
it is not so direct imho

there are coins with less unit per blocks that are sitting at 1ks at best
hero member
Activity: 938
Merit: 1000
yeah it may rise i know, i've seen all kinda of things here already  Cheesy

but like everything else here, it's a gamble, because the price isn't that low(i don't know about the cap of tac...) like jackpot at 2 sat

You make a comparison between 100000 coins block reward versus maximal 50 coins block reward ? The number speaks for itself.
legendary
Activity: 3248
Merit: 1070
yeah it may rise i know, i've seen all kinda of things here already  Cheesy

but like everything else here, it's a gamble, because the price isn't that low(i don't know about the cap of tac...) like jackpot at 2 sat
hero member
Activity: 938
Merit: 1000

Its just me, or talkcoin is the most profitable coin right now?

jackpot still is, 45 sat and a wall of 50 btc at 40 sat, no miner can break that wall lol

0.015 a day with just 3 gpu(750ti), but we know that the diff will rise

Haha I thought I was the only one who recognize about this. Everyone goes to JPC train and won't pay attention to TAC. How nice. I made 0.01BTC per one 750ti daily for 3 days straight. But I don't think it will last.

tac is slightly less profitable even now that jackpot is at 400+ diff, and i'm not that sure it will rise like jackpot....

JPC diff is a mess IMHO. Never seen a coin with diff charts like a sinus curve like this. Hopefully it is not a bug in the diff rechanging algo.
TAC is on hold now because people don't know what is the next block reward, which happens soon (< 20 hours).
I like all aspects of TAC, except the block reward voting system. It should be get rid off because it scares the investors. Who will buy at this price when the next days you could have 3 times more. The voting system sounds democratic at first, but it's actually not. It's very easy to manipulate with a handful of people.
Like it said TAC is like JPC. A lot of people sold JPC for less than 10 sat including me and Christian. TAC is only 4 days @ exchange while JPC is 3 weeks @ allcrypt with < 2BTC volume daily. And it explodes now because some whales back it up. Think what happens to TAC with the same whale back it up then?
sr. member
Activity: 401
Merit: 250
Just to get an extra data point I tried pointing sgminer at my two GTX 750 Ti cards for X13, which does work since the NVIDIA drivers support OpenCL.  I ended up getting about 690Mhash/s.  Considering that ccminer gives about 4200-4300Mhash/s for the two cards on X11 there is definitely no profit in running this way.  If you mine with NVIDIA it pretty much has to be cudaMiner and ccminer.
member
Activity: 117
Merit: 10
Quote from: Amph link=topic=167229.msg7212544#msg7212544
tac is slightly less profitable even now that jackpot is at 400+ diff, and i'm not that sure it will rise like jackpot....
Anyway, I cashed out my tac I've mined about a month ago, 0.3 btc for 2 days of mining, not bad at all.... Should have kept mining it, the x11 mania distracted me.
legendary
Activity: 3248
Merit: 1070
What params do people use to get 3Mh/s on X11 algo with a 750ti ?
I have this but can be wrong:
Code:
./ccminer -t 1 -a x11 -s 1 -o http://myurl:aport -u user  -p x

I have compiled ccminer from the official git and i'm using ubuntu.
Sorry if the question was already asked but it's very hard to find something in this very very long thread.

3mH/s with a single 750ti, there is a new release i'm not aware of?
Here we go again. All releases with performances can be found on cudamining.cc, thanks to bigjme.

apparently they can't, cuda.cc still report old versions

bigjme reported it just above/under my post lol

Its just me, or talkcoin is the most profitable coin right now?

jackpot still is, 45 sat and a wall of 50 btc at 40 sat, no miner can break that wall lol

0.015 a day with just 3 gpu(750ti), but we know that the diff will rise

Haha I thought I was the only one who recognize about this. Everyone goes to JPC train and won't pay attention to TAC. How nice. I made 0.01BTC per one 750ti daily for 3 days straight. But I don't think it will last.

tac is slightly less profitable even now that jackpot is at 400+ diff, and i'm not that sure it will rise like jackpot....
hero member
Activity: 938
Merit: 1000
Its just me, or talkcoin is the most profitable coin right now?

jackpot still is, 45 sat and a wall of 50 btc at 40 sat, no miner can break that wall lol

0.015 a day with just 3 gpu(750ti), but we know that the diff will rise

Haha I thought I was the only one who recognize about this. Everyone goes to JPC train and won't pay attention to TAC. How nice. I made 0.01BTC per one 750ti daily for 3 days straight. But I don't think it will last.
sr. member
Activity: 350
Merit: 250
no new versions, people are reading older posts, and then just guessing at stuff
Jump to: