Skip to content
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

Support neutrino backend for mobile devices. #68

Open
neocarmack opened this issue Nov 29, 2022 · 1 comment
Open

Support neutrino backend for mobile devices. #68

neocarmack opened this issue Nov 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@neocarmack
Copy link
Member

Mobile devices have limited space and bandwidth, so that syncing full Bitcoin/Omnilayer database is not possible.

obd currently uses omnicore-proxy as a full node backend, but omnicore does not support neutrino mode yet. So that if obd runs on a mobile phone, it will download full blocks data to the device, which is too much.

The solution is: maintain two full nodes as backends, one is netrino bitcoin node, which is used to sync data to mobile obd wallet. And the other is omnicore full node, which is used to manipulate on-chain omni assets.

@neocarmack neocarmack added the enhancement New feature or request label Nov 29, 2022
@neocarmack
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant