The Bytecode Club

Full Version: Using 8BitMMO with Tor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1. Download and install the Tor Browser Bundle.
2. Start the Tor Browser and verify that it works.
3. Start the client like so
Code:
java -DsocksProxyHost=localhost -DsocksProxyPort=9150  -jar BitLauncher.jar

If you are on *nix you can use torsocks which I have found gives you a lower ping for some reason.

Code:
torsocks java -Djava.net.preferIPv4Stack=true -jar BitLauncher.jar