alpine: reconfig monero
This commit is contained in:
parent
3ba1aecdb4
commit
b99aaf35bc
1 changed files with 6 additions and 2 deletions
|
|
@ -8,9 +8,13 @@
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
prune-blockchain=1
|
prune-blockchain=1
|
||||||
confirm-external-bind=1
|
confirm-external-bind=1
|
||||||
out-peers=64 # This will enable much faster sync and tx awareness; the default 8 is suboptimal nowadays
|
out-peers=8
|
||||||
in-peers=1024 # The default is unlimited; we prefer to put a cap on this
|
in-peers=16
|
||||||
zmq-pub=tcp://localhost:18083
|
zmq-pub=tcp://localhost:18083
|
||||||
|
add-priority-node=p2pmd.xmrvsbeast.com:18080
|
||||||
|
add-priority-node=nodes.hashvault.pro:18080
|
||||||
|
enable-dns-blocklist=1
|
||||||
|
enforce-dns-checkpointing=1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue