Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

GreenAddress uses Electrum for payment validation #497

Closed
saivann opened this Issue Aug 3, 2014 · 2 comments

Comments

Projects
None yet
2 participants
Contributor

saivann commented Aug 3, 2014

@greenaddress I read that your app is using Electrum servers for payment validation. This is interesting, and makes me realize the current "Decentralized" score might not be appropriate for the mobile app, I wondered if you could answer a few questions?

Does both the Chrome extension, Android app and iOS app all double-check with Electrum servers?

What these apps are designed to do if Greenaddress / Electrum servers disagree?

Do you randomly connect to a server from Electrum's list, or do you rely on a specific server?

Contributor

greenaddress commented Aug 3, 2014

@saivann

Does both the Chrome extension, Android app and iOS app all double-check with Electrum servers?

Yes, unless firewall is detected, then the user has an option not to use Electrum.

What these apps are designed to do if Greenaddress / Electrum servers disagree?

A validation error is shown and transaction is not allowed.

Do you randomly connect to a server from Electrum's list, or do you rely on a specific server?

We connect randomly to a server from the public list hardcoded in the app.

Contributor

saivann commented Aug 5, 2014

@greenaddress Thanks for your answer. The associated text has just been updated accordingly in pull request #502.

@saivann saivann closed this Aug 5, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment