Skip to content

A Windows Forms based gui for the Nimiq client RPC calls

Notifications You must be signed in to change notification settings

Starglancer/NimiqRPC

Folders and files

NameName
Last commit message
Last commit date
May 17, 2023
Apr 21, 2023
Apr 21, 2023
Apr 21, 2023
May 17, 2023
May 18, 2023
Apr 28, 2023
May 23, 2023
Apr 21, 2023
Apr 21, 2023
Apr 22, 2023
Apr 29, 2023
Apr 21, 2023

Repository files navigation

Nimiq RPC

Description

A Windows Forms based gui for the Nimiq client RPC calls

Screenshots

Status

PeerCount

Mining

Features

  • 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

Requirements

  • 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

To Do List

  • Fix any bugs identified by users
  • Make enhancements identified by users

Acknowledgements

  • 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