grlc-wallet-watcher

Version, currently master branch1 version
  • master branchlatestJan 24, 2022

github.com/watzon/wallet-watcher

Watches your garlicoin wallet and notifies you if there's a change in your balance

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  grlc-wallet-watcher:
    github: watzon/wallet-watcher
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.24.1
License
MIT
Author
Chris Watson
Target
  • wallet-watcher from src/wallet-watcher.cr

Dependencies

Runtime Dependencies

  • garlicoin*github: watzon/garlicoin.cr
  • libnotify~> 0.2.0github: splattael/libnotify.cr

README

Garlic Wallet Watcher

Watches the garlicoind daemon and waits for the balance to change, then notifies you using libnotify if there are any changes.

If you like this and want to donate, here is my garlicoin address GKdogWR6EKBbKAG7oZwfCrXojgGvuuGU8d

Installation

You will need the crystal compiler installed to build this. You can find directions on installing it from here

Clone this repo with git clone https://github.com/watzon/wallet-watcher.git and cd into the wallet-watcher directory. Build the client with shards build or with crystal build ./src/wallet-watcher.cr. Move the binary wherever you want and run it with ./wallet-watcher or if it's in your path wallet-watcher. If you want to run it in the background do wallet-watcher > /dev/null &.

If it's not working make sure garlicoind is running.

screenshot

Contributing

  1. Fork it ( https://github.com/watzon/grlc-wallet-watcher/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • watzon Chris Watson - creator, maintainer