A Windows Forms based gui for the Nimiq client RPC calls
- Will work with both local and remote Nimiq clients
- Heartbeat check every 10 seconds to ensure client is still running
- Tray icon for running in the background to monitor status
- Display details of blocks, peers, transactions and mining status
- Rolling 60 minute trend charts for block number, peer count and hash rate
- control mining parameters and client logging level
- Export any data to csv file
- DOES NOT create transactions by design. Please use the standard Nimiq web wallet for that purpose
- Network connection to the internet
- No inbound ports need to be opened
- Microsoft Windows operating system (I have tested on Windows 10 only)
- Dot Net Framework 4.7.2. This will be installed at deployment time if not already present
- Fix any bugs identified by users
- Make enhancements identified by users
- Thanks to rraallvv for his NimiqClientSharp wrapper used in this project
- Thanks to Advanced Installer for their excellent installer which has been used from release 1.00 onwards