English Chinese (Traditional)
## 1. [Create Whonix AppVMs](https://www.whonix.org/wiki/Qubes/Install):
## 2. In the AppVM `monerod-ws`:
## 3. In the AppVM `monero-wallet-ws`:
## 4. In `dom0`:
Add the following line:
Add the following line to the bottom:
Add these lines to the bottom:
Add this line:
``` cp /home/user/monerod.service /lib/systemd/system/ systemctl start monerod.service ```
+ Create a `systemd` file.
+ Create rpc action file.
+ Create the file `/etc/qubes-rpc/policy/user.monerod`:
+ Edit the file `/rw/config/rc.local`.
ExecStart=/usr/bin/monerod --detach --data-dir=/home/user/.bitmonero \
--no-igd --pidfile=/home/user/.bitmonero/monerod.pid \
--log-file=/home/user/.bitmonero/bitmonero.log --p2p-bind-ip=127.0.0.1
{% include disclaimer.html translated="no" translationOutdated="no" %}
[Install] WantedBy=multi-user.target ```
Make file executable.
+ Make `monerod` daemon run on startup by editing the file `/rw/config/rc.local`.
``` monero-wallet-ws monerod-ws allow ```
Paste the following contents: