-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wallet monitoring #55
Add wallet monitoring #55
Conversation
Signed-off-by: Dylan Schultz <[email protected]>
Signed-off-by: Dylan Schultz <[email protected]>
Signed-off-by: Dylan Schultz <[email protected]>
Signed-off-by: Dylan Schultz <[email protected]>
Signed-off-by: Dylan Schultz <[email protected]>
Bah, switching to develop messed up the history. |
Closing for now as it's too noisy |
@dylanschultzie why is it too noisy ? I have actually recreated this (if you know me, you know using google apps scripts lol) -- but wondering if this would be good for some wallets. (Personally I won't be moving from google, since I take snapshots of the wallets 👀 but this could be useful still for some other wallets and other people) |
@joshlopes so, it works, but the problem is the loop in which it does the checks doesn't persist very long. If you run out of funds, it'll notify you every... 10 minutes? |
@dylanschultzie That sounds a quick in-memory / temp file fix? for how long you want it to alert or in betweens? Sorry for not being too much help... I hate GO - doesn't make sense to me the structure so messy 🙈 |
This a rework of PFC's PR #41 to pull out the wallet monitoring functionality and clean it up a bit.