Update monero config
This commit is contained in:
parent
7c0a2bf022
commit
ceda87452c
1 changed files with 5 additions and 3 deletions
|
@ -11,22 +11,24 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
# Choose to run a node or not.
|
||||||
monero.enable = true;
|
monero.enable = true;
|
||||||
|
|
||||||
xmrig = {
|
xmrig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
autosave = true;
|
autosave = true;
|
||||||
background = true;
|
background = true;
|
||||||
pause-on-battery = true;
|
pause-on-battery = true;
|
||||||
pasue-on-active = true;
|
pause-on-active = 60;
|
||||||
donate-level = 5;
|
donate-level = 5;
|
||||||
cpu = true;
|
cpu = true;
|
||||||
opencl = false;
|
opencl = false;
|
||||||
cuda = true;
|
cuda = true;
|
||||||
pools = [
|
pools = [
|
||||||
{
|
{
|
||||||
# url = "monerohash.com:9999";
|
url = "monerohash.com:9999";
|
||||||
url = "127.0.0.1:18081"; # Local node
|
# url = "127.0.0.1:18081"; # Local node
|
||||||
user = "44FjmmLn1k1GC1AFTLSdWDZ17CHB2h3eRCnfkfTQBucHaKX1AGS5oLERR1FEaHxPQcUNwrbEfsgbY4Y6bYJm6ZrdCYGwg7b";
|
user = "44FjmmLn1k1GC1AFTLSdWDZ17CHB2h3eRCnfkfTQBucHaKX1AGS5oLERR1FEaHxPQcUNwrbEfsgbY4Y6bYJm6ZrdCYGwg7b";
|
||||||
keepalive = true;
|
keepalive = true;
|
||||||
tls = true;
|
tls = true;
|
||||||
|
|
Loading…
Reference in a new issue