Bitcoin Forum
April 25, 2024, 03:49:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
  Print  
Author Topic: Phoenix - Efficient, fast, modular miner  (Read 760546 times)
Schleicher
Hero Member
*****
Offline Offline

Activity: 675
Merit: 513



View Profile
July 13, 2011, 03:38:03 PM
 #821

Nothing can be done on my end. For Windows if you have more than 1 ATI GPU installed each instance will peg one CPU core at 100%. There is some stupid event loop in ATI's driver. The best way to minimize the problem is to change the process affinity so that all the instances run on the same CPU core. This doesn't reduce hashrate at all.
Well, on my system it goes like this:
 1% CPU with AGGRESSION=9
17% CPU with AGGRESSION=10
33% CPU with AGGRESSION=11

This is with an Athlon 64 X2 6000+, one 6870 card and Catalyst 11.6/SDK 2.4

1714060191
Hero Member
*
Offline Offline

Posts: 1714060191

View Profile Personal Message (Offline)

Ignore
1714060191
Reply with quote  #2

1714060191
Report to moderator
1714060191
Hero Member
*
Offline Offline

Posts: 1714060191

View Profile Personal Message (Offline)

Ignore
1714060191
Reply with quote  #2

1714060191
Report to moderator
1714060191
Hero Member
*
Offline Offline

Posts: 1714060191

View Profile Personal Message (Offline)

Ignore
1714060191
Reply with quote  #2

1714060191
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714060191
Hero Member
*
Offline Offline

Posts: 1714060191

View Profile Personal Message (Offline)

Ignore
1714060191
Reply with quote  #2

1714060191
Report to moderator
1714060191
Hero Member
*
Offline Offline

Posts: 1714060191

View Profile Personal Message (Offline)

Ignore
1714060191
Reply with quote  #2

1714060191
Report to moderator
jedi95 (OP)
Full Member
***
Offline Offline

Activity: 219
Merit: 120


View Profile
July 13, 2011, 04:04:15 PM
 #822

Nothing can be done on my end. For Windows if you have more than 1 ATI GPU installed each instance will peg one CPU core at 100%. There is some stupid event loop in ATI's driver. The best way to minimize the problem is to change the process affinity so that all the instances run on the same CPU core. This doesn't reduce hashrate at all.
Well, on my system it goes like this:
 1% CPU with AGGRESSION=9
17% CPU with AGGRESSION=10
33% CPU with AGGRESSION=11

This is with an Athlon 64 X2 6000+, one 6870 card and Catalyst 11.6/SDK 2.4

Well, I have no idea what's going on there. If you were having the problem described above your CPU load would be pegged at 50% (1 core out of 2 at 100%) regardless of miner settings. I don't know how it can end up using more CPU at higher aggression, since there are fewer kernel executions per second. On miners without the 100% problem the most CPU usage I have seen is 2-3%

Phoenix Miner developer

Donations appreciated at:
1PHoenix9j9J3M6v3VQYWeXrHPPjf7y3rU
pandemic
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
July 13, 2011, 07:18:23 PM
 #823

Nothing can be done on my end. For Windows if you have more than 1 ATI GPU installed each instance will peg one CPU core at 100%. There is some stupid event loop in ATI's driver. The best way to minimize the problem is to change the process affinity so that all the instances run on the same CPU core. This doesn't reduce hashrate at all.
Well, on my system it goes like this:
 1% CPU with AGGRESSION=9
17% CPU with AGGRESSION=10
33% CPU with AGGRESSION=11

This is with an Athlon 64 X2 6000+, one 6870 card and Catalyst 11.6/SDK 2.4

Well, I have no idea what's going on there. If you were having the problem described above your CPU load would be pegged at 50% (1 core out of 2 at 100%) regardless of miner settings. I don't know how it can end up using more CPU at higher aggression, since there are fewer kernel executions per second. On miners without the 100% problem the most CPU usage I have seen is 2-3%

And the only way around this is to either mine with one card or change affinity? I'll have to knock the CPU OC back down to 2.6 to save on heat/electric. This is a major bummer.

Is there any way we could inform ATI of the bug to get it ironed out?
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1025



View Profile WWW
July 13, 2011, 08:40:37 PM
 #824

Nothing can be done on my end. For Windows if you have more than 1 ATI GPU installed each instance will peg one CPU core at 100%. There is some stupid event loop in ATI's driver. The best way to minimize the problem is to change the process affinity so that all the instances run on the same CPU core. This doesn't reduce hashrate at all.
Well, on my system it goes like this:
 1% CPU with AGGRESSION=9
17% CPU with AGGRESSION=10
33% CPU with AGGRESSION=11

This is with an Athlon 64 X2 6000+, one 6870 card and Catalyst 11.6/SDK 2.4

Well, I have no idea what's going on there. If you were having the problem described above your CPU load would be pegged at 50% (1 core out of 2 at 100%) regardless of miner settings. I don't know how it can end up using more CPU at higher aggression, since there are fewer kernel executions per second. On miners without the 100% problem the most CPU usage I have seen is 2-3%

The 11.7 driver that is being used causes a CPU core to go to 100% usage per miner instance. That is what changed in the previous poster's setup. Reverting to 11.6/SDK 2.4 will likely solve the problem.
pandemic
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
July 13, 2011, 11:21:26 PM
 #825

Nothing can be done on my end. For Windows if you have more than 1 ATI GPU installed each instance will peg one CPU core at 100%. There is some stupid event loop in ATI's driver. The best way to minimize the problem is to change the process affinity so that all the instances run on the same CPU core. This doesn't reduce hashrate at all.
Well, on my system it goes like this:
 1% CPU with AGGRESSION=9
17% CPU with AGGRESSION=10
33% CPU with AGGRESSION=11

This is with an Athlon 64 X2 6000+, one 6870 card and Catalyst 11.6/SDK 2.4

Well, I have no idea what's going on there. If you were having the problem described above your CPU load would be pegged at 50% (1 core out of 2 at 100%) regardless of miner settings. I don't know how it can end up using more CPU at higher aggression, since there are fewer kernel executions per second. On miners without the 100% problem the most CPU usage I have seen is 2-3%

The 11.7 driver that is being used causes a CPU core to go to 100% usage per miner instance. That is what changed in the previous poster's setup. Reverting to 11.6/SDK 2.4 will likely solve the problem.

I've tried it with 11.2, same issue. It's not 11.7 only.
jedi95 (OP)
Full Member
***
Offline Offline

Activity: 219
Merit: 120


View Profile
July 14, 2011, 03:25:23 AM
 #826

The rewrite for the RPC protocol is finished, and has been uploaded to the SVN.

It works fine in my testing, but more feedback would be great before pushing this as a new version. This SHOULD definitively fix the idle problem, since that was related to the old RPCProtocol.

Phoenix Miner developer

Donations appreciated at:
1PHoenix9j9J3M6v3VQYWeXrHPPjf7y3rU
TeaRex
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
July 14, 2011, 03:18:25 PM
 #827

Quote
The rewrite for the RPC protocol is finished, and has been uploaded to the SVN.

It works fine in my testing, but more feedback would be great before pushing this as a new version. This SHOULD definitively fix the idle problem, since that was related to the old RPCProtocol.

i tested it and it resulted in constant disconnects from btcguild (all servers). I reverted back to r110 and the problem disappeared.

Same here. I ran r111 against Chris Howie's mining proxy (on the same machine, so there shouldn't be any real connection issues), and got lots and lots of disconnects and idles. With r110 it works flawlessly.

*Image Removed*
I'm not asking for donations, but if you think YOUR post is deserving a donation FROM me, send me a message.
Peao
Legendary
*
Offline Offline

Activity: 1320
Merit: 1001


View Profile
July 16, 2011, 11:34:29 AM
 #828

Jedi, are you aware of this?

http://forum.bitcoin.org/index.php?topic=25719.0
xali
Member
**
Offline Offline

Activity: 163
Merit: 10


View Profile
July 17, 2011, 03:41:43 AM
 #829

I read the first few posts, but obviously i didn't read the entire thread so I wouldn't know if it's been answered yet but is there any way to add some sort of delay? I made it aggression level=0 but i still feel it's too fast and would make the laptop too hot and stuff

someone else had been posting on my account for over a year; Every post from January 10 2017 to June 18 2018 is NOT ME
Whoever this person was that got access to my account, felt the need to shill something called "bidium" in my signature
very surreal. is this normal? the internet is full of crooks... watch out
NF6X
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile WWW
July 17, 2011, 04:49:44 AM
 #830

I'm new here, and I hope this isn't a dumb FAQ. I've successfully mined a bit with phoenix on an XFX 6790 under Debian Squeeze with SDK 2.4. Today I added a Diamond 6970, and it seems that I don't know how to mine on dual cards yet. I have one monitor plugged into each card, running with XINERAMA=on, if that matters. When I run phoenix, it's only mining on the first GPU (which happens to be the 6970). If I try DEVICE=1, then it runs on the built-in GPU in my CPU. Any hints for a clueless noob?

While I'm here, I notice that the 6970 runs a lot hotter than the 6790. With little or no overclocking, the 6970 is running at 90 deg. C while the 6790 runs at around 68 deg. C.
NF6X
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile WWW
July 17, 2011, 10:40:06 AM
 #831

After a lot of flailing around and hair pulling, I managed to get my dual card, dual monitor setup working. I also found out how to crank up my GPU fan speed, and my rig is now mining along at about 540 MH/s with GPU temps of 72 and 65.
Okama
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
July 18, 2011, 08:29:00 AM
 #832

Quote
r112 | jedi95 | 2011-07-18 13:09:01 +0900 (Mon, 18 Jul 2011) | 1 line

Performance improvement for phatk
just updated to r112, but got my speed slow down from ~360Mhash --> ~330Mhash (Ubuntu 11.4, SDK 2.4, phatk on a 5850 850MHz). Rolled back to r111 & waiting for news.
jedi95 (OP)
Full Member
***
Offline Offline

Activity: 219
Merit: 120


View Profile
July 18, 2011, 08:45:14 AM
 #833

Quote
r112 | jedi95 | 2011-07-18 13:09:01 +0900 (Mon, 18 Jul 2011) | 1 line

Performance improvement for phatk
just updated to r112, but got my speed slow down from ~360Mhash --> ~330Mhash (Ubuntu 11.4, SDK 2.4, phatk on a 5850 850MHz). Rolled back to r111 & waiting for news.

Odd, I'm running phatk r112 on 4 5870s and a 5830. The hashrate is slightly higher than what I get with r111.

I didn't make these particular changes to phatk, see this thread:
http://forum.bitcoin.org/index.php?topic=25860.0

Phoenix Miner developer

Donations appreciated at:
1PHoenix9j9J3M6v3VQYWeXrHPPjf7y3rU
Diapolo
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
July 18, 2011, 09:28:59 AM
 #834

That huge drop seems weird ... a 5850 should benefit from the new kernel. What's your cards mem clock?
Jedi, on which of my versions is your kernel based? Did you use the one with modified init file? I hope it's not a "Linux thing", I'm on Win7 x64 and a 5830 and 5870 is faster than with the original phatk.

Dia

Liked my former work for Bitcoin Core? Drop me a donation via:
1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x
bitcoin:1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x?label=Diapolo
Okama
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
July 18, 2011, 05:57:57 PM
 #835

the core/mem clock is 850/180, I've run at this clock for more than a month and happy with this Grin

However, when I changed the clock to 850/300, the speed went back to ~361, a litte better than before.

ps: my other 5850s, at 850/180 clock with the lastest poclbm, the speed is around 360Mhash.

/Diapolo: Thanks for the hard work on optimizing phatk kernel. Really appreciate it.
Dyaheon
Member
**
Offline Offline

Activity: 121
Merit: 10


View Profile
July 18, 2011, 10:04:54 PM
 #836

Was mining fine at first, then this happened (100% rejected), on btcguild (USWest).

Meanwhile my poclbm miners on same rig were fine, so it seems something is wrong...

This was with r112 -k phatk VECTORS BFI_INT AGGRESSION=13 FASTLOOP=false WORKSIZE=256
simonk83
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
July 19, 2011, 06:46:40 AM
 #837

Is there any chance of getting the --backup flag added/working?   I use Guiminer with Phoenix, and being able to switch to a backup pool is about the only thing I'm missing right now.

Thanks!
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
July 23, 2011, 02:15:52 PM
 #838

FYI, phoenix now works with OS X in Lion.  It appears that Apple updated their twisted library sufficiently that phoenix is now happy to run.

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
Clipse
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502


View Profile
July 24, 2011, 03:02:14 PM
 #839

Does phoenix allow external adjustments to the gpu utilization, or would it be possible to add support for such a feature?

What I need to do is feed from external source to phoenixminer specific gpu utilization ie. external source parses to phoenix miner instance to utilise 29% of gpu cycles etc.

...In the land of the stale, the man with one share is king... >> Clipse

We pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
bb
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
July 24, 2011, 05:50:22 PM
 #840

I've been watching my miner for quite a while now and I have observed some strange behaviour in share reporting.

When I raise the clock of my card:



the MHash/s rises:



but the rate of growth of submitted shares stays the same:



Shouldn't more MHash/s mean more submitted shares?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
  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!