feat: add bitcoind main tor node

This commit is contained in:
kilrau
2020-02-14 19:01:38 +01:00
parent 4eb46abfb7
commit a142eb2c43

View File

@@ -109,6 +109,7 @@ activateBitcoinOverTOR()
echo "main.addnode=ndndword5lpb7eex.onion" >> /home/bitcoin/.${network}/${network}.conf
echo "main.addnode=6m2iqgnqjxh7ulyk.onion" >> /home/bitcoin/.${network}/${network}.conf
echo "main.addnode=5tuxetn7tar3q5kp.onion" >> /home/bitcoin/.${network}/${network}.conf
echo "main.addnode=juo4oneckybinerq.onion" >> /home/bitcoin/.${network}/${network}.conf
fi
sudo chmod 444 /home/bitcoin/.${network}/${network}.conf