commit 1dd796afec031abda28c0337b0cca26aa36af639 parent df3f89471872bb851251db274c21ac154c5e8364 Author: n0tr1v <n0tr1v@protonmail.com> Date: Fri, 15 Dec 2023 00:25:23 -0500 notes Diffstat:
| M | doc/notes.md | | | 2 | ++ |
| A | systemd/xmr-poker-wallet-rpc.service | | | 17 | +++++++++++++++++ |
2 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/doc/notes.md b/doc/notes.md @@ -92,4 +92,6 @@ wget https://downloads.getmonero.org/cli/linux64 tar -xf linux64 ./monero-x86_64-linux-gnu-v0.18.3.1/monero-wallet-cli --stagenet --daemon-address 3.10.182.182:38081 ./monero-x86_64-linux-gnu-v0.18.3.1/monero-wallet-rpc --stagenet --daemon-address 3.10.182.182:38081 --wallet-file /home/dkf/dkf-poker-stagenet.keys --rpc-bind-port 6061 --password '...' --disable-rpc-login +./monero-x86_64-linux-gnu-v0.18.3.1/monero-wallet-cli --daemon-address 18.169.212.248:18081 +./monero-x86_64-linux-gnu-v0.18.3.1/monero-wallet-rpc --wallet-file /home/dkf/dkf-poker.keys --daemon-ssl-allow-any-cert --proxy 127.0.0.1:9050 --daemon-address 18.169.212.248:18081 --rpc-bind-port 6061 --password '...' --disable-rpc-login ``` \ No newline at end of file diff --git a/systemd/xmr-poker-wallet-rpc.service b/systemd/xmr-poker-wallet-rpc.service @@ -0,0 +1,16 @@ +[Unit] +Description=DarkForest +After=network.target +StartLimitIntervalSec=0 +[Service] +Type=simple +Restart=always +RestartSec=5 +User=dkf +WorkingDirectory=/home/dkf +ExecStart=/home/dkf/monero-wallet-rpc --wallet-file /home/dkf/dkf-poker.keys --daemon-ssl-allow-any-cert --proxy 127.0.0.1:9050 --daemon-address 18.169.212.248:18081 --rpc-bind-port 6061 --password '' --disable-rpc-login +LimitNOFILE=65536 +KillSignal=SIGINT + +[Install] +WantedBy=multi-user.target +\ No newline at end of file