[quote=“k2_1971, post:14, topic:1167”]So I have finally been able to start mining PPC and get things figured out. This would have been sooner, except for an ice storm that came through last weekend which caused hardware shipment delays and subsequent power outages. Fun
Anyways…
What mohammadnaeem posted for a command line is correct. (This is for windows users) Instead of having to open up a cmd window and typing in the pool you want to mine against, just make a simple .bat file, place it in the same directory as the mining_proxy.exe, make a shortcut to the .bat on your desktop (or wherever) and you’re good to go. You’ll be able to watch the asicminer cube working via the web interface. Contents of the .bat file:
mining_proxy.exe -o ppc.fixx.ru -sp 3333 -gp 8437
-o is the pool you want to mine with
the domain is the address of the pool itself (I use Fixx’s pool also)
-sp is the port of the stratum pool you’re using
-gp is the port that the asicminer cube uses to interact with the mining_proxy executable and vice versa. By default it’s 8330, but you can set this to anything you want so long as it does not conflict with any other programs
Here’s a breakdown of the available switches for the mining executable:

… and a detailed listing of each cmdline switch:
The -nm (no midstate) switch did not work for me. The cubes would mine, but nothing was being passed on to the pool. You can run in quiet mode (-q) but if you do you wont see a lot of important information verifying that your cube is communicating correctly with the mining proxy.
Now, as far as setting up the cube goes - first off, follow the guide that was posted earlier in this thread. Make damn sure you have a strong enough power supply to run these thing, especially if you overclock it. A dedicated 12 volt rail that can handle at a minimum a 50+ ampere load is a good idea. I’m powering two of these cubes using one power supply (Corsair TX850W) - I have plenty of overhead remaining. Best to run a PSU that has enough power to spare instead of running one to it’s maximum limit and risk frying the components or worse.
Accessing the cube - once the cube is up and running and connected to your network, point your browser to 192.168.1.254:8000, you’ll see this window:
If you plan on running more than one of these, change the IP for obvious reasons. You can leave the Mask and Gateway settings alone, as well as the WEB Port (unless you need to change it to avoid a conflict on your network). Primary DNS is what your router is probably already set to, but you can change as necessary. Secondary DNS you should be able to leave alone (by default it’s set to 8.8.8.8 which is one of google’s DNS servers). Pool ports by default or 8330, but again you can change as you see fit (list twice, comma separated). The Pool Addresses will be the IP address of the computer that mining_proxy.exe is running on (again, list twice, comma separated). The miners user:pass will be the workers username:password that you setup with whatever pool you’re mining with. The cube will pass this info to the mining proxy executable. Once you’re comfortable with your settings, click on the update/restart button and then refresh your browser window to the new IP address you set.
Nominally each cube will reach upwards of 30 Gh/s. If you switch the clock from low to high, it will overclock the cube and reach as high as 38 Gh/s. Refresh is self-explanatory. The pools and mode buttons - I believe these are only necessary if you plan on mining multiple pools. I don’t change these settings with my setup.
Also, one instance of mining_proxy.exe running can handle multiple cubes running simultaneously. The only difference in setup between the first cube and the second in my setup, is the on the second cube, it’s a different IP address (x.x.x.210 vs 200) and I have a second worker setup for it. In the mining_proxy window you’ll see the requests from the different workers scroll by.
It takes a little while for each cube to get up to speed, usually within 30-45 minutes or so. I also recommend doing a ‘burn-in’ period and let each cube run for a solid 24 hours or more before overclocking it.[/quote]
Excellent Work k2_1971. Good to see someone else benefit from my struggles, hassle free i hope (fingers crossed).
Happy to see you mine it away :).
Lastly I could not have said, explained any better myself Great detailed explanation.
Good luck!!!