This is a mirror of Wonerujo - the Android wallet over at https://gitlab.com/monerujo-io/wowwallet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
m2049r a126844272
start WalletService as foreground service preventing it from being killed by the system
7 years ago
.idea cleanup + docs 7 years ago
app start WalletService as foreground service preventing it from being killed by the system 7 years ago
doc docs 7 years ago
external-libs stack size for background thread set to 5MB (monero dafault) 7 years ago
gradle/wrapper save prefs 7 years ago
.gitignore save prefs 7 years ago
LICENSE Create LICENSE 7 years ago
README.md doc 7 years ago
build.gradle save prefs 7 years ago
gradle.properties save prefs 7 years ago
gradlew save prefs 7 years ago
gradlew.bat save prefs 7 years ago
local.properties save prefs 7 years ago
settings.gradle save prefs 7 years ago
xmrwallet.iml check daemon availability 7 years ago

README.md

Monerujo

Another Android Monero Wallet

QUICKSTART

  • Download APK (Release) and install it
  • Run the App and select "Generate Wallet" to create a new wallet or recover a wallet
  • Advanced users could copy over synced wallet files (all files) onto sdcard in directory Monerujo (created first time App is started)
  • see the FAQ

Disclaimer

You may loose all your Moneroj if you use this App.

Random Notes

  • Based off monero v0.10.3.1 with pull requests #2238, #2239 and #2289 applied => so can be used in mainnet!
  • currently only android32
  • currently only use is checking incoming/outgoing transactions
  • works in testnet & mainnet
  • takes forever to sync due to 32-bit architecture
  • use your own daemon - it's easy
  • screen stays on until first sync is complete
  • saves wallet only on first sync and when sending transactions or editing notes
  • Monerujo means "Monero Wallet" according to https://www.reddit.com/r/Monero/comments/3exy7t/esperanto_corner/

TODO

  • wallet backup functions
  • adjust layout so we can use bigger font sizes (maybe show only 5 decimal places instead of 12 in main view)
  • review visibility of methods/classes
  • more sensible error dialogs (e.g. when no write permissions granted) instead of just crashing on purpose
  • check licenses of included libraries; License Dialog
  • make it pretty (decided to go with "form follows function")
  • spend monero - not so difficult with wallet api

Issues

  • Pending incoming transactions disappear after reload

HOW TO BUILD

No need to build. Binaries are included:

  • openssl-1.0.2l
  • monero-v0.10.3.1 + pull requests #2238, #2239 and #2289
  • boost_1_64_0

If you want to build them yourself (recommended) check out the instructions

Then, fire up Android Studio and build the APK.