| description | Guide for running the Taraxa Node with Docker on Digital Ocean |
|---|
You can use the following link to get $100 in credits:
https://m.do.co/c/4143d5ec5500
You can follow this guide to create a personal access token/key:
https://docs.digitalocean.com/reference/api/create-personal-access-token/
Make a note of that key. We will use it in the next step.
{% hint style="danger" %} If you are running this on Windows you will first need to install Windows Subsystem for Linux. You can use this guide. {% endhint %}
Export your Digital Ocean access token to your environment so that the node creation script can access it without prompting you for it:
export DIGITALOCEAN_ACCESS_TOKEN=your-tokenThen you can download and run the node creation script using this command:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/scripts/one-click-DO.sh)"Now you should see a new droplet in your Digital Ocean account and you should receive an email with the login details.
NOTE: It takes a few minutes after the droplet starts to install the Taraxa Node software.
You can use the following commands to check if the node is up and running:
sudo docker ps
sudo docker logs -f taraxa_compose_node_1