Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

This article presumes you have a bare installation of Ubuntu 20.04 LTS running on a VPS with a publicly exposed IP.

  • We recommend you deploy a separate VPS server (from CAS).

  • These instructions are illustrated using a non-root account. “root” installation & usage will be different and is not recommended.

  • We recommend Digital Ocean as your VPS provider: Create a VPS on Digital Ocean

...

Click this link to open installation instructions.

Requires CAS version 20200323 or newer.

...

  • The BE (Bitgo Express) node should always be on a dedicated & separate server.

  • You may ignore this step if you use, understand, and deploy your own SSH tunnel between CAS ↔︎ BE.

...

3. Install & run Bitgo Express.

...

Verify that your node is working properly by sending a command via another terminal window.

  1. Open a new Terminal window/tab.

  2. Login on the second window via SSH to the Bitgo Express node.

  3. Type the following:

Code Block
curl localhost:3080/api/v2/ping

...