Bitcoin Forum
March 29, 2024, 12:38:37 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 »  All
  Print  
Author Topic: Phoenix 2 Miner v2.0.0  (Read 201477 times)
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
April 11, 2012, 06:24:33 AM
 #21

Does 2.0.0 offer any hashing improvements over 1.7.x?
I believe so.  I haven't tested it personally (yet), but when BAMT added it, they claimed a small increase.


Are there any config options to make p2pool happier? I know cgminer has a couple options that make it work better.

1711715917
Hero Member
*
Offline Offline

Posts: 1711715917

View Profile Personal Message (Offline)

Ignore
1711715917
Reply with quote  #2

1711715917
Report to moderator
1711715917
Hero Member
*
Offline Offline

Posts: 1711715917

View Profile Personal Message (Offline)

Ignore
1711715917
Reply with quote  #2

1711715917
Report to moderator
1711715917
Hero Member
*
Offline Offline

Posts: 1711715917

View Profile Personal Message (Offline)

Ignore
1711715917
Reply with quote  #2

1711715917
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711715917
Hero Member
*
Offline Offline

Posts: 1711715917

View Profile Personal Message (Offline)

Ignore
1711715917
Reply with quote  #2

1711715917
Report to moderator
1711715917
Hero Member
*
Offline Offline

Posts: 1711715917

View Profile Personal Message (Offline)

Ignore
1711715917
Reply with quote  #2

1711715917
Report to moderator
1711715917
Hero Member
*
Offline Offline

Posts: 1711715917

View Profile Personal Message (Offline)

Ignore
1711715917
Reply with quote  #2

1711715917
Report to moderator
John (John K.)
Global Troll-buster and
Legendary
*
Offline Offline

Activity: 1288
Merit: 1225


Away on an extended break


View Profile
April 11, 2012, 06:50:18 AM
 #22

I'm not sure if this is related to my build or not, but on my Windows PC, Phoenix 2 will just exit after about a minute of mining. No errors, it just stops.

Any ideas? And what do you want me to try...
Try running Phoenix with the help of a batch file; add a pause to it.

Code:
phoenix.exe
pause

The pause will allow you to see the output from Phoenix before it shuts down.
John (John K.)
Global Troll-buster and
Legendary
*
Offline Offline

Activity: 1288
Merit: 1225


Away on an extended break


View Profile
April 11, 2012, 06:54:32 AM
 #23

What can cause this error? I just fresh installed my win7 on an x79 chipset board and 3930K CPU, same radeon 5870 though.
this is my cfg.
Code:
[general]
backend = http://1CxcPP8FVktppy4PHTYJKnZFqQeyZ3jArb:x@mining.eligius.st:8337

[cl:1:1]
kernel = phatk2
AGGRESSION = 5
VECTORS = true
BFI_INT = true
WORKSIZE = 128

[web]
disable = true

this is the error.


there are definately kernels in my plugins folder, I just download it fresh and it still wont work. help?
Is there a 'kernels' folder at the dir where phoenix.exe is located?
ssateneth
Legendary
*
Offline Offline

Activity: 1344
Merit: 1004



View Profile
April 11, 2012, 09:22:09 AM
Last edit: April 11, 2012, 11:14:21 AM by ssateneth
 #24

THIS IS ALL IRRELEVANT! FIXED BY RUNNING A REPAIR INSTALL OF MY 2.6 SDK! I don't actually use that SDK, but apparently it was important to have.

What can cause this error? I just fresh installed my win7 on an x79 chipset board and 3930K CPU, same radeon 5870 though.
this is my cfg.
Code:
[general]
backend = http://1CxcPP8FVktppy4PHTYJKnZFqQeyZ3jArb:x@mining.eligius.st:8337

[cl:1:1]
kernel = phatk2
AGGRESSION = 5
VECTORS = true
BFI_INT = true
WORKSIZE = 128

[web]
disable = true

this is the error.


there are definately kernels in my plugins folder, I just download it fresh and it still wont work. help?
Is there a 'kernels' folder at the dir where phoenix.exe is located?
Hasn't been a kernels folder since RC2, Its now "plugins". I can literally copy a working phoenix from one of my miners to this new computer, open phoenix, and get that exact error. FWIW, renaming "plugins" to "kernels" jsut causes an entirely different error.
Code:
[04/11/2012 04:25:06] Welcome to Phoenix v2.0.0
[0 Khash/s] [0 Accepted] [0 Rejected] [DISCONNECTED]Traceback (most recent call
last):
  File "phoenix.py", line 6, in <module>
  File "phoenix2\__init__.pyo", line 51, in main
  File "phoenix2\core\PhoenixCore.pyo", line 90, in start
  File "phoenix2\core\PhoenixCore.pyo", line 144, in discoverPlugins
WindowsError: [Error 3] The system cannot find the path specified: 'D:\\phoenix
5870\\plugins/*.*'
So it's definately finding the opencl and phatk2 folders and kernels, but something specific to my hardware is making it not work. I also have 2.6 SDK (851.4) and 2.1 SDK (145) installed just like how I had it on the old mobo/cpu/ram, shows up fine in gpu caps viewer. Is there a debug mode that could possibly reveal the problem?

Edit: I also tried phoenix 2.0 RC2, same error. I also tried phoenix 1.7.5 and I got an interesting error.
Code:
D:\ph>phoenix.exe -u http://1CxcPP8FVktppy4PHTYJKnZFqQeyZ3jArb:x@mining.eligius.st:8337 -k phatk2 PLATFORM=1 DEVICE=1 VECTORS BFI_INT AGGRESSION=5 WORKSIZE=128
Traceback (most recent call last):
  File "phoenix.py", line 124, in <module>
  File "Miner.pyc", line 128, in start
  File "phoenix.py", line 112, in makeKernel
  File "kernels\phatk2\__init__.py", line 23, in <module>
    import pyopencl as cl
  File "zipextimporter.pyc", line 82, in load_module
  File "pyopencl\__init__.pyc", line 3, in <module>
  File "zipextimporter.pyc", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading pyopencl\_cl.pyd

Do you think it has something to do with the fact that I have 64GB RAM?[/s]

JL421
Hero Member
*****
Offline Offline

Activity: 812
Merit: 510


View Profile
April 11, 2012, 01:40:00 PM
 #25

I'm not sure if this is related to my build or not, but on my Windows PC, Phoenix 2 will just exit after about a minute of mining. No errors, it just stops.

Any ideas? And what do you want me to try...
Try running Phoenix with the help of a batch file; add a pause to it.

Code:
phoenix.exe
pause

The pause will allow you to see the output from Phoenix before it shuts down.

I just ran it directly from command line instead of using a pause...

It submits a couple shares, then just goes back to the cli asking for input...no error
patica
Newbie
*
Offline Offline

Activity: 51
Merit: 0



View Profile
April 11, 2012, 11:19:09 PM
Last edit: April 12, 2012, 12:22:12 AM by patica
 #26

Hi, I have a problem with phoenix2 (also with betas too).

http://img195.imageshack.us/img195/7241/idlen.jpg

I have 5 rigs with 3x58xx each of them. Today this happens with three of them. Previously with beta versions was the same - some rigs work, some - not.
Here are the logs:

Code:
[04/11/2012 19:54:52] Server gave new work; passing to WorkQueue
[04/11/2012 19:54:55] Server gave new work; passing to WorkQueue
[04/11/2012 19:54:59] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:03] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:05] [5850_2] Result 0000000071529d7c... ACCEPTED
[04/11/2012 19:55:06] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:07] [5850_3] Result 00000000a6dd02af... ACCEPTED
[04/11/2012 19:55:09] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:13] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:17] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:19] [5850_2] Result 000000008bd64087... ACCEPTED
[04/11/2012 19:55:20] [5850_3] Result 00000000e7db25fd... ACCEPTED
[04/11/2012 19:55:20] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:22] [5850_1] Result 00000000ca2b592e... ACCEPTED
[04/11/2012 19:55:24] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:28] [5850_1] Result 00000000042ddf57... ACCEPTED
[04/11/2012 19:55:28] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:28] [5850_3] Result 00000000b12f1832... ACCEPTED
[04/11/2012 19:55:28] LP: New work pushed
[04/11/2012 19:55:28] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:30] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:37] LP: New work pushed
[04/11/2012 19:55:37] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:39] Disconnected from server
[04/11/2012 19:55:41] Warning: work queue empty, miner is idle
[04/11/2012 19:55:52] [5850_2] Result 000000009b2b27f6... REJECTED
[04/11/2012 19:55:57] Couldn't connect to server, switching backend...
[04/11/2012 19:56:11] Couldn't connect to server, switching backend...
[04/11/2012 19:56:28] Couldn't connect to server, switching backend...
[04/11/2012 19:56:51] Couldn't connect to server, switching backend...
[04/11/2012 19:57:12] Couldn't connect to server, switching backend...
[04/11/2012 19:57:26] Couldn't connect to server, switching backend...
[04/11/2012 19:57:31] Couldn't connect to server, switching backend...
[04/11/2012 19:57:36] Couldn't connect to server, switching backend...
[04/11/2012 19:57:41] Couldn't connect to server, switching backend...
[04/11/2012 19:57:46] Couldn't connect to server, switching backend...
[04/11/2012 19:57:51] Couldn't connect to server, switching backend...
[04/11/2012 19:57:56] Couldn't connect to server, switching backend...
[04/11/2012 19:58:01] Couldn't connect to server, switching backend...
[04/11/2012 19:58:06] Couldn't connect to server, switching backend...
[04/11/2012 19:58:11] Couldn't connect to server, switching backend...
[04/11/2012 19:58:18] Connected to server
[04/11/2012 19:58:18] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:18] New block (WorkQueue)
[04/11/2012 19:58:18] Currently on block: 51154
[04/11/2012 19:58:18] Primary backend is available, switching back...
[04/11/2012 19:58:18] Disconnected from server
[04/11/2012 19:58:18] Warning: work queue empty, miner is idle
[04/11/2012 19:58:21] Connected to server
[04/11/2012 19:58:21] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:21] Warning: work queue empty, miner is idle
[04/11/2012 19:58:21] [5850_2] Result 0000000073e7e231... REJECTED
[04/11/2012 19:58:25] LP: New work pushed
[04/11/2012 19:58:25] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:25] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:29] Warning: work queue empty, miner is idle
[04/11/2012 19:58:45] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:45] Warning: work queue empty, miner is idle
[04/11/2012 19:58:53] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:53] Warning: work queue empty, miner is idle
[04/11/2012 19:59:07] [5850_3] Result 000000004486ceaf... ACCEPTED
[04/11/2012 19:59:28] Server gave new work; passing to WorkQueue
[04/11/2012 19:59:28] Warning: work queue empty, miner is idle
[04/11/2012 19:59:29] LP: New work pushed
[04/11/2012 19:59:29] Server gave new work; passing to WorkQueue
[04/11/2012 19:59:30] [5850_3] Result 00000000599ca27b... ACCEPTED
[04/11/2012 19:59:30] Warning: work queue empty, miner is idle
[04/11/2012 19:59:45] [5850_2] Result 000000002b2c3abb... ACCEPTED
[04/11/2012 20:00:20] [5850_3] Result 000000001c6aaf26... ACCEPTED
[04/11/2012 20:00:21] LP: New work pushed
[04/11/2012 20:00:21] Server gave new work; passing to WorkQueue
[04/11/2012 20:00:21] Warning: work queue empty, miner is idle
[04/11/2012 20:00:21] Server gave new work; passing to WorkQueue
[04/11/2012 20:00:23] [5850_2] Result 00000000be84b53b... ACCEPTED
[04/11/2012 20:00:23] Warning: work queue empty, miner is idle
[04/11/2012 20:00:23] [5850_2] Result 00000000e8bc5ffa... ACCEPTED
[04/11/2012 20:00:51] Server gave new work; passing to WorkQueue
[04/11/2012 20:00:51] Warning: work queue empty, miner is idle
[04/11/2012 20:00:52] [5850_2] Result 000000005a7a59a3... ACCEPTED
[04/11/2012 20:00:52] LP: New work pushed
[04/11/2012 20:00:52] Server gave new work; passing to WorkQueue
[04/11/2012 20:00:53] Server gave new work; passing to WorkQueue
[04/11/2012 20:00:59] Warning: work queue empty, miner is idle
[04/11/2012 20:01:54] LP: New work pushed
[04/11/2012 20:01:54] Server gave new work; passing to WorkQueue
[04/11/2012 20:01:54] Warning: work queue empty, miner is idle
[04/11/2012 20:01:55] Server gave new work; passing to WorkQueue
[04/11/2012 20:01:56] [5850_1] Result 000000008c10b0f2... ACCEPTED
[04/11/2012 20:01:56] [5850_1] Result 000000001ea0700a... ACCEPTED
[04/11/2012 20:01:57] Warning: work queue empty, miner is idle
[04/11/2012 20:02:17] Server gave new work; passing to WorkQueue
[04/11/2012 20:02:17] Warning: work queue empty, miner is idle
[04/11/2012 20:02:18] [5850_3] Result 0000000062aa0fa1... ACCEPTED

Code:
[04/11/2012 19:55:57] Couldn't connect to server, switching backend...
[04/11/2012 19:55:57] [5830_2] Result 0000000001196600... REJECTED
[04/11/2012 19:56:02] Couldn't connect to server, switching backend...
[04/11/2012 19:56:03] [5830_3] Result 000000002db66d06... REJECTED
[04/11/2012 19:56:19] [5830_1] Result 000000009e999689... REJECTED
[04/11/2012 19:56:19] Couldn't connect to server, switching backend...
[04/11/2012 19:56:31] Couldn't connect to server, switching backend...
[04/11/2012 19:56:31] [5830_2] Result 000000005893af72... REJECTED
[04/11/2012 19:56:47] Couldn't connect to server, switching backend...
[04/11/2012 19:56:52] Couldn't connect to server, switching backend...
[04/11/2012 19:56:57] Couldn't connect to server, switching backend...
[04/11/2012 19:57:02] Couldn't connect to server, switching backend...
[04/11/2012 19:57:07] Couldn't connect to server, switching backend...
[04/11/2012 19:57:12] Couldn't connect to server, switching backend...
[04/11/2012 19:57:17] Couldn't connect to server, switching backend...
[04/11/2012 19:57:22] Couldn't connect to server, switching backend...
[04/11/2012 19:57:27] Couldn't connect to server, switching backend...
[04/11/2012 19:57:32] Couldn't connect to server, switching backend...
[04/11/2012 19:57:37] Couldn't connect to server, switching backend...
[04/11/2012 19:57:42] Couldn't connect to server, switching backend...
[04/11/2012 19:57:47] Couldn't connect to server, switching backend...
[04/11/2012 19:57:52] Couldn't connect to server, switching backend...
[04/11/2012 19:57:57] Couldn't connect to server, switching backend...
[04/11/2012 19:58:02] Couldn't connect to server, switching backend...
[04/11/2012 19:58:07] Couldn't connect to server, switching backend...
[04/11/2012 19:58:12] Couldn't connect to server, switching backend...
[04/11/2012 19:58:17] Couldn't connect to server, switching backend...
[04/11/2012 19:58:20] Connected to server
[04/11/2012 19:58:20] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:20] New block (WorkQueue)
[04/11/2012 19:58:20] Currently on block: 51154
[04/11/2012 19:58:20] Primary backend is available, switching back...
[04/11/2012 19:58:20] Disconnected from server
[04/11/2012 19:58:20] Warning: work queue empty, miner is idle
[04/11/2012 19:58:22] Connected to server
[04/11/2012 19:58:22] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:23] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:26] LP: New work pushed
[04/11/2012 19:58:26] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:26] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:34] Warning: work queue empty, miner is idle

Code:
[04/11/2012 19:55:23] [5850_1] Result 00000000cfbb81d1... ACCEPTED
[04/11/2012 19:55:24] [5850_2] Result 000000004b0ce4c7... ACCEPTED
[04/11/2012 19:55:24] [5850_2] Result 00000000faea5e27... ACCEPTED
[04/11/2012 19:55:24] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:26] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:29] LP: New work pushed
[04/11/2012 19:55:29] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:32] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:38] Warning: work queue empty, miner is idle
[04/11/2012 19:55:38] LP: New work pushed
[04/11/2012 19:55:38] Server gave new work; passing to WorkQueue
[04/11/2012 19:55:40] Disconnected from server
[04/11/2012 19:55:43] Warning: work queue empty, miner is idle
[04/11/2012 19:55:52] [5850_3] Result 0000000063ce60e3... REJECTED
[04/11/2012 19:55:57] Couldn't connect to server, switching backend...
[04/11/2012 19:56:02] [5850_1] Result 000000005b3ffe36... REJECTED
[04/11/2012 19:56:12] Couldn't connect to server, switching backend...
[04/11/2012 19:56:17] [5850_3] Result 000000009e2d3922... REJECTED
[04/11/2012 19:56:22] Couldn't connect to server, switching backend...
[04/11/2012 19:56:22] [5850_1] Result 0000000002dc00be... REJECTED
[04/11/2012 19:56:36] Couldn't connect to server, switching backend...
[04/11/2012 19:56:41] Couldn't connect to server, switching backend...
[04/11/2012 19:56:58] Couldn't connect to server, switching backend...
[04/11/2012 19:57:03] Couldn't connect to server, switching backend...
[04/11/2012 19:57:08] Couldn't connect to server, switching backend...
[04/11/2012 19:57:13] Couldn't connect to server, switching backend...
[04/11/2012 19:57:18] Couldn't connect to server, switching backend...
[04/11/2012 19:57:23] Couldn't connect to server, switching backend...
[04/11/2012 19:57:28] Couldn't connect to server, switching backend...
[04/11/2012 19:57:33] Couldn't connect to server, switching backend...
[04/11/2012 19:57:38] Couldn't connect to server, switching backend...
[04/11/2012 19:57:43] Couldn't connect to server, switching backend...
[04/11/2012 19:57:48] Couldn't connect to server, switching backend...
[04/11/2012 19:57:53] Couldn't connect to server, switching backend...
[04/11/2012 19:57:58] Couldn't connect to server, switching backend...
[04/11/2012 19:58:03] Couldn't connect to server, switching backend...
[04/11/2012 19:58:08] Couldn't connect to server, switching backend...
[04/11/2012 19:58:13] Couldn't connect to server, switching backend...
[04/11/2012 19:58:19] Connected to server
[04/11/2012 19:58:19] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:19] New block (WorkQueue)
[04/11/2012 19:58:19] Currently on block: 51154
[04/11/2012 19:58:19] Primary backend is available, switching back...
[04/11/2012 19:58:19] Disconnected from server
[04/11/2012 19:58:19] Warning: work queue empty, miner is idle
[04/11/2012 19:58:21] Connected to server
[04/11/2012 19:58:21] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:21] Warning: work queue empty, miner is idle
[04/11/2012 19:58:22] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:25] LP: New work pushed
[04/11/2012 19:58:25] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:26] Server gave new work; passing to WorkQueue
[04/11/2012 19:58:30] Warning: work queue empty, miner is idle
[04/11/2012 19:59:01] Server gave new work; passing to WorkQueue
[04/11/2012 19:59:01] Warning: work queue empty, miner is idle

... and one hour idle after that.

Win 7 64-bit, Drivers 11,9/2,5.

Sorry for the long post, I don't see a spoiler.

Edit: my master pool is bitparking, backup - btcguild.
ssateneth
Legendary
*
Offline Offline

Activity: 1344
Merit: 1004



View Profile
April 12, 2012, 11:32:04 AM
 #27

lots of shit

Your config file would be nice to know, as well as any modifications to your phoenix (i dont recall being able to label vid cards like that, mine only show like [cl:1:1])

Also may I suggest using driver 11.12 or 12.1 (avoids cpu bug with multiple gpu) as well as installing 2.1 sdk and mining on that instead of 2.5 (gain 3-10mhash per gpu depending on number of shaders and core/mem frequencies)
Can get 2.1 SDK standalone @ http://dl.dropbox.com/u/9768004/ATIStreamSDK_dev.msi

Also have you tried other pools? I see you got disconnected from a server, might be a pool or isp problem. Eligius has been rock solid for me last few months, you can test it by connecting your miner to http://address:x@mining.eligius.st:8337 where "address" is your bitcoin address. Doesn't require a signup or fee or anything, just change your backend and good to go. Mine is
Code:
backend = http://1CxcPP8FVktppy4PHTYJKnZFqQeyZ3jArb:x@mining.eligius.st:8337

patica
Newbie
*
Offline Offline

Activity: 51
Merit: 0



View Profile
April 12, 2012, 11:06:33 PM
 #28

Yes, I forgot my .cfg Smiley

Code:
[general]
autodetect = +cl -cpu -cuda
verbose = True
backend = http://XXX:xxx@mmpool.bitparking.com:15098
backups = http://XXX:xxx@btcguild.com:8332
failback = 300
queuesize = 1
queuedelay = 5
statusinterval = 1
ratesamples = 10
logfile = log

[cl:0:0]
autoconfigure = False
kernel = phatk2
name = 5830_1
start_undetected = False
disabled = False
WORKSIZE = 256
VECTORS = true
VECTORS4 = false
BFI_INT = true
fastloop = false
AGGRESSION = 14
goffset = true

[cl:0:1]
autoconfigure = False
kernel = phatk2
name = 5830_2
start_undetected = False
disabled = False
WORKSIZE = 256
VECTORS = true
VECTORS4 = false
BFI_INT = true
fastloop = false
AGGRESSION = 14
goffset = true

[cl:0:2]
autoconfigure = False
kernel = phatk2
name = 5830_3
start_undetected = False
disabled = False
WORKSIZE = 256
VECTORS = true
VECTORS4 = false
BFI_INT = true
fastloop = false
AGGRESSION = 14
goffset = true

Phoenix2 w/o any modifications.
I've tried 11.12+2.5, but had problems with one of the rigs (thank you, restore point Smiley )
All 5 rigs are dedicated, all miners has affinity to core 0, and cpu is downclocked/volted => cpu bug is not problem.
In my home I have 6970 and the connection with bitparking is rock solid, as you say.
That means problem with router/switch/isp, but poclbm works well with bitparking & btcguild... but gives ~2% less.
I changed the switch, router is cisco, isp is... there is no other isps Shocked

And last - Prop, score, PPLNS and other pps pools is closed book. For now Smiley
Maybe phoenix and bitparking not love one another.

However, I launch two windows with phoenix2 - one for bitparking with AGG 14 and one for btcguild with AGG 7 and fastloop.
Not so elegance, but works Smiley
aistto
Legendary
*
Offline Offline

Activity: 1001
Merit: 1005


View Profile
April 23, 2012, 06:43:20 AM
 #29


Quote
serj@serj-desktop-2:~/mining/phoenix$ ./setup.py
Traceback (most recent call last):
  File "./setup.py", line 3, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools
What doest it means?
OneMINER
Member
**
Offline Offline

Activity: 98
Merit: 13


View Profile
April 23, 2012, 04:03:39 PM
Last edit: April 23, 2012, 04:21:04 PM by OneMINER
 #30

I'm having the same problem as ssateneth. Failed to load plugins. Fresh install and plugin folder is there. ssateneth was your issue ever resolved?

EDIT: Sorry, I missed that "ran repair of SDK 2.6". Can you give me more info on this? I'm not sure what you are saying. You didn't have to install SDK 2.6 right?
P4man
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
April 23, 2012, 04:15:58 PM
 #31

Is there any documentation about how to use the JSON RPC?

jedi95 (OP)
Full Member
***
Offline Offline

Activity: 219
Merit: 120


View Profile
April 24, 2012, 01:19:43 AM
 #32

Is there any documentation about how to use the JSON RPC?

See doc/rpc.txt:
https://github.com/phoenix2/phoenix/blob/master/doc/rpc.txt

Phoenix Miner developer

Donations appreciated at:
1PHoenix9j9J3M6v3VQYWeXrHPPjf7y3rU
ssateneth
Legendary
*
Offline Offline

Activity: 1344
Merit: 1004



View Profile
April 24, 2012, 01:50:51 AM
Last edit: April 24, 2012, 02:18:23 AM by ssateneth
 #33

I'm having the same problem as ssateneth. Failed to load plugins. Fresh install and plugin folder is there. ssateneth was your issue ever resolved?

EDIT: Sorry, I missed that "ran repair of SDK 2.6". Can you give me more info on this? I'm not sure what you are saying. You didn't have to install SDK 2.6 right?

When you install a driver package from AMD, it normally extracts by default to C:\AMD\Support\<Some folder name starting with the driver revision>. Navigate inside that folder, and go to Packages\Apps\OpenCL64 (Might be just OpenCL if you are on 32bit OS). Run the .msi within. It should be self explanatory from there.

And yes I have 2.6 SDK and 2.1 SDK installed, but I only use 2.1 SDK. 2.6 is just there to allow detecting opencl at all in certain situations.

ssateneth
Legendary
*
Offline Offline

Activity: 1344
Merit: 1004



View Profile
May 07, 2012, 10:59:48 AM
 #34

I'm getting a weird problem that I've never seen before. I haven't changed any drivers or sdk or anything, it just started happening out of the blue.

Someone thought it might have something to do with bip16 or something to do with local block detection (?) and cgminer had this problem at some point?
I really dont know, i'm just posting what someone else though. Can I get a fix please? I'm mining on eligius.
The miner continues to submit "shares", but they are all rejected with the reject reason: stale-prevblk. when another LP hits, it doesnt spam anymore and it submits valid shares

Math Man
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
May 08, 2012, 03:32:29 PM
 #35

I have a feeling that it would be helpful to copy the "Getting started" information from the beta thread to the first post of this thread.
jddebug
Sr. Member
****
Offline Offline

Activity: 446
Merit: 250



View Profile
May 08, 2012, 04:48:15 PM
 #36

I have a feeling that it would be helpful to copy the "Getting started" information from the beta thread to the first post of this thread.

That would be great.
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
May 08, 2012, 06:34:11 PM
 #37

I just switched to 2.0.  Took a bit to get working.. the docs need some improvement IMHO.  It'd be nice if the output gave some info too, such as what GPUs were accepted, and current hashrate.  I intend to look at the RPC calls to see if there's a way to check these remotely, as the log file doesn't help me, and every time I VNC to it, everything slows down.

I had the problem you had for a bit.  Then I put this back in the global settings:

Code:
autodetect = +cl -cpu #Use autodetect for all OpenCL devices, except those which are CPUs.

Then, voila, it started submitting work.


What can cause this error? I just fresh installed my win7 on an x79 chipset board and 3930K CPU, same radeon 5870 though.
this is my cfg.
Code:
[general]
backend = http://1CxcPP8FVktppy4PHTYJKnZFqQeyZ3jArb:x@mining.eligius.st:8337

[cl:1:1]
kernel = phatk2
AGGRESSION = 5
VECTORS = true
BFI_INT = true
WORKSIZE = 128

[web]
disable = true

this is the error.


there are definately kernels in my plugins folder, I just download it fresh and it still wont work. help?

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
Lethos
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Keep it Simple. Every Bit Matters.


View Profile WWW
May 15, 2012, 04:26:01 PM
 #38

Just want to start off by saying overall I found phoenix has worked quite well.
I've not truly grasped how to use it to it's fullest.

My settings are below.

Quote
[general]
    autodetect = +cl -cpu
    verbose = Enable
    backend = #Removed
    backups = #Removed
    failback = 600
    queuesize = 1
    queuedelay = 5
    statusinterval = 1
    ratesamples = 10
    logfile = False
[web]
    disabled = False
    bind = 192.168.1.2
    port = 7780
    password = phoenix
    root = C:\phoenix2\phoenix2\www
    logbuffer = 1000

[cl:1:1]
    autoconfigure = False
    kernel = phatk2
    name = GPU 0
    start_undetected = False
    disabled = False
    worksize = 128
    vectors = True
    vectors4 = False
    bfi_int = False
    goffset = True
    fastloop = True
    aggression = 1

I average 65-70 Mhash most the time. However I have no idea what a few of these parts really do:

[cl:1:1] - This part seems to give higher results than for example using 0:0. No idea just know it does.
Vectors - Didn't seem to find much difference changing this.
Worksize - A small number seemed to work okay for these low end graphics cards in my laptop
Aggression - I work on this laptop all day, so 1 is realistically the only option.
Kernel - As I understand it, there is opencl and phatk2, phatk2 showed minor improvements.

The rest I don't understand at all. Any advice?

Lethos
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Keep it Simple. Every Bit Matters.


View Profile WWW
May 15, 2012, 08:14:30 PM
 #39

After more playing around. Think I've grasped what these settings do.

Setup [cl:0:0] and [cl:0:1]. Separate settings for each graphics card. *duh* moment there I know.

Now I'm using the right settings to a specific card, changing over to vectors4, bfi_int and workload 256, made a big increase.

I'm still not sure what I'm doing but my mhash/s is going up, so i'm not complaining.

Math Man
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
May 17, 2012, 06:13:33 AM
 #40

My understanding is that creating multiple backends to allow for separate workers for each of my GPUs is not supported.  One would need to run multiple instances of Phoenix2, each with their own config file.

I created the separate config files and ran multiple instances of Phoenix2.  It worked in general.  However, I had something strange happen.  To make this clear, suppose I had just two instances of Phoenix2, called instance "A" and instance "B".  Some of the shares from instance "A" were being counted by instance "B" but  instance "A" was not counted some of its own shares.  So, the hash rate in instance "B" was abnormally high and the hash rate of instance "A" was abnormally low.

I had 6 different instances of Phoenix2 running on one rig.  Here's the config file from the first two.  The other config files were similar to the below two except that the appropriate changes were for different workers in the backend line.  Also, I changed the logfile line, [cl:0:#], and name as needed.

Code:
#!/usr/bin/env phoenix

[general]
    autodetect = +cl -cpu #Use autodetect for all OpenCL devices, except those which are CPUs.
    verbose = True #Enable verbose logging?
    backend = http://***:***@us3.eclipsemc.com:8337 #The primary backend.
    backups = http://***:***@us2.eclipsemc.com:8337 http://***:***@us.ozco.in:8332 http://***:***@deepbit.net:8332 #A space seperated list of backup servers.
    failback = 600 #Seconds between attempts to reconnect to primary backend when using backups. (0 to disable)
    queuesize = 1 #Target/maximum size of the queue
    queuedelay = 5 #Seconds before work expires to request more work (WARNING: don't change this unless you know what you are doing!)
    statusinterval = 1 #Seconds between statusbar updates
    ratesamples = 10 #Number of samples to average for hashrate reporting
    logfile = 0-phoenix_logfile #Set this option to log to a file.

[cl:0:0]
    autoconfigure = False #Automatically configure this device?
    kernel = phatk2 #The kernel to use for the device
    name = GPU 0 #The name to display the device as (default is device ID if not specified)
    start_undetected = False #Do not start the kernel if the device is not present
    disabled = False #Disable this device?
    worksize = 256 #Work group size, tweaking this option may improve performance
    vectors = True #Use unit2 vectors? (enable this or vectors4, not both)
    vectors4 = False #Use uint4 vectors? (enable this or vectors, not both)
    bfi_int = True #Use BFI_INT instruction on ATI VLIW GPUs?
    goffset = True #Use OpenCL 1.1 global offset?
    fastloop = False #Use fast internal loop? (ideal for low aggression)
    aggression = 11 #Number of nonces to test per kernel execution (lower value = less desktop lag, higher value = higher hashrate)

Code:
#!/usr/bin/env phoenix

[general]
    autodetect = +cl -cpu #Use autodetect for all OpenCL devices, except those which are CPUs.
    verbose = True #Enable verbose logging?
    backend = http://***:***@us3.eclipsemc.com:8337 #The primary backend.
    backups = http://***:***@us2.eclipsemc.com:8337 http://***:***@us.ozco.in:8332 http://***:***@deepbit.net:8332 #A space seperated list of backup servers.
    failback = 600 #Seconds between attempts to reconnect to primary backend when using backups. (0 to disable)
    queuesize = 1 #Target/maximum size of the queue
    queuedelay = 5 #Seconds before work expires to request more work (WARNING: don't change this unless you know what you are doing!)
    statusinterval = 1 #Seconds between statusbar updates
    ratesamples = 10 #Number of samples to average for hashrate reporting
    logfile = 1-phoenix_logfile #Set this option to log to a file.
[cl:0:1]
    autoconfigure = False #Automatically configure this device?
    kernel = phatk2 #The kernel to use for the device
    name = GPU 1 #The name to display the device as (default is device ID if not specified)
    start_undetected = False #Do not start the kernel if the device is not present
    disabled = False #Disable this device?
    worksize = 256 #Work group size, tweaking this option may improve performance
    vectors = True #Use unit2 vectors? (enable this or vectors4, not both)
    vectors4 = False #Use uint4 vectors? (enable this or vectors, not both)
    bfi_int = True #Use BFI_INT instruction on ATI VLIW GPUs?
    goffset = True #Use OpenCL 1.1 global offset?
    fastloop = False #Use fast internal loop? (ideal for low aggression)
    aggression = 11 #Number of nonces to test per kernel execution (lower value = less desktop lag, higher value = higher hashrate)

Is there something wrong in the config file?  There seems to be some "cross-talk" between the different instances of Phoenix2.  If you want further proof, I can replicate the situation and post the log file (assuming it happens again). 

Regarding the auto-detect, is it necessary for each instance of Phoenix2 to go through auto-detecting all 6 OpenCL devices, patching, etc. in my rig?  Is there a way to have it only detect the OpenCL device that will be used in that instance?

For now, I'm running all 6 OpenCL devices on a single backend.  It works, but it makes it difficult to detect a failed device.
Pages: « 1 [2] 3 4 5 6 »  All
  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!