MacOS

Need a VPS (Windows/Linux only)? Get credit on VULTR or Digital Ocean for your first 30 days.

Installation

Please make sure that your system meets the requirements we have outlined:

pageSystem Requirements

There is no installation required to get the HTS running 24/7 on macOS. All you have to do is download the AllPlatforms.zip package, unpack it into a folder and then unpack the contents of osx32.zip to /Applications/.

When you start HTS a script will run to check if you have Mono installed. If this is missing it will advise you to install it first.

Please do NOT update your Mono to any version greater than 6.8.x. Download version 6.8.0.123 from this link: https://download.mono-project.com/archive/6.8.0/macos-10-universal/MonoFramework-MDK-6.8.0.123.macos10.xamarin.universal.pkg

When you start HTS it may take a few moments to initialize, this is normal. After a few moments, your browser will open to http://127.0.0.1:8090/.

It is rare, but there might be a small conflict with your browser that prevents it from opening automatically. If, after a few moments, the browser doesn't open automatically, manually open the browser and navigate to the URL: http://127.0.0.1:8090/

Remember that you will need to restart HaasOnline Trade Server if your machine has been restarted or shutdown.

Setting Up HTS

You are now ready to enter your license key.

pageLicense Key

You can now proceed to insert the API key(s) for the exchange(s) that you use.

pagePrice Drivers & Accounts

Shutting Down HTS

If you need to do it, you can run the following command in Terminal:

killall mono

Troubleshooting

  • License is invalid error - please contact support

  • Incorrect login details? Can't login to your HTS? Follow the steps outlined below:

pageLost Login Credentials
  • Incorrect Mono version installed - please run these commands line by line in a terminal (source):

sudo rm -rf /Library/Frameworks/Mono.framework
sudo pkgutil --forget com.xamarin.mono-MDK.pkg
sudo rm /etc/paths.d/mono-commands

Last updated