-
Notifications
You must be signed in to change notification settings - Fork 277
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
Auto-sync every X amount of time #888
Comments
This is may not be possible, but what could be is we could send the user every week or month a notification to open their wallets to sync. This is what Nighthawk wallet is doing. |
Apparently Cake Wallet recently figured out a way to make this work as they have this feature now. Peek at their code? 👀 |
First check what libraries and development environment Cake Wallet uses. They may have a possible solution but it isn't a guarantee we can have that solution, because of the differences. |
I see. Just wanted to let you guys know it might be possible. Anyways, thanks for the reply appreciate it |
This does not work well for those who manage their battery charge because it requires the phone be charging to operate. A notification seems the better way to go. |
Every night you have to plug your phone into a charger anyway so I don't see why that really matters... Would be a massive quality of life change imo. Notifications are cool, but you can easily miss them or forget to do it even with them. You could also have both options available in the settings (notifications and autosync) and just let the user decide what they want on or not. |
My charging schedule is a little bit weird because my phone has an option to limit the charge total to 80% and then it automatically stops charging So my phone isn't actually plugged in during the night, but when it hits 30%, I plug it in, let it charge to 80% and then unplug it, no matter the time. Therefore if its required to be charging at say 1AM mine would almost never sync |
What you said still doesn't make sense. The idea is to auto-sync whenever the user decides to charge their phone. The time of day is irrelevant to that. That's also why I said it should be an option in the settings. So whoever doesn't like it for whatever reason can switch it off. Regardless, the point is to give users the option to auto-sync however that looks. Most users would love this feature. |
I just know the way cake wallet does it for example does not ever work for me so i still have to manually catch up when the app opens |
The challenge for background sync is that the wallet has to be unlocked (and therefore unsecured) for Monerujo to be able to scan the blockchain. We have an idea for this still to be implemented that may work. Stay tuned. |
There's a kind of a hack to achieve this, if you open your wallet in street mode and then just leave Monerujo working in the background, it should both sync and keep your (at least older) transactions a secret. It's also secure in the sense that you need your password to send XMR out. |
Is it possible to have an option to auto-sync the blockchain every x amount of time in the background?
For example, options to auto-sync every 3, 6, 12, or 24 hours, etc? Would be a nice feature.
The text was updated successfully, but these errors were encountered: