Bitcoin Forum
May 28, 2024, 08:51:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 [1092] 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426873 times)
tbearhere
Legendary
*
Offline Offline

Activity: 3150
Merit: 1003



View Profile
November 09, 2014, 03:09:24 PM
 #21821

is it that profitable ?
now if you want the ultimate scrypt-jane high factor experience... install linux, it is well known the hashrate is much higher on linuex

That's mostly because the video memory usage is limited to 88% on windows by default:

Code: (cpu-miner.c)
 #if WIN32
        device_backoff[thr_id] = 12;
        #else
        device_backoff[thr_id] = 2;
        #endif

Which is only necessary if you're mining on your primary card.
But my windows vista gets 3.6 kh/s and windows 8.1 gets 2.3 kh/s. Its driving me crazy why.   Shocked
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 09, 2014, 03:51:36 PM
 #21822

How to set backup pool for cudaminer?With sgminer,it can change to backup pool when main pool is dead.
You can't
Cheesy
I might have read a bit too fast (had just awaken...), it is possible for cudaminer (while it isn't for ccminer)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
November 09, 2014, 04:07:26 PM
 #21823

How to set backup pool for cudaminer?With sgminer,it can change to backup pool when main pool is dead.
You can't
Cheesy
I might have read a bit too fast (had just awaken...), it is possible for cudaminer (while it isn't for ccminer)

It's possible with the '-r' (retries=N) parameter which if set to 0, won't try to reconnect in case of a disconnect or a failed initial connection. It is also recommended to use lower than default "-T" and "-R" values. "-T" stands for maximum network timeout in seconds which is 270 by default. "-R" stands for retry pause which is 30 seconds by default and we don't want to waste that much time connecting to a pool when you can connect to another instantly. Putting that all together you get something like this:

.bat:
Quote
echo off
:start
title #1 mining on pool #1
ccminer.exe -a algo -o <IP>:<port> -u <user> -p <password> -q -T 3 -R 3 -r 0
title #2 mining on dwarfpool
ccminer.exe -a algo -o stratum+tcp://erebor.dwarfpool.com:port -u <address> -q -T 3 -R 3 -r 0
title #3 mining on pool X
ccminer.exe ... -T 3 -R 3 -r 0
goto start

Not your keys, not your coins!
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
November 09, 2014, 05:01:47 PM
 #21824

On Cudaminer.... the hash rates on scrypt jane nf are lower on windows 8 by 33%. My vista computer gets about 3.6 mh/s and my 2 windows 8 computers get 2.3 mh/s. I tried everything I could even compiling Cudaminer on windows 8. All the combinations of the arguments ect. Do you are anybody here know why please. thanks

I've experienced some weirdness on individual systems as well. Like one machine I configured with a free Windows Server 2012 R2 trial version simply wouldn't run cudaminer at full speed.  Somehow GPU utilization never went much above 80%.

But at that point I did not care enough to investigate.

Christian

tbearhere
Legendary
*
Offline Offline

Activity: 3150
Merit: 1003



View Profile
November 09, 2014, 07:01:45 PM
 #21825

On Cudaminer.... the hash rates on scrypt jane nf are lower on windows 8 by 33%. My vista computer gets about 3.6 mh/s and my 2 windows 8 computers get 2.3 mh/s. I tried everything I could even compiling Cudaminer on windows 8. All the combinations of the arguments ect. Do you are anybody here know why please. thanks

I've experienced some weirdness on individual systems as well. Like one machine I configured with a free Windows Server 2012 R2 trial version simply wouldn't run cudaminer at full speed.  Somehow GPU utilization never went much above 80%.

But at that point I did not care enough to investigate.

Christian


Thank you Christian. This low hash happens on my asrock 81 win 8..and hp win 8.  vista works great.  Smiley
Epsylon3
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 09, 2014, 07:29:39 PM
 #21826


  Grin I guess it is better not to ask what it means  Grin

edit: I am sad to announce that my nespresso machine passed away...so young...   Cry
this may affect profitability (as well as bad temper trolling) Grin

Happened to me recently, repaired with some Anti calcaire liquid (1€ a Carrefour Wink

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Epsylon3
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 09, 2014, 07:32:08 PM
 #21827

Got any AMD cards?
No  just 750ti's  Smiley

Good choice for the planet, and your ears Wink

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 09, 2014, 08:54:42 PM
 #21828


  Grin I guess it is better not to ask what it means  Grin

edit: I am sad to announce that my nespresso machine passed away...so young...   Cry
this may affect profitability (as well as bad temper trolling) Grin

Happened to me recently, repaired with some Anti calcaire liquid (1€ a Carrefour Wink
I don't think it is the same problem, mine just stopped working, no light no nothing...
(last time I used it, it was blinking strangely but was able to get a coffee... the next morning it didn't even turn on...)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
November 09, 2014, 10:19:33 PM
 #21829

I don't think it is the same problem, mine just stopped working, no light no nothing...
(last time I used it, it was blinking strangely but was able to get a coffee... the next morning it didn't even turn on...)

I bet you had it overclocked.... or overused Wink
Travis9x
Full Member
***
Offline Offline

Activity: 170
Merit: 100


View Profile WWW
November 10, 2014, 02:37:19 AM
 #21830

How to set backup pool for cudaminer?With sgminer,it can change to backup pool when main pool is dead.
You can't
Cheesy
I might have read a bit too fast (had just awaken...), it is possible for cudaminer (while it isn't for ccminer)

It's possible with the '-r' (retries=N) parameter which if set to 0, won't try to reconnect in case of a disconnect or a failed initial connection. It is also recommended to use lower than default "-T" and "-R" values. "-T" stands for maximum network timeout in seconds which is 270 by default. "-R" stands for retry pause which is 30 seconds by default and we don't want to waste that much time connecting to a pool when you can connect to another instantly. Putting that all together you get something like this:

.bat:
Quote
echo off
:start
title #1 mining on pool #1
ccminer.exe -a algo -o <IP>:<port> -u <user> -p <password> -q -T 3 -R 3 -r 0
title #2 mining on dwarfpool
ccminer.exe -a algo -o stratum+tcp://erebor.dwarfpool.com:port -u <address> -q -T 3 -R 3 -r 0
title #3 mining on pool X
ccminer.exe ... -T 3 -R 3 -r 0
goto start
Multi-algo mining tools also solve this problem very easily.  With Miner Control, for example, if a pool/algorithm it's trying to mine is dead, then it will simply kill the miner and move on to the next most profitable in line.  The dead pool is flagged for a set amount of time, so it will not try to mine that pool again until the flag expires.


I don't think it is the same problem, mine just stopped working, no light no nothing...
(last time I used it, it was blinking strangely but was able to get a coffee... the next morning it didn't even turn on...)

I bet you had it overclocked.... or overused Wink
Only in this thread will you find people overclocking their coffee makers…   Wink
In an AMD thread, you'd see people trying to underpower their coffee makers, and brew a full cup from half as much grounds.   Grin

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 10, 2014, 03:38:33 AM
 #21831

How to set backup pool for cudaminer?With sgminer,it can change to backup pool when main pool is dead.
You can't
Cheesy
I might have read a bit too fast (had just awaken...), it is possible for cudaminer (while it isn't for ccminer)

It's possible with the '-r' (retries=N) parameter which if set to 0, won't try to reconnect in case of a disconnect or a failed initial connection. It is also recommended to use lower than default "-T" and "-R" values. "-T" stands for maximum network timeout in seconds which is 270 by default. "-R" stands for retry pause which is 30 seconds by default and we don't want to waste that much time connecting to a pool when you can connect to another instantly. Putting that all together you get something like this:

.bat:
Quote
echo off
:start
title #1 mining on pool #1
ccminer.exe -a algo -o <IP>:<port> -u <user> -p <password> -q -T 3 -R 3 -r 0
title #2 mining on dwarfpool
ccminer.exe -a algo -o stratum+tcp://erebor.dwarfpool.com:port -u <address> -q -T 3 -R 3 -r 0
title #3 mining on pool X
ccminer.exe ... -T 3 -R 3 -r 0
goto start
Multi-algo mining tools also solve this problem very easily.  With Miner Control, for example, if a pool/algorithm it's trying to mine is dead, then it will simply kill the miner and move on to the next most profitable in line.  The dead pool is flagged for a set amount of time, so it will not try to mine that pool again until the flag expires.


I don't think it is the same problem, mine just stopped working, no light no nothing...
(last time I used it, it was blinking strangely but was able to get a coffee... the next morning it didn't even turn on...)

I bet you had it overclocked.... or overused Wink
Only in this thread will you find people overclocking their coffee makers…   Wink
In an AMD thread, you'd see people trying to underpower their coffee makers, and brew a full cup from half as much grounds.   Grin
Grin (you might find modded firmware doing that on the amd thread)
It was clearly overused, but it was sort of undervolted (a program so the coffee maker goes into idle between cups...)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
e6ug
Hero Member
*****
Offline Offline

Activity: 773
Merit: 508


Bitcore (BTX) - The Future is Now


View Profile
November 10, 2014, 06:01:03 AM
 #21832

looking for opinions. selling off my 750 ti's.  still want to be able to mine just in case something becomes profitable, also want to be able to rock all the new games  Cool  should i get a 970 or a 980. and what is the preferred brand.

Namsbreh
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


View Profile
November 10, 2014, 10:22:14 AM
 #21833


Only in this thread will you find people overclocking their coffee makers…   Wink
In an AMD thread, you'd see people trying to underpower their coffee makers, and brew a full cup from half as much grounds.   Grin


LOL- Nice, made me chuckle.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 10, 2014, 10:52:20 AM
 #21834


Only in this thread will you find people overclocking their coffee makers…   Wink
In an AMD thread, you'd see people trying to underpower their coffee makers, and brew a full cup from half as much grounds.   Grin


LOL- Nice, made me chuckle.

OK guys, I just tested Scrypt and it works fine. No corrupted screen or ticks whatsoever. Weird huh? I guess it's just the x11 miner.

Again, does anyone have the download link for the older miner? I just want to test it and see if it makes the ticking sound as well.

That is just weird, did you try underclock and undervolt to see if it helps?
Grin
actually underclock and undervolt is the answer to every problem in amd world...  Grin

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
tbearhere
Legendary
*
Offline Offline

Activity: 3150
Merit: 1003



View Profile
November 10, 2014, 02:29:52 PM
 #21835

On Cudaminer.... the hash rates on scrypt jane nf are lower on windows 8 by 33%. My vista computer gets about 3.6 mh/s and my 2 windows 8 computers get 2.3 mh/s. I tried everything I could even compiling Cudaminer on windows 8. All the combinations of the arguments ect.  


[/quote]
[/quote]

people still mine that? I took a look at the AMD kernel - looks like it could use some work.
[/quote]

My vista computer gets about 3.6 mh/s and my 2 windows 8 computers get 2.3 mh/s. I worked on it on and off for months. Still only 2.3  Angry
[/quote]

I think I found the problem. The source code is 32 bit and I can't compile it to x86.  Tongue
[/quote]
lulwat ? the source code isn't anything .... Grin
ok just replace every uint32_t by uint64_t  Grin

try to retune cudaminer (however it is a known problem)
[/quote]
No problem.  Grin
At this point, im ready to load vista on my asrock 81     Grin
[/quote]

From what I have read the hash is normal on all os except windows 7 and 8. What is it about windows 8 that one cant get 3.6 mh/s. money flying out the window.  Angry .002 btc a day per 750ti.

Edit: anybody have any thoughts way please.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 10, 2014, 02:36:02 PM
 #21836

Quote
Quote
Quote
Quote
Quote
Quote
Quote
On Cudaminer.... the hash rates on scrypt jane nf are lower on windows 8 by 33%. My vista computer gets about 3.6 mh/s and my 2 windows 8 computers get 2.3 mh/s. I tried everything I could even compiling Cudaminer on windows 8. All the combinations of the arguments ect.  



people still mine that? I took a look at the AMD kernel - looks like it could use some work.

My vista computer gets about 3.6 mh/s and my 2 windows 8 computers get 2.3 mh/s. I worked on it on and off for months. Still only 2.3  Angry

I think I found the problem. The source code is 32 bit and I can't compile it to x86.  Tongue
lulwat ? the source code isn't anything .... Grin
ok just replace every uint32_t by uint64_t  Grin

try to retune cudaminer (however it is a known problem)
No problem.  Grin
At this point, im ready to load vista on my asrock 81     Grin

From what I have read the hash is normal on all os except windows 7 and 8. What is it about windows 8 that one cant get 3.6 mh/s. money flying out the window.  Angry .002 btc a day per 750ti.

Edit: anybody have any thoughts way please.

why not just staying with vista... (or you instal vista on a secondary partition where you can boot if needed) ? (since it doesn't seem to be a problem for you... also if you look back a few solution was given by bathrobehero, don't know if it works, but you can try... may or may not work since it is more likely dure to how windows8 manage vram...)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
ivcelmik
Sr. Member
****
Offline Offline

Activity: 519
Merit: 250


View Profile WWW
November 10, 2014, 04:49:48 PM
 #21837

On Cudaminer.... the hash rates on scrypt jane nf are lower on windows 8 by 33%. My vista computer gets about 3.6 mh/s and my 2 windows 8 computers get 2.3 mh/s. I tried everything I could even compiling Cudaminer on windows 8. All the combinations of the arguments ect.  


[/quote]

people still mine that? I took a look at the AMD kernel - looks like it could use some work.
[/quote]

My vista computer gets about 3.6 mh/s and my 2 windows 8 computers get 2.3 mh/s. I worked on it on and off for months. Still only 2.3  Angry
[/quote]

I think I found the problem. The source code is 32 bit and I can't compile it to x86.  Tongue
[/quote]
lulwat ? the source code isn't anything .... Grin
ok just replace every uint32_t by uint64_t  Grin

try to retune cudaminer (however it is a known problem)
[/quote]
No problem.  Grin
At this point, im ready to load vista on my asrock 81     Grin
[/quote]

From what I have read the hash is normal on all os except windows 7 and 8. What is it about windows 8 that one cant get 3.6 mh/s. money flying out the window.  Angry .002 btc a day per 750ti.

Edit: anybody have any thoughts way please.
[/quote]

Can u tell me please with what coin do u make 0.002 btc per 750 Ti?
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
November 10, 2014, 04:54:33 PM
 #21838

Can u tell me please with what coin do u make 0.002 btc per 750 Ti?

I want in on that too!^^

Not your keys, not your coins!
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 10, 2014, 05:15:16 PM
 #21839

Can u tell me please with what coin do u make 0.002 btc per 750 Ti?

I want in on that too!^^
he would be stupid to tell  Grin (either utc or yac...)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Valpe
Full Member
***
Offline Offline

Activity: 307
Merit: 100


View Profile
November 10, 2014, 05:29:13 PM
 #21840

Can u tell me please with what coin do u make 0.002 btc per 750 Ti?

I want in on that too!^^
he would be stupid to tell  Grin (either utc or yac...)

UTC,,,New miners are welcome

    ★★★ Cryptocurrency Platform Services ★★★
Exchange | Mineshaft |  Marketplace 【 Cryptopia 】 Rewards | CoinInfo | | f | | t | | BTC |           
★▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▀▀▀▀▀▀▀▀▀▀▀▀▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔★           
Pages: « 1 ... 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 [1092] 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!