Download and enjoy.
A bunch of folks are waiting for this release before trying out pfyshnet. I'll ask that everyone be patient. Please commit your node to running for a day or so. Fast growth while the network is small will create some growing pains, but once a little stability forms, things should start working nicely!
If you don't already have a node, simply download the pfyshnet_bin_0.0.8.zip file fromhttp://pfyshnet.sourceforge.net/wiki/index.php/Downloads. Unzip it. Create a shortcut to the executable pfyshnet.jar file on your desktop. Then double click!
You won't be able to use it for a period of time while it generates your node's keys. This could take hours, or even up to a day depending on your hardware. During this time you should disable “poll for return data” in Edit->Settings. If you don't, you'll keep getting pop-up windows until your node has created its keys.
Once you start using the GUI, pay special attention to the little dot in the lower left corner. When this icon is red, it indicates your node/gui is doing something. You can submit requests during this time, but don't get impatient and submit the same request a bunch of times, or you'll just kill your node.
Also be careful with board updates. If you submit too many board updates at once you'll swamp your node. (the little dot will be red for a long time). It will probably still work, but much slower.
If you have a node already, and want to upgrade. Kill your node nicely (kill or Ctrl-C). Then copy the new pfyshnet.jar file to your existing node installation. Then restart your node. Note: Both your node and the GUI will now be started with java -jar pfyshnet.jar. If you just want to start the node, run like this:
java -jar pfyshnet.jar -node
If your node is already running, and you just want the GUI, run like this:
java -jar pfyshnet.jar -gui
NOTE: You must upgrade your node to use the GUI! The GUI uses client features that did not exist in 0.0.7.
Lastly, we know the GUI still needs some work, but we think it's nicely usable for people to get started. Please make note of bugs and feature requests.