Wownero

Guides => Tutorials => Topic started by: 4um on May 04, 2022, 11:42 AM

Title: Android Wallet - Terminal & Gui
Post by: 4um on May 04, 2022, 11:42 AM
WOW

WOW
===


(http://forum.wownero.com/custom_avatar/d6e5608b5dd8b52db2e83555929f493784560292.png)


ANDROID (http://forum.wownero.com/custom_avatar/57b25961a5006a9f14b74e3b4a420a923ea53458.png) WALLET

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

### BLOCKCHAIN & CLI-WALLET

[(https://www.privacyguides.org/)

 

For Better Privacy - Your Wallet, Your Node  

buy at TradeOgre (https://tradeogre.com/exchange/BTC-WOW) - no KYC, stay anonymous
 
follow the white rabbit


[(https://www.getmonero.org/)

 
Termux (https://termux.com) (http://forum.wownero.com/custom_avatar/356c011ababe17056feb288bc2aeb1b4e29249c0.png) is your terminal emulator

Anlinux (https://exa.starinc.xyz/) (http://forum.wownero.com/custom_avatar/d5786c47d99db57b78a21fefaeabff751479d6cb.png) provides Linux on Android

 
 
1\. Download Termux (https://termux.com) (http://forum.wownero.com/custom_avatar/dfcec71bf1d9f37b34db5c023b19a62e19ef438f.png)  
2\. Open Termux (http://forum.wownero.com/custom_avatar/356c011ababe17056feb288bc2aeb1b4e29249c0.png) and type:

    pkg update && upgrade

3\. Press Enter to Continue (http://forum.wownero.com/custom_avatar/356c011ababe17056feb288bc2aeb1b4e29249c0.png)  
4\. Press Y for Yes to download the Maintainers Packages (http://forum.wownero.com/custom_avatar/356c011ababe17056feb288bc2aeb1b4e29249c0.png)%20%20(recommended)  
5\. Download Anlinux(http://forum.wownero.com/custom_avatar/dfcec71bf1d9f37b34db5c023b19a62e19ef438f.png)
6\. Open Anlinux(http://forum.wownero.com/custom_avatar/d5786c47d99db57b78a21fefaeabff751479d6cb.png)  
7\. Select Dashboard(http://forum.wownero.com/custom_avatar/d5786c47d99db57b78a21fefaeabff751479d6cb.png)  
8\. Select Debian(http://forum.wownero.com/custom_avatar/d5786c47d99db57b78a21fefaeabff751479d6cb.png)  
9\. Copy Script(http://forum.wownero.com/custom_avatar/d5786c47d99db57b78a21fefaeabff751479d6cb.png)  
10\. In Termux (http://forum.wownero.com/custom_avatar/356c011ababe17056feb288bc2aeb1b4e29249c0.png) Paste Copied Script
   
When the Download is Finished...  
 
11\. Open Termux (http://forum.wownero.com/custom_avatar/356c011ababe17056feb288bc2aeb1b4e29249c0.png) 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 (http://forum.wownero.com/custom_avatar/356c011ababe17056feb288bc2aeb1b4e29249c0.png) and type:

    ./start-debian.sh

 
 
You are now in Debian (http://forum.wownero.com/custom_avatar/bc2910e0c4d90228b0c2c25c3cad5385effc2b88.png)  
 
root@localhost:~# (http://forum.wownero.com/custom_avatar/bc2910e0c4d90228b0c2c25c3cad5385effc2b88.png)  
 
 
15\. root@localhost:~# (http://forum.wownero.com/custom_avatar/bc2910e0c4d90228b0c2c25c3cad5385effc2b88.png) 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:~# (http://forum.wownero.com/custom_avatar/bc2910e0c4d90228b0c2c25c3cad5385effc2b88.png) 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:~# (http://forum.wownero.com/custom_avatar/bc2910e0c4d90228b0c2c25c3cad5385effc2b88.png) type:

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

(restore wallet) root@localhost:~# (http://forum.wownero.com/custom_avatar/bc2910e0c4d90228b0c2c25c3cad5385effc2b88.png) 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

 
 
 
 
 
 

(http://forum.wownero.com/custom_avatar/1f29de3ce173a1bb76a810891ec36d3cd5d572a5.png)

ANDROID (http://forum.wownero.com/custom_avatar/bb89ee47cfcedd94f294c29f644e13bf73bc52eb.png)%20(%20GUI) WALLET
--------------------------------------------------------------------

 
1\. Download F-droid (https://f-droid.org) (http://forum.wownero.com/custom_avatar/dfcec71bf1d9f37b34db5c023b19a62e19ef438f.png)
2\. Open F-Droid  
3\. Settings  
4\. Repositories  
5\. Add monerujo Repository ( + NEW REPOSITORY )  
6\. Paste Repository Link and Fingerprint  
 
 
(#monerujo-48] (https://f-droid.monerujo.io/fdroid/repo?fingerprint=A82C68E14AF0AA6A2EC20E6B272EFF25E5A038F3F65884316E0F5E0D91E7B713)%5B)Wonerujo

https://f-droid.monerujo.io/fdroid/repo/ (https://f-droid.monerujo.io/fdroid/repo?fingerprint=A82C68E14AF0AA6A2EC20E6B272EFF25E5A038F3F65884316E0F5E0D91E7B713)

Monerujo is the first app for managing and using Monero wallets on Android.  
Info: https://www.monerujo.io (https://www.monerujo.io)  
Repo info: https://f-droid.monerujo.io (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)

 
 
 

(http://forum.wownero.com/custom_avatar/ed2948d1432ebaa4687dc7f3c114d0ed414f89b5.png)

 
 

(http://forum.wownero.com/custom_avatar/9250c281fcf227c4b6fac5b9d3e3f4c08a34f324.png)
 
 
(http://forum.wownero.com/custom_avatar/d6e5608b5dd8b52db2e83555929f493784560292.png)

    WW3u7rh55qW2nDHHgHM4UEcnXCRsvhjyPdQpZVMR1BkM7izBKiWBy7oWPDHKX1moVm2znuN26UAPL8cazqE1Mm6s1vBCdMuoz

 

(http://forum.wownero.com/custom_avatar/e4299f8e569300d63a85874c7a58751d54dcc060.png)

    87Gz2QyS9uHQSRVWwc2zvKh3AJ8JF6o6u2MDcwkpdwe4aSTrxpdg7gEjhUvsZfJadjjW16Y4GmxUH2X4fB4Xsavm8ZrvMXc
Title: Re: Android Wallet - Terminal & Gui
Post by: dsc on May 05, 2022, 12:16 AM
~~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 (https://www.markdowntutorial.com).~~

~~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:
Title: Re: Android Wallet - Terminal & Gui
Post by: hotd on May 05, 2022, 01:32 PM
Nice tutorial. I might try it later.
Title: Re: Android Wallet - Terminal & Gui
Post by: ofrnXMR on May 14, 2022, 06:49 PM
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?