If you're using PySnip you don't need to do anything - your server will connect to our master server by default.
Please follow these instructions to connect your pyspades server to our master server:
- If you use the pre-built feature server you must replace run.exe from the PySnip feature server.
- If you built from source:
- Replace ~/pyspades/master.py with http://pysnip.googlecode.com/hg/pyspades/master.py
-OR- update master.py manually:
- Open ~/pyspades/master.py
- Find:
- Code: Select all
HOST = '184.172.204.137'
- Replace with:
- Code: Select all
HOST = '199.195.254.202'
- Restart the server
- Replace ~/pyspades/master.py with http://pysnip.googlecode.com/hg/pyspades/master.py






