Bitcoin Forum
August 24, 2025, 02:58:59 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 [171] 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 ... 537 »
  Print  
Author Topic: [ANN] profit switching auto-exchanging pool - www.middlecoin.com  (Read 829960 times)
mc1225
Member
**
Offline Offline

Activity: 105
Merit: 10

Former shitcoiner, former ICO maker and now a free


View Profile
December 28, 2013, 02:35:10 PM
 #3401

i should try this sometimes later
gtraah
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
December 28, 2013, 02:46:38 PM
 #3402

Hi Guys,

On the main screen it shows me as a lower hashrate, but if you click inside my Link you can cleary see I have double the hashrate on the graph-

Its showing me as having that 0.7270 But I have Double this, Infact thats funny I am running 2 cards and both are running around 745KH Avg. Its intersting how it shows almost the exact amount of only one of my cards. Then again I can see a whole group with this hashrate I wonder if its an error.

Something is on on the main page as it doesnt show accurate things, it has been showing me on this exact hashrate 0.7270 for HOURSSS how can this be?

And because the main page shows my hashrate this low does this mean that my shares and earnings will be low also according to my ERROR hash rate  Undecided I really hope not!! Because It cleary shows on CGminer my real hashrate and also as I said above , when you click my link on middlecoin you can see the graph and the graph is equal to Cgminer
okimzti
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
December 28, 2013, 03:06:41 PM
 #3403

Hi Guys,

On the main screen it shows me as a lower hashrate, but if you click inside my Link you can cleary see I have double the hashrate on the graph-

Its showing me as having that 0.7270 But I have Double this, Infact thats funny I am running 2 cards and both are running around 745KH Avg. Its intersting how it shows almost the exact amount of only one of my cards. Then again I can see a whole group with this hashrate I wonder if its an error.

Something is on on the main page as it doesnt show accurate things, it has been showing me on this exact hashrate 0.7270 for HOURSSS how can this be?

And because the main page shows my hashrate this low does this mean that my shares and earnings will be low also according to my ERROR hash rate  Undecided I really hope not!! Because It cleary shows on CGminer my real hashrate and also as I said above , when you click my link on middlecoin you can see the graph and the graph is equal to Cgminer

hashrate on the site is based on shares submitted over a period of time.  It will not match what your miner says.  Mine fluctuates by as much as 50%.

What you should be more concerned with is your WU rate and HW errors.  WU is the real number imo
coin123123
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
December 28, 2013, 03:07:35 PM
 #3404

Hi Guys,

On the main screen it shows me as a lower hashrate, but if you click inside my Link you can cleary see I have double the hashrate on the graph-

Its showing me as having that 0.7270 But I have Double this, Infact thats funny I am running 2 cards and both are running around 745KH Avg. Its intersting how it shows almost the exact amount of only one of my cards. Then again I can see a whole group with this hashrate I wonder if its an error.

Something is on on the main page as it doesnt show accurate things, it has been showing me on this exact hashrate 0.7270 for HOURSSS how can this be?

And because the main page shows my hashrate this low does this mean that my shares and earnings will be low also according to my ERROR hash rate  Undecided I really hope not!! Because It cleary shows on CGminer my real hashrate and also as I said above , when you click my link on middlecoin you can see the graph and the graph is equal to Cgminer
Its kind of correct but there is unknown delay, might take half day to show.
You should see by payout, for 1500khs at least .02 if running 24h
coin123123
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
December 28, 2013, 03:19:34 PM
 #3405

Just use -d option like:

cgminer blah blah -d 0 -g 2 -d 1 -g 1 ....

Card 0 will have 2 thread and card 1 will have 1 thread.

Thanks a lot man!!
Finally my multicard rig can work with one instance!
Gamer67
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

тσ ¢σιи σя иσт тσ ¢σιи?


View Profile
December 28, 2013, 03:26:27 PM
 #3406

Just use -d option like:

cgminer blah blah -d 0 -g 2 -d 1 -g 1 ....

Card 0 will have 2 thread and card 1 will have 1 thread.

REALLY?
so I could just delete the line that says:
"gpu-threads" : "2",

and replace it with
-d 0 -g 2 -d 1 -g 2 -d 2 -g 2 -d 3 -g 1

?



I have to run two instances of cgminer on one machine due to the lame card I have that does not like G 2. In my case to effectively use the -d (disable flag) you also need to add this to the command line: "--remove-disabled"

 So an example bat file would look like so:

Card one that only likes G 1:

cgminer.exe --scrypt -o stratum+tcp://eu.middlecoin.com:3333 -u 14e7qwzHbdLMdGJz7XcAG6oTMNtqTpn3Yv -p x -d 0 -I 13 -g 1 --gpu-engine 1050 --gpu-memclock 1500 --gpu-fan 100 --thread-concurrency 8192  -w 256 --gpu-powertune 20 --no-submit-stale --remove-disabled

Card two that likes G 2:

cgminer.exe --scrypt -o stratum+tcp://eu.middlecoin.com:3333 -u 14e7qwzHbdLMdGJz7XcAG6oTMNtqTpn3Yv -p x -d 1 -I 13 -g 2 --thread-concurrency 8192 --gpu-engine 1070 --gpu-memclock 1700 --gpu-fan 100 -w 256 --gpu-powertune 20 --no-submit-stale --remove-disabled




 

"I am not Dorian Nakamoto."
Gamer67
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

тσ ¢σιи σя иσт тσ ¢σιи?


View Profile
December 28, 2013, 03:28:58 PM
 #3407

Just use -d option like:

cgminer blah blah -d 0 -g 2 -d 1 -g 1 ....

Card 0 will have 2 thread and card 1 will have 1 thread.

Thanks a lot man!!
Finally my multicard rig can work with one instance!

I am fairly certain that you cannot do it this way. You need to run another instance of cgminer to run different thread settings.

"I am not Dorian Nakamoto."
Gamer67
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

тσ ¢σιи σя иσт тσ ¢σιи?


View Profile
December 28, 2013, 03:32:13 PM
 #3408

The lame 7970 running at 540= 1050 / 1500, I 13, G 1 (will not run at g2) 8192 tc. Brand is HIS

The two 290x's running at 880=  900 core / 1495 mem, I 20 , G 1, 32765 tc. Brand is XFX on these.

That HIS won't run at 24000 TC, 1050/1750, I 20, g 1? I have trouble running mine stable at g 2 but those settings get about 685 kH/s and run at about 65 C.

The problem with my 'lame' HIS card is it is only a normal 7970 (stock clocks are 925/1325) not the Ghz version like the rest of my 7970's. Wink

"I am not Dorian Nakamoto."
coin123123
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
December 28, 2013, 03:35:25 PM
 #3409

Just use -d option like:

cgminer blah blah -d 0 -g 2 -d 1 -g 1 ....

Card 0 will have 2 thread and card 1 will have 1 thread.

Thanks a lot man!!
Finally my multicard rig can work with one instance!

I am fairly certain that you cannot do it this way. You need to run another instance of cgminer to run different thread settings.
Yea you right, I was happy too soon, the crappy card still shows two threads.
hardergamer
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile WWW
December 28, 2013, 03:39:39 PM
 #3410

The lame 7970 running at 540= 1050 / 1500, I 13, G 1 (will not run at g2) 8192 tc. Brand is HIS

The two 290x's running at 880=  900 core / 1495 mem, I 20 , G 1, 32765 tc. Brand is XFX on these.

That HIS won't run at 24000 TC, 1050/1750, I 20, g 1? I have trouble running mine stable at g 2 but those settings get about 685 kH/s and run at about 65 C.

The problem with my 'lame' HIS card is it is only a normal 7970 (stock clocks are 925/1325) not the Ghz version like the rest of my 7970's. Wink

Is it on the stock bios? i had to flash my HIS7950TF2 to get it up to 700kh

Gamer67
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

тσ ¢σιи σя иσт тσ ¢σιи?


View Profile
December 28, 2013, 03:40:34 PM
 #3411

Yes stock bios. I tried flashing it to a Ghz version but it did not like that at all and I had to revert back.

"I am not Dorian Nakamoto."
jam3zs
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 28, 2013, 03:51:07 PM
 #3412

Just use -d option like:

cgminer blah blah -d 0 -g 2 -d 1 -g 1 ....

Card 0 will have 2 thread and card 1 will have 1 thread.

Thanks a lot man!!
Finally my multicard rig can work with one instance!

I am fairly certain that you cannot do it this way. You need to run another instance of cgminer to run different thread settings.
Yea you right, I was happy too soon, the crappy card still shows two threads.


Oh I see so I still need to run two instances of cgminer but the -d just tells each instance which cards it is controlling.

I can still see this being a pain in the arse with bamt though. I might install some other linux distro and get a separate monitor program.

 
Gamer67
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

тσ ¢σιи σя иσт тσ ¢σιи?


View Profile
December 28, 2013, 03:54:31 PM
Last edit: December 28, 2013, 05:26:27 PM by Gamer67
 #3413

Just use -d option like:

cgminer blah blah -d 0 -g 2 -d 1 -g 1 ....

Card 0 will have 2 thread and card 1 will have 1 thread.

Thanks a lot man!!
Finally my multicard rig can work with one instance!

I am fairly certain that you cannot do it this way. You need to run another instance of cgminer to run different thread settings.
Yea you right, I was happy too soon, the crappy card still shows two threads.


Oh I see so I still need to run two instances of cgminer but the -d just tells each instance which cards it is controlling.

I can still see this being a pain in the arse with bamt though. I might install some other linux distro and get a separate monitor program.

 

-d tells it which card to use. --remove-disabled removes the disabled card from the cgminer display otherwise you will have a card showing 0.000 Mhz and it hinders the performance of the card that is running.


*edited for correct meaning of -d


"I am not Dorian Nakamoto."
jam3zs
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 28, 2013, 03:56:53 PM
 #3414

Just use -d option like:

cgminer blah blah -d 0 -g 2 -d 1 -g 1 ....

Card 0 will have 2 thread and card 1 will have 1 thread.

Thanks a lot man!!
Finally my multicard rig can work with one instance!

I am fairly certain that you cannot do it this way. You need to run another instance of cgminer to run different thread settings.
Yea you right, I was happy too soon, the crappy card still shows two threads.


Oh I see so I still need to run two instances of cgminer but the -d just tells each instance which cards it is controlling.

I can still see this being a pain in the arse with bamt though. I might install some other linux distro and get a separate monitor program.

 

-d tells it which card to disable. --remove-disabled removes the disabled card from the cgminer display otherwise you will have a card showing 0.000 Mhz and it hinders the performance of the card that is running.



ooooh right! thanks!
okimzti
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
December 28, 2013, 04:47:10 PM
 #3415

Just use -d option like:

cgminer blah blah -d 0 -g 2 -d 1 -g 1 ....

Card 0 will have 2 thread and card 1 will have 1 thread.

Thanks a lot man!!
Finally my multicard rig can work with one instance!

I am fairly certain that you cannot do it this way. You need to run another instance of cgminer to run different thread settings.
Yea you right, I was happy too soon, the crappy card still shows two threads.


Oh I see so I still need to run two instances of cgminer but the -d just tells each instance which cards it is controlling.

I can still see this being a pain in the arse with bamt though. I might install some other linux distro and get a separate monitor program.

 

-d tells it which card to disable. --remove-disabled removes the disabled card from the cgminer display otherwise you will have a card showing 0.000 Mhz and it hinders the performance of the card that is running.



according to https://bitcointalk.org/index.php?topic=28402.0, the -d tells it which device to use...

--device|-d <arg>   Select device to use, one value, range and/or comma separated (e.g. 0-2,4) default: all

Can you please stop spreading misinformation =] kthx
Gamer67
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

тσ ¢σιи σя иσт тσ ¢σιи?


View Profile
December 28, 2013, 04:55:15 PM
 #3416

Just use -d option like:

cgminer blah blah -d 0 -g 2 -d 1 -g 1 ....

Card 0 will have 2 thread and card 1 will have 1 thread.

Thanks a lot man!!
Finally my multicard rig can work with one instance!

I am fairly certain that you cannot do it this way. You need to run another instance of cgminer to run different thread settings.
Yea you right, I was happy too soon, the crappy card still shows two threads.


Oh I see so I still need to run two instances of cgminer but the -d just tells each instance which cards it is controlling.

I can still see this being a pain in the arse with bamt though. I might install some other linux distro and get a separate monitor program.

 

-d tells it which card to disable. --remove-disabled removes the disabled card from the cgminer display otherwise you will have a card showing 0.000 Mhz and it hinders the performance of the card that is running.



according to https://bitcointalk.org/index.php?topic=28402.0, the -d tells it which device to use...

--device|-d <arg>   Select device to use, one value, range and/or comma separated (e.g. 0-2,4) default: all

Can you please stop spreading misinformation =] kthx

My bad, sorry. The method is still sound even though I confused the -d flag meaning.

Quote
So an example bat file would look like so:

Card one that only likes G 1:

cgminer.exe --scrypt -o stratum+tcp://eu.middlecoin.com:3333 -u 14e7qwzHbdLMdGJz7XcAG6oTMNtqTpn3Yv -p x -d 0 -I 13 -g 1 --gpu-engine 1050 --gpu-memclock 1500 --gpu-fan 100 --thread-concurrency 8192  -w 256 --gpu-powertune 20 --no-submit-stale --remove-disabled

Card two that likes G 2:

cgminer.exe --scrypt -o stratum+tcp://eu.middlecoin.com:3333 -u 14e7qwzHbdLMdGJz7XcAG6oTMNtqTpn3Yv -p x -d 1 -I 13 -g 2 --thread-concurrency 8192 --gpu-engine 1070 --gpu-memclock 1700 --gpu-fan 100 -w 256 --gpu-powertune 20 --no-submit-stale --remove-disabled

Just trying to help, which I think I have. =] kthx

"I am not Dorian Nakamoto."
Zombie123
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


View Profile
December 28, 2013, 04:57:05 PM
 #3417

I am doing 2.4MHz and only getting .02-.03 on average. It that normal. I think its a bit less for that rate
Xamda
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
December 28, 2013, 05:13:56 PM
 #3418

I am impressed by the hasrates you all seem to get. None of my R9280Xs go higher than 710 (and they get very hot, above 90 all of them and as a result the speed is sometimes reduced as low as 550).

I guess it is basically a heat problem... But it would be nice to be able to get 750 out of every card, it would mor eor less an extra card for me.
pindis
Full Member
***
Offline Offline

Activity: 187
Merit: 100


View Profile
December 28, 2013, 05:23:05 PM
 #3419

I am doing 2.4MHz and only getting .02-.03 on average. It that normal. I think its a bit less for that rate
Definitely something wrong in ur setup man. I'm getting 0.02 atm at 1.5mhash check for HW errors
coin123123
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
December 28, 2013, 05:29:30 PM
 #3420

I am doing 2.4MHz and only getting .02-.03 on average. It that normal. I think its a bit less for that rate
750khs~.01-.02/24h
maybe you have hardware errors
I am impressed by the hasrates you all seem to get. None of my R9280Xs go higher than 710 (and they get very hot, above 90 all of them and as a result the speed is sometimes reduced as low as 550).

I guess it is basically a heat problem... But it would be nice to be able to get 750 out of every card, it would mor eor less an extra card for me.
tried to undervolt?

Pages: « 1 ... 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 [171] 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 ... 537 »
  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!