Author

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

legendary
Activity: 3248
Merit: 1070
P.S. once you're done you can claim the bounty.

Hmm, I hold more BBR than this bounty Wink


Sorry maybe I missed the BBR launch but I still don't get what the fuss about this coin.
Ok from the technical point they have some innovations, but innovation alone in crypto is not the selling point.
Others sides of this coin turn me off so much like 10% dev fee (someone corrects me if I'm wrong) and this coin's terrible name. Sounds like a joke coin.
And only simplerminer for CPU is working now, which only cryptonight mineable?? So how to mine with wild keccak ? djm34 are you mining this coin too?

nope, I don't mine it. The name and logo was a no go (totally discarded because of that and the stupid logo, didn't even look at what it was until very recently). I don't think any coin ever inspired so much disinterest (especially based on the name) than this one. (and I am even not joking  Grin went to the thread thought "what's that crap ?" moved to the next thread ).

I am waiting for a pool though


Why does it always seem that these are the coins that hit big when they go to an exchange. Ex. Mugatu, I seen that and Cloak and thought to myself "Why?" and moved on. I need to start mining these coins but then my "Why?" would come true and I would have wasted my time.

That is the kind of luck I have I guess. I could have been a thousandaire by now, a high thousandaire.
actually I found Mugatucoin much more appealing than boolberry...
I didn't run a lot on it, I have around 2400mug which I got at start.
I didn't even run a lot on it at start. I could have made much more as I was compiling the wallet (didn't realise he had launched before I had finished to compile&send the wallet). I am too honest  Grin must have missed about 10k)
Also it was pretty easy to solo mine it until at least thursday...

so for that coin, the diff was low? because in every launch the diff skyrocket to 100 in 5 mins, how did you manage to find 10+ blocks?
legendary
Activity: 1400
Merit: 1050
oh - i didn't know the afterburner works for nvidia cards too... gonna download it now thanks!
It is a bit like amd cards, nobody knows they work for gaming
sr. member
Activity: 364
Merit: 250
oh - i didn't know the afterburner works for nvidia cards too... gonna download it now thanks!
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
MSI Afterburner. Click "Sync".
sr. member
Activity: 364
Merit: 250
I was just wondering if you guys have any specific programs you know I could use to overclock all the graphics card with 1 click? I am currently using the Palit Thunder Master which I need to overclock the cards individually which is bit of a pain. Also, is it normal for my computer to slow down when I use CCMiner? When I was mining using my 7970 and 280xS, I set the intensity to 13 and they my computer doesn't slow down.
legendary
Activity: 3164
Merit: 1003
hi   if a pool has its difficulty  to high will the -d 0.05 lower it and is that the correct command  thank you

-d is the device flag, so that wouldn't work. As for difficulty lowering, try that in your worker page of the pool, or, if you mine at nicehash, specify d=?Huh in the password.

i found it   d=0.01 ill give it a try  Smiley

nope d=0.01 doesnt work  Cry  difficulty pool is 3,000% my god  hummmmm
legendary
Activity: 3164
Merit: 1003
hi   if a pool has its difficulty  to high will the -d 0.05 lower it and is that the correct command  thank you

-d is the device flag, so that wouldn't work. As for difficulty lowering, try that in your worker page of the pool, or, if you mine at nicehash, specify d=?Huh in the password.

i found it   d=0.01 ill give it a try  Smiley
full member
Activity: 168
Merit: 100
Guys, about the nicehash price comparator, i have had this idea about it for a while. Sadly, I am no programmer, and while I guess I could teach myself, it would be more efficient if I just explained the idea here, so that the people working on it can take what they like from it. So here goes.

Imagine a GUI, with a set of windows for each algo supported. In the first table, you can input the bat-file for that algo. In the second table you can put the average khash of that .bat, the third containing the energy-cost for that algo, if applicable.

Now, what the program does is getting the prices from the Nicehash API, from that it gets the price per khash. It then computes the BTC one of the bat-files would make if run, detracts the energycost from it, and then runs the one with the highest profit, if the profit is existent, that is, if you don't lose more money in energy than you get in BTC. For this energy-cost inclusion in the process, getting the BTC/dollar or euro price is necessary, so you would need to use an API from one of the bigger exchanges for this.

That's the base idea. If possible, a number of other ideas could be implemented, some like CUDA-manager, such as overheating protection, yays per minute, average khash/s and stuff like that.

Another option would be the option of changing sets of bat/khash/energy for an algo with the click of a button. For example, I use an older version of CCminer for X11 mining when I use the rig, because it doesn't cause lag like the newest one does, which I use for when I don't use the computer.

Perhaps a easy way of using the overclock settings from nVidia Inspector, but those can be taken care of in bat-file, so it isn't necessary.

I built almost exactly this myself.
full member
Activity: 146
Merit: 100
hi   if a pool has its difficulty  to high will the -d 0.05 lower it and is that the correct command  thank you

-d is the device flag, so that wouldn't work. As for difficulty lowering, try that in your worker page of the pool, or, if you mine at nicehash, specify d=?Huh in the password.
member
Activity: 84
Merit: 10
why does my miner crash eventhough 0 oc ? and sometimes computer restarts suddenly Sad
legendary
Activity: 3164
Merit: 1003
hi   if a pool has its difficulty  to high will the -d 0.05 lower it and is that the correct command  thank you
full member
Activity: 146
Merit: 100
Guys, about the nicehash price comparator, i have had this idea about it for a while. Sadly, I am no programmer, and while I guess I could teach myself, it would be more efficient if I just explained the idea here, so that the people working on it can take what they like from it. So here goes.

Imagine a GUI, with a set of windows for each algo supported. In the first table, you can input the bat-file for that algo. In the second table you can put the average khash of that .bat, the third containing the energy-cost for that algo, if applicable.

Now, what the program does is getting the prices from the Nicehash API, from that it gets the price per khash. It then computes the BTC one of the bat-files would make if run, detracts the energycost from it, and then runs the one with the highest profit, if the profit is existent, that is, if you don't lose more money in energy than you get in BTC. For this energy-cost inclusion in the process, getting the BTC/dollar or euro price is necessary, so you would need to use an API from one of the bigger exchanges for this.

That's the base idea. If possible, a number of other ideas could be implemented, some like CUDA-manager, such as overheating protection, yays per minute, average khash/s and stuff like that.

Another option would be the option of changing sets of bat/khash/energy for an algo with the click of a button. For example, I use an older version of CCminer for X11 mining when I use the rig, because it doesn't cause lag like the newest one does, which I use for when I don't use the computer.

Perhaps a easy way of using the overclock settings from nVidia Inspector, but those can be taken care of in bat-file, so it isn't necessary.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Why does it always seem that these are the coins that hit big when they go to an exchange. Ex. Mugatu, I seen that and Cloak and thought to myself "Why?" and moved on. I need to start mining these coins but then my "Why?" would come true and I would have wasted my time.

That is the kind of luck I have I guess. I could have been a thousandaire by now, a high thousandaire.
hmm.. I guess that's what happens when you judge a cryptocurrency by its name.  Roll Eyes
legendary
Activity: 1400
Merit: 1050
P.S. once you're done you can claim the bounty.

Hmm, I hold more BBR than this bounty Wink


Sorry maybe I missed the BBR launch but I still don't get what the fuss about this coin.
Ok from the technical point they have some innovations, but innovation alone in crypto is not the selling point.
Others sides of this coin turn me off so much like 10% dev fee (someone corrects me if I'm wrong) and this coin's terrible name. Sounds like a joke coin.
And only simplerminer for CPU is working now, which only cryptonight mineable?? So how to mine with wild keccak ? djm34 are you mining this coin too?

nope, I don't mine it. The name and logo was a no go (totally discarded because of that and the stupid logo, didn't even look at what it was until very recently). I don't think any coin ever inspired so much disinterest (especially based on the name) than this one. (and I am even not joking  Grin went to the thread thought "what's that crap ?" moved to the next thread ).

I am waiting for a pool though


Why does it always seem that these are the coins that hit big when they go to an exchange. Ex. Mugatu, I seen that and Cloak and thought to myself "Why?" and moved on. I need to start mining these coins but then my "Why?" would come true and I would have wasted my time.

That is the kind of luck I have I guess. I could have been a thousandaire by now, a high thousandaire.
actually I found Mugatucoin much more appealing than boolberry...
I didn't run a lot on it, I have around 2400mug which I got at start.
I didn't even run a lot on it at start. I could have made much more as I was compiling the wallet (didn't realise he had launched before I had finished to compile&send the wallet). I am too honest  Grin must have missed about 10k)
Also it was pretty easy to solo mine it until at least thursday...
legendary
Activity: 1400
Merit: 1000
P.S. once you're done you can claim the bounty.

Hmm, I hold more BBR than this bounty Wink


Sorry maybe I missed the BBR launch but I still don't get what the fuss about this coin.
Ok from the technical point they have some innovations, but innovation alone in crypto is not the selling point.
Others sides of this coin turn me off so much like 10% dev fee (someone corrects me if I'm wrong) and this coin's terrible name. Sounds like a joke coin.
And only simplerminer for CPU is working now, which only cryptonight mineable?? So how to mine with wild keccak ? djm34 are you mining this coin too?

nope, I don't mine it. The name and logo was a no go (totally discarded because of that and the stupid logo, didn't even look at what it was until very recently). I don't think any coin ever inspired so much disinterest (especially based on the name) than this one. (and I am even not joking  Grin went to the thread thought "what's that crap ?" moved to the next thread ).

I am waiting for a pool though


Why does it always seem that these are the coins that hit big when they go to an exchange. Ex. Mugatu, I seen that and Cloak and thought to myself "Why?" and moved on. I need to start mining these coins but then my "Why?" would come true and I would have wasted my time.

That is the kind of luck I have I guess. I could have been a thousandaire by now, a high thousandaire.
legendary
Activity: 1400
Merit: 1050
P.S. once you're done you can claim the bounty.

Hmm, I hold more BBR than this bounty Wink


Sorry maybe I missed the BBR launch but I still don't get what the fuss about this coin.
Ok from the technical point they have some innovations, but innovation alone in crypto is not the selling point.
Others sides of this coin turn me off so much like 10% dev fee (someone corrects me if I'm wrong) and this coin's terrible name. Sounds like a joke coin.
And only simplerminer for CPU is working now, which only cryptonight mineable?? So how to mine with wild keccak ? djm34 are you mining this coin too?

nope, I don't mine it. The name and logo was a no go (totally discarded because of that and the stupid logo, didn't even look at what it was until very recently). I don't think any coin ever inspired so much disinterest (especially based on the name) than this one. (and I am even not joking  Grin went to the thread thought "what's that crap ?" moved to the next thread ).

I am waiting for a pool though
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
P.S. once you're done you can claim the bounty.

Hmm, I hold more BBR than this bounty Wink


Sorry maybe I missed the BBR launch but I still don't get what the fuss about this coin.
Ok from the technical point they have some innovations, but innovation alone in crypto is not the selling point.
Others sides of this coin turn me off so much like 10% dev fee (someone corrects me if I'm wrong) and this coin's terrible name. Sounds like a joke coin.
And only simplerminer for CPU is working now, which only cryptonight mineable?? So how to mine with wild keccak ? djm34 are you mining this coin too?
The optional dev fee is 1%. Miners vote whether to give the dev 1% or not every time they find a block. Or do you prefer 10% dev instamine?  Roll Eyes
full member
Activity: 210
Merit: 100
x13 AMD miner making a killing for the whole week and maybe beyond.
legendary
Activity: 1400
Merit: 1050
if the 880 can really do 5 x 750ti but with 3x the price and consumption, it would be fucking great

1 rig = 5 x 750 rig = 65MH/s with x11 lol

now imagines with jackpotcoin
jackpotcoin will be dead by then  Grin

but not his algo, i hope...
This algo is based mostly on mistake...  Grin
(you realize that ccminer has a speed advantage by rejecting half of the hashes  Grin sure that's clever but that shows that the coin algo is poorly conceived)

maybe the miner isn't fully optimized
I am not talking about the miner but the coin (the miner is ok but not the coin).
dev should have changed the probability of getting a hash using groestl so that there is no advantage in rejecting them (actually that would be an easy fix, just need to increase  the probability of getting a groestl hash based)
hero member
Activity: 938
Merit: 1000
P.S. once you're done you can claim the bounty.

Hmm, I hold more BBR than this bounty Wink


Sorry maybe I missed the BBR launch but I still don't get what the fuss about this coin.
Ok from the technical point they have some innovations, but innovation alone in crypto is not the selling point.
Others sides of this coin turn me off so much like 10% dev fee (someone corrects me if I'm wrong) and this coin's terrible name. Sounds like a joke coin.
And only simplerminer for CPU is working now, which only cryptonight mineable?? So how to mine with wild keccak ? djm34 are you mining this coin too?
Jump to: