Setup a Banano Node on DigitalOcean
-
Sign up on DigitalOcean with this link to get 10$ credit for free
-
Create a new Droplet

-
Select the Docker One-click App

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

- Choose a datacenter region that’s near to you
- Additional Options: IPv6
- Click create and wait till it’s ready!
-
-
You’ll get an email with the initial password for the root user and the Droplet IP
-
Connect to your Droplet via SSH You can use
ssh root@DROPLET-IPon Mac/Linux or Putty on Windows -
You’ll be prompted to change your password, choose a strong one
-
Enter the following command to start the setup:
bash <(curl -s https://raw.githubusercontent.com/BananoTools/easy-banano-node/master/install.sh)