mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
added monerod
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
monero/monerod \
|
||||
--prune-blockchain \
|
||||
--zmq-pub tcp://0.0.0.0:18083 \
|
||||
--out-peers 64 --in-peers 32 \
|
||||
--add-priority-node=node.supportxmr.com:18080 \
|
||||
--add-priority-node=nodes.hashvault.pro:18080 \
|
||||
--disable-dns-checkpoints \
|
||||
--enable-dns-blocklist \
|
||||
--non-interactive
|
||||
Reference in New Issue
Block a user