DesobedienteTecnologico / dtails

Remastering tool for Debian Live based OS
GNU General Public License v3.0
49 stars 5 forks source link

Monero Wallets #33

Closed DesobedienteTecnologico closed 8 months ago

DesobedienteTecnologico commented 10 months ago

I have received many requests to add Monero wallets.

⚠️ Remember that in DTails you always install all you want manually ⚠️


PR is on the go!

So far I have included:

Needed:

v41bis commented 10 months ago

i have monero-GUI-wallet and monerod already tested and working, i could easily add monero-CLI-wallet too but i wanted to keep it simple, but will definitely add it since installation is optional in DTails, and it could a good way to experiment with it for a not so skilled user. I created a little bash script to help peolpe to launch monerod and start their own full node. It asks for --data-dir path and pruning, and prints instructions to connect to daemon from wallet, because default port won't work on tails, and node can't be started from Monero GUI. It also prints /path/of/monerod if users want to start daemon with own custom options. If you want, i can wait for you to merge Feather and Cake wallets, and open a pull request to add MoneroGUI and Monero Daemon

DesobedienteTecnologico commented 10 months ago

i have monero-GUI-wallet and monerod already tested and working, i could easily add monero-CLI-wallet too but i wanted to keep it simple, but will definitely add it since installation is optional in DTails, and it could a good way to experiment with it for a not so skilled user. I created a little bash script to help peolpe to launch monerod and start their own full node. It asks for --data-dir path and pruning, and prints instructions to connect to daemon from wallet, because default port won't work on tails, and node can't be started from Monero GUI. It also prints /path/of/monerod if users want to start daemon with own custom options. If you want, i can wait for you to merge Feather and Cake wallets, and open a pull request to add MoneroGUI and Monero Daemon

Thanks for being interested on adding those!

Just let's wait until I change to the new UI/UX. The process to add new software changed a bit.

Regarding the port we can always discuss it. Probably worth to enable such port. Please, create an issue and let's start discuss that there.

DesobedienteTecnologico commented 8 months ago

PR merged: https://github.com/DesobedienteTecnologico/dtails/pull/34