GalaxyPay / avm-win-node

Easily run AVM nodes on Windows
MIT License
5 stars 0 forks source link

icon AvmWinNode

AvmWinNode is a Windows Service that makes it easy to spin up a node for Algorand or Voi and start participating in consensus.

screenshot

Installation

Head over to the releases page and download the Setup file.

In order to run it, you'll need to click "More info" on the "Windows protected your PC" dialog. Then click the "Run Anyway" button. The code is open-source so you can review it yourself or have a trusted friend do so.

The installer does not include the node software. It is automatically downloaded the first time you open the app from this open-source repo, which compiles the official Go code into Windows binaries. This separation allows the node software to be updated without needing to update this app.

Updates

When updating a previous installation, the installer will recommend to let it automatically close applications and restart them after install. You should allow it to do this.

Uninstall

The app is a Node Service Manager - uninstalling it will not remove node services that you create with it. If you wish to remove everything, use the app to Remove Services and even Delete Node Data before uninstalling the app.

Manage Node Menu Options

Create Service

Start Node

Stop Node

Remove Service

Delete Node Data

Notes

Build (for Developers)

You can fork the repo and let Github Actions do the build for you, or you can run the LocalPublish script.

Dependencies include .NET Core 8, Node.js, pnpm, and Inno Setup.