any particular reason i cant seen to pull stats from the miner's api?
my code sample:
using (var socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp))
{
socket.Connect("localhost", 3333);
socket.Send(Encoding.ASCII.GetBytes("{\"id\":0,\"jsonrpc\":\"2.0\",\"method\":\"miner_getstat1\"}"));
socket.Receive(receiveBytes, receiveBytes.Length, SocketFlags.None);
}
var resp = Encoding.ASCII.GetString(receiveBytes);
my code works flawlessly for claymore but fails for phoenix's api... socket.Receive just hangs forever.. any tips?
Please try to add a newline character (
\n) at the end of your request.
Hi. the miner presents me with an error when trying to start it and then closes. GPU1: clCreateCommandQueue (-6)
....
17582:23:49:41.152: main GPU1: Radeon RX 580 Series (pcie 1), OpenCL 1.2, 3 GB VRAM, 36 CUs
....
This seems like a driver issue - RX580 must show OpenCL 2.0 support and at least 4 GB VRAM. Please check/reinstall your drivers.
Hello, have an issue, working great since few days, after a reboot when i try to launch it my win10 just freez.
Have already disable quick edit mode, enable it too, same thing, always freezing.
Any help will be wonderfull here...
thx
@PhoenixMiner
Still have this issue, any help?
Without any error messages it's very hard to give you any useful information. Windows hanging seems like overclocking or undervolting issues. Reset your clocks/voltages to defaults and prevent your OC program from reapplying them on Windows startup (e.g. MSI Afterburner does that) then try again and see if the issue remains.
The new PhoenixMiner version to come will have option to undervolt clock and memory ? That's the only thing that miss for me to be the best for single mining ETH algo.
Yes, this is the major new feature in 2.7b. It is almost complete and we are testing it on all our test rigs, fixing all remaining bugs. We are also working on solo mining but it may have to wait for the final 2.7 release.
There are a lot of different opinions on which miner is fastest. No doubt we all want to know.
IMO, there is really only one way to solve this riddle for each persons mining rigs.
Due to differences in rigs, internet speed, clocks and voltages that will drift, board types, difficulties that change at
random and many other things that we have no control over, this can't be done in a few hours accurately.
Here is the test I believe will help us solve this issue.
I plan doing this same test starting after my next payout.
Maybe if many of us do this we can compare notes.
After your next payout start PhoenixMiner, let it run without changes until your next payout.
Record the hours/minutes it took to get your payout.
Change to the next miner you want to compare against. Probably Claymore as that seems to be the
competition. Do the same, wait until you get your next payout. Record that time.
Faster miner to the payout wins.
Remember you cant change anything during these tests.
This could take anywhere between 2 to 10 days for each test depending on your setup.
Its time consuming but it will reveal what miner is getting you to the money in the shortest
amount of time. Anything else is not getting us a firm answer.
Suggestions?
A lot of valid points but there is some variables you can't account for in this way: pool luck and current network difficulty.