mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
14 lines
369 B
Bash
14 lines
369 B
Bash
#!/bin/sh
|
|
|
|
monero/monerod \
|
|
--prune-blockchain \
|
|
--rpc-bind-ip 0.0.0.0 \
|
|
--confirm-external-bind \
|
|
--restricted-rpc \
|
|
--zmq-pub tcp://0.0.0.0:18083 \
|
|
--out-peers 64 --in-peers 32 \
|
|
--add-priority-node=p2pmd.xmrvsbeast.com:18080 \
|
|
--add-priority-node=nodes.hashvault.pro:18080 \
|
|
--disable-dns-checkpoints \
|
|
--enable-dns-blocklist
|