caseypugh / helium-systray

Menu bar app for tracking Helium HNT earnings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helium Systray

A menu bar app for tracking Helium hotspot earnings. Powered by systray.

app preview

Env setup

go get github.com/cratonica/2goarray

Build and running

Use following commands to build and run the app in the project folder

make build

Configuration

Helium systray requires a JSON config file at ~/Documents/helium-systray.json. This can be adjusted by changing configFileName variable for a new config location.

{
  "refresh_minutes": 15,
  "account_address": "{{ your helium account address here }}"
}

About

Menu bar app for tracking Helium HNT earnings

License:MIT License


Languages

Language:Go 98.7%Language:Makefile 1.3%