mirror of
https://codeberg.org/r4v3r23/mysu.git
synced 2024-11-09 12:53:23 +01:00
Update README.md and FAQ.md
This commit is contained in:
parent
43c6d191e4
commit
36ab440bf5
21
README.md
21
README.md
@ -1,24 +1,21 @@
|
|||||||
# Mysu
|
# Mysu
|
||||||
A no-bullshit, pure Monero wallet suitable for both newcomers and experienced users.
|
A no-bullshit, pure Monero wallet suitable for both newcomers and experienced users.
|
||||||
**(not
|
Originally forked from the Monerujo codebase, it has been entirely rewritten on the Java side into Kotlin.
|
||||||
Monero Classic,
|
The monerujo.cpp C++ file still exists but has been updated/modified.
|
||||||
Monero-Classic,
|
|
||||||
Monero Zero,
|
|
||||||
Monero Original,
|
|
||||||
Monero C,
|
|
||||||
Monero V)**
|
|
||||||
|
|
||||||
### QUICKSTART
|
### QUICKSTART
|
||||||
- Download the APK for the most current release [here](http://4hsesnr6mjb4qrflgf5gezjaszzoqnnisin7ywzbsv6pgcxysiaq.b32.i2p/pokkst/mysu/releases) and install it
|
- Download the APK for the most current release [here](http://4hsesnr6mjb4qrflgf5gezjaszzoqnnisin7ywzbsv6pgcxysiaq.b32.i2p/pokkst/mysu/releases) and install it
|
||||||
- Run the app, enter a password (optional), recovery seed (optional), and restore height (optional) to create a wallet.
|
- Run the app, enter a passphrase (optional, depending on seed type), recovery seed (optional), and restore height (optional) to create a wallet.
|
||||||
- See the [FAQ](doc/FAQ.md)
|
- See the [FAQ](doc/FAQ.md)
|
||||||
|
|
||||||
### Disclaimer
|
### Disclaimer
|
||||||
Be sure to back up your wallet recovery phrase. We are not responsible for lost or stolen funds.
|
Be sure to back up your wallet recovery phrase (and seed offset/passphrase, if you set one. Mysu enforces seed offsets/passphrases for Polyseed wallets). We are NOT responsible for lost or stolen funds.
|
||||||
|
|
||||||
### Random Notes
|
### Notable Features
|
||||||
- supports custom proxy settings. specify specific address and port.
|
- Tor and I2P support (no built-in daemons though)
|
||||||
- use your own daemon - it's easy
|
- Coin control (UTXO management)
|
||||||
|
- Seed passphrases/offsets
|
||||||
|
- Polyseed
|
||||||
|
|
||||||
### HOW TO BUILD
|
### HOW TO BUILD
|
||||||
|
|
||||||
|
@ -5,23 +5,21 @@
|
|||||||
|
|
||||||
## What features does it have?
|
## What features does it have?
|
||||||
|
|
||||||
- Uses Monero v0.18.1.0
|
- Uses Monero v0.18.3.1
|
||||||
- Support for Android >= 5.0
|
- Support for Android >= 5.0
|
||||||
- Testnet and Mainnet
|
|
||||||
- Generate new wallets
|
- Generate new wallets
|
||||||
- Recover wallets from mnemonic seed
|
- Recover wallets from mnemonic seed
|
||||||
- Support for accounts
|
|
||||||
- View transactions including details and copy to clipboard
|
- View transactions including details and copy to clipboard
|
||||||
- Spend Moneroj (handle with care on mainnet!)
|
- Spend Moneroj (handle with care on mainnet!)
|
||||||
- QR Code scanning - make sure to *ALWAYS* verify the scanned code is what it is advertised to be!
|
- QR Code scanning - make sure to *ALWAYS* verify the scanned code is what it is advertised to be!
|
||||||
- Custom daemons (remote or local network)
|
- Custom daemons (remote or local network)
|
||||||
- Tor support, with settings to customize proxy address and port.
|
- Tor and I2P support, with settings to customize proxy address and port.
|
||||||
|
|
||||||
## How does the wallet get an exchange rate?
|
## How does the wallet get an exchange rate?
|
||||||
It doesn't.
|
It doesn't.
|
||||||
|
|
||||||
## How do I use a node with username & password?
|
## How do I use a node with username & password?
|
||||||
Not supported just yet.
|
Enter username and password when adding/editing a node.
|
||||||
|
|
||||||
## The app always crashes as soon as I open a wallet!
|
## 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
|
Users of Zenfone MAX & Zenfone 2 Laser (possibly others) **MUST** use the armeabi-v7a APK as the arm64-v8a build uses hardware AES
|
||||||
|
Loading…
Reference in New Issue
Block a user