Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcyjanek/unnamed_monero_wallet
https://github.com/mrcyjanek/unnamed_monero_wallet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrcyjanek/unnamed_monero_wallet
- Owner: MrCyjaneK
- License: gpl-3.0
- Created: 2024-02-13T08:43:50.000Z (10 months ago)
- Default Branch: master-rewrite
- Last Pushed: 2024-10-10T11:39:04.000Z (2 months ago)
- Last Synced: 2024-10-12T01:37:03.272Z (2 months ago)
- Language: Dart
- Size: 23 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.QubesOS.md
- License: LICENSE
Awesome Lists containing this project
README
# QubesOS secure setup
QubesOS offers a great security by default, from which `xmruw` wants to benefit. By using offline wallet (that keeps the private keys) and online wallet (which keeps public keys and private view key) you can keep your monero securerly.
Installation consist of two core pieces:
- Offline wallet
- Online walletOffline wallet should be installed in a qube that doesn't have access to internet (it's netvm is set to none), if you have already a secure qube like this created (for example `vault` qube that doesn't have any internet access and you already keep all your secrets there) you can reuse it, however I do recommend to create a separate Qube for monero wallet.
Online wallet - this one can be installed anywhere you want. I personally have it installed in my `personal` qube. Online wallet doesn't have any important contents in it - except for transaction history. Depending on your threat model you can use separate qube for it as well.
`xmruw` is distributed as `.tar.xz` and `.deb`. I recommend using `.deb` version because it will allow you to update the software when needed, and because xmruw doesn't make any external calls it is impossible - by design - to check for updates, therefore using debian qube is recommended.
# Setup
Follow this instructions to create a decent setup, similar to what I use
## Template setup
- Create new Template
- Open terminal in Template and type:```bash
cat > file.txt <