Setup a Banano Node on DigitalOcean

  1. Sign up on DigitalOcean with this link to get 10$ credit for free

  2. Create a new Droplet

    Create Droplet

    • Select the Docker One-click App

      Docker App

    • The smallest Droplet is enough, if you want more performance choose a bigger one

      Droplet

    • Choose a datacenter region that’s near to you
    • Additional Options: IPv6
    • Click create and wait till it’s ready!
  3. You’ll get an email with the initial password for the root user and the Droplet IP

  4. Connect to your Droplet via SSH You can use ssh root@DROPLET-IP on Mac/Linux or Putty on Windows

  5. You’ll be prompted to change your password, choose a strong one

  6. Enter the following command to start the setup:

bash <(curl -s https://raw.githubusercontent.com/BananoTools/easy-banano-node/master/install.sh)