bitrequest / bitrequest.github.io

Web Application for crypto payment requests
https://www.bitrequest.io
GNU Affero General Public License v3.0
46 stars 11 forks source link

The XMR view key can suddenly become invalid #13

Closed nanostos closed 2 months ago

nanostos commented 1 year ago

For context, integrated addresses were active when this error occurred. View key was added with address setup. Using web app, with defaults.

Steps:

  1. Produce request and pay amount, which is detected correctly and then stored under Requests.
  2. When opening new request window, error pops up "Error: Invalid Viewkey".
  3. Payment of this second request is now NOT detected.

No change was made to the wallet. I also cannot see any way to look at or change the view key associated with an address after it has been added the first time.

bitrequest commented 1 year ago

I haven't been able to reproduce this, but i do found the error message might be incorrect. It showed when there was a connection error in general not necessarily related to the viewkey: https://github.com/bitrequest/bitrequest.github.io/commit/ceaa4c8d77681f97a50512056f8b797524948255

The viewkey should always be correct, since there's a check when entering it into the app. If you do wanna change it you can delete the address and reenter your address and viewkey.