Android Wallet - Terminal & Gui

Started by 4um, May 04, 2022, 11:42 AM

Previous topic - Next topic

4um

WOW

WOW
===





ANDROID WALLET

----------------------------------------------------------------------------------------------------------------------------

### BLOCKCHAIN & CLI-WALLET

[

 

For Better Privacy - Your Wallet, Your Node  

buy https://forum.wownero.com/uploads/default/original/1X/deba51654abafb4c7846eeb7bcfce5146cac8471.png" width="50" height="50"> at TradeOgre - no KYC, stay anonymous
 
follow the white rabbit


[

 
Termux is your terminal emulator

Anlinux provides Linux on Android

 
 
1\. Download Termux  
2\. Open Termux and type:

    pkg update && upgrade

3\. Press Enter to Continue  
4\. Press Y for Yes to download the Maintainers Packages  
5\. Download Anlinux
6\. Open Anlinux  
7\. Select Dashboard  
8\. Select Debian  
9\. Copy Script  
10\. In Termux Paste Copied Script
   
When the Download is Finished...  
 
11\. Open Termux and type:

    pkg install nano

    cd debian-fs && nano etc/apt/sources.list

 
12\. Upgrade HTTP to HTTPS by adding a lowercase "s" after http  
(you have to use the arrows to move the cursor)  

    deb https://deb.debian.org/debian buster main contrib non-free
    deb-src https://deb.debian.org/debian buster main contrib non-free

 
13\. Select CTRL then press X to save - press Y for Yes - press Enter to confirm  
14\. Start Debian and type:

    ./start-debian.sh

 
 
You are now in Debian  
 
root@localhost:~#  
 
 
15\. root@localhost:~# type:  

    apt update

    apt upgrade

    apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev libpgm-dev libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev git

    git clone https://git.wownero.com/wownero/wownero.git

    cd wownero

    make -j2

 
WOW! You've just built wonero  
 
16\. Download the Blockchain in Debian  
17\. root@localhost:~# type:

    wownero/build/Linux/master/release/bin/wownerod

(the blockchain database is located in /root/.wownero/lmdb - the blockchain needs to be fully synced to start the wallet)  
[imgMETA]http://forum.wownero.com/custom_avatar/15d9cd8406ed22ea32d6f522f8360e4736896597.jpeg[/img]  
 
for a list of commands type "help" in wownerod or wownero-wallet-cli  
 
18\. Create or Restore a Wallet:  
 
(create wallet) root@localhost:~# type:

    wownero/build/Linux/master/release/bin/wownero-wallet-cli

(restore wallet) root@localhost:~# type:

   
    wownero/build/Linux/master/release/bin/wownero-wallet-cli --restore-deterministic-wallet

 
(set restore height 0 to avoid issues with missing funds and transactions)  
 
(to send)  

    transfer address amount

 
 
 
 

YOUR WALLET IS THE 25 WORDS ( "SEED" ) GIVEN AFTER YOUR WALLET IS CREATED

 
 
 
 
 

SAVE YOUR SEED

 
 
 
 
 
 



ANDROID WALLET
--------------------------------------------------------------------

 
1\. Download F-droid
2\. Open F-Droid  
3\. Settings  
4\. Repositories  
5\. Add monerujo Repository ( + NEW REPOSITORY )  
6\. Paste Repository Link and Fingerprint  
 
 
(#monerujo-48]Wonerujo

https://f-droid.monerujo.io/fdroid/repo/

Monerujo is the first app for managing and using Monero wallets on Android.  
Info: https://www.monerujo.io  
Repo info: https://f-droid.monerujo.io

 
7\. Update Repositories by swiping down on your screen  
8\. Search wonerujo  
9\. Install wonerujo  
 
 

(For Better Privacy with the GUI wallet, Download the Blockchain and set your Node to localhost)

 
 
 



 
 


 
 


    WW3u7rh55qW2nDHHgHM4UEcnXCRsvhjyPdQpZVMR1BkM7izBKiWBy7oWPDHKX1moVm2znuN26UAPL8cazqE1Mm6s1vBCdMuoz

 



    87Gz2QyS9uHQSRVWwc2zvKh3AJ8JF6o6u2MDcwkpdwe4aSTrxpdg7gEjhUvsZfJadjjW16Y4GmxUH2X4fB4Xsavm8ZrvMXc

dsc

~~Thanks for the guide! The forum uses markdown (markup language). Currently this guide is a bit rough around the edges. Check out this cheat-sheet](https://www.markdownguide.org/cheat-sheet/) or [this tutorial.~~

~~Alternatively, you may send me a link to the markdown (on a pastebin site somewhere) so that I can modify the topic above.~~

Looks amazing now. Nice one :smiley:

hotd

Nice tutorial. I might try it later.

ofrnXMR

Anlinux is only necessary if using the Linux arm binaries instead of the android ones.
For now, you have to gitian build the android binaries.
https://git.wownero.com/wownero/wownero/issues/429

Also, a more simple solution over anlinux is github MFDGaming/ubuntu-in-termux

Throwing this out there.
Is there any interest in a wownero build of cryptogrampy's monerod termux node?
https://github.com/CryptoGrampy/android-termux-monero-node?