From 4544c8a37c8576c61d3cd0510e725ff6214c18e4 Mon Sep 17 00:00:00 2001 From: Julian Braasch Date: Sat, 4 Dec 2021 11:24:51 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Emonero-mining.md=E2=80=9C=20=C3=A4nder?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monero-mining.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/monero-mining.md b/monero-mining.md index 55d5e68..1c3c340 100644 --- a/monero-mining.md +++ b/monero-mining.md @@ -23,7 +23,7 @@ Raspi-Config: Wallet: 45561hnJ5bwEjggiYNiGX4ALod9fz3AFGd8Q7pLjFWHRKMfQsqvRL9u4eAjCJ9fBZSQK2SpX8mPiLFirpcZGMXgjPxsJyCH Pool address: gulf.moneroocean.stream:10002 -### Manuellen DNS-Server +### Manueller DNS-Server ```sudo nano /etc/dhcpcd.conf``` static domain\_name\_servers=1.0.0.1 8.8.8.8 @@ -41,8 +41,7 @@ static domain\_name\_servers=1.0.0.1 8.8.8.8 cd xmrig mkdir build cd build -cmake .. -make -j4 +cmake .. && make -j4 ``` ### XMRig in neuen screen ausführen