Update monero config

This commit is contained in:
Tibo De Peuter 2024-03-27 16:29:15 +01:00
parent 7c0a2bf022
commit ceda87452c
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -11,22 +11,24 @@ in {
];
services = {
# Choose to run a node or not.
monero.enable = true;
xmrig = {
enable = true;
settings = {
autosave = true;
background = true;
pause-on-battery = true;
pasue-on-active = true;
pause-on-active = 60;
donate-level = 5;
cpu = true;
opencl = false;
cuda = true;
pools = [
{
# url = "monerohash.com:9999";
url = "127.0.0.1:18081"; # Local node
url = "monerohash.com:9999";
# url = "127.0.0.1:18081"; # Local node
user = "44FjmmLn1k1GC1AFTLSdWDZ17CHB2h3eRCnfkfTQBucHaKX1AGS5oLERR1FEaHxPQcUNwrbEfsgbY4Y6bYJm6ZrdCYGwg7b";
keepalive = true;
tls = true;