mirror of https://github.com/m2049r/xmrwallet.git
info about missing crypto on some arm64 devices
This commit is contained in:
parent
161c155de6
commit
d24b37e2f2
|
@ -24,6 +24,8 @@ You may lose all your Moneroj if you use this App. Be cautious when spending on
|
||||||
- see taiga.getmonero.org & issues on github
|
- see taiga.getmonero.org & issues on github
|
||||||
|
|
||||||
### Issues / Pitfalls
|
### Issues / Pitfalls
|
||||||
|
- Users of Zenfone MAX & Zenfone 2 Laser (possibly others) **MUST** use the armeabi-v7a APK as the arm64-v8a build uses hardware AES
|
||||||
|
functionality these models don't have.
|
||||||
- You should backup your wallet files in the "monerujo" folder periodically.
|
- You should backup your wallet files in the "monerujo" folder periodically.
|
||||||
- Also note, that on some devices the backups will only be visible on a PC over USB after a reboot of the device (it's an Android bug/feature)
|
- Also note, that on some devices the backups will only be visible on a PC over USB after a reboot of the device (it's an Android bug/feature)
|
||||||
- Created wallets on a private testnet are unusable because the restore height is set to that
|
- Created wallets on a private testnet are unusable because the restore height is set to that
|
||||||
|
|
|
@ -29,6 +29,10 @@
|
||||||
- Archive (=Backup and delete)
|
- Archive (=Backup and delete)
|
||||||
- 3 Default nodes + History of last 5 used nodes
|
- 3 Default nodes + History of last 5 used nodes
|
||||||
|
|
||||||
|
## The app always crashes as soon as I open a wallet!
|
||||||
|
Users of Zenfone MAX & Zenfone 2 Laser (possibly others) **MUST** use the armeabi-v7a APK as the arm64-v8a build uses hardware AES
|
||||||
|
functionality these models don't have. If this does not help, please report the problem.
|
||||||
|
|
||||||
## I am having problems with my BTC transaction
|
## I am having problems with my BTC transaction
|
||||||
Please contact the friendly people over at http://xmr.to for support - you will need your XMR.TO Secret Key.
|
Please contact the friendly people over at http://xmr.to for support - you will need your XMR.TO Secret Key.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue