Skip to main content
Every release is on github.com/PanoFlow/panofx-node/releases, with a SHA256SUMS file listing the checksum of each command-line binary. The current version is 0.10.1.
The Windows download, panofx-node-0.10.1-windows-amd64.exe, is the whole node: there is no installer. Opened with a double-click, it runs the Panofx Node app and shows it in your browser.
1

Download

Get panofx-node-0.10.1-windows-amd64.exe and SHA256SUMS from the release. Make a folder for them, such as C:\Panofx, move both files there, and rename the .exe to panofx-node.exe.
2

Check the download (recommended)

Open PowerShell in that folder. In File Explorer, right-click an empty part of the folder and choose Open in Terminal; on Windows 10, File → Open Windows PowerShell. Run these two lines. The two hashes must be the same; PowerShell prints its hash in capitals, which is fine.
3

Open it with a double-click

Windows says Windows protected your PC, because the file is not signed with a code-signing certificate yet. Click More info, then Run anyway. If there is no Run anyway, right-click the file, choose Properties, tick Unblock, click OK, and open it again.A black window opens, and your browser opens the app at http://127.0.0.1:47800. If the browser does not open, copy the link from the window.
Leave the black window open. It is your node: closing it stops quoting.
If your antivirus removes the file, restore it from the antivirus history and allow it.
4

Set up your node

5

Keep it running

  • Stop the PC sleeping: in Settings → System → Power (on Windows 11, Power & battery), set sleep when plugged in to Never.
  • Start the node when you sign in: press Win+R, type shell:startup and press Enter. Put a shortcut to panofx-node.exe in the folder that opens (right-click the file and choose Create shortcut; on Windows 11 it is under Show more options).
6

Know where your data is

Settings, the wallet and history are in %AppData%\Panofx, with the wallet passphrase in secrets.json there. The recovery phrase the app shows you is what restores the wallet: keep it on paper.
To update, close the black window, replace panofx-node.exe with the new version under the same name, and open it again. For the command line on Windows, run every command in PowerShell as .\panofx-node.exe <command>.
Whichever path you took, panofx-node version (or the black window on Windows) prints 0.10.1. Older versions decline every request: see Release notes for what each version needs.