mjg-foundation / passport2-monero

v2.x.x series of firmware for Passport, rebuilt for monero
Other
29 stars 3 forks source link

Verify Addresses #5

Open mjg-foundation opened 1 year ago

mjg-foundation commented 1 year ago

After passport connects to a mobile view-only wallet, it needs to verify an address generated by that wallet. This should include the main address, or subaddresses, of each account. You'll need to look through verify_address_flow.py and see each bitcoin dependency.

Bounty: 1 XMR

donttracemebruh commented 1 year ago

I'm offering an additional 0.5 XMR to the bounty.

detherminal commented 11 months ago

Wouldn't a regex work though

mjg-foundation commented 11 months ago

Wouldn't a regex work though

You need to confirm that the address is owned by the wallet, not just that it's a monero address.