Run this to fetch the running nodes from http://wiki.tox.im/Nodes into your local file for Toxic, etc.
for Python3:
chmod +x DHTNodes_updater.py
./DHTNodes_updater.py /usr/local/share/toxic
for Python2:
chmod +x DHTNodes_updater.py
./DHTNodes_updater_python2.py /usr/local/share/toxic
for Python3:
chmod +x DHTNodes_updater.py
./DHTNodes_updater.py /usr/local/share/toxic
for Python2:
chmod +x DHTNodes_updater.py
./DHTNodes_updater_python2.py /usr/local/share/toxic
for Python3:
C:\Python33\python.exe DHTNodes_updater.py %APPDATA%\..\local\tox\DHTnodes
for Python2 (i guess it works like this, i don't use windows):
C:\Python33\python.exe DHTNodes_updater_python2.py %APPDATA%\..\local\tox\DHTnodes
- Python 2.7 and Python 3 Compability in one script.