Taraxa Project
Website
Explorer
Community Site
Search…
Welcome!
JOIN THE MAINNET CANDIDATE
Quick start
Join the Testnet
Getting started
Install a Node
Windows
Mac
Linux
Digital Ocean
AWS
Alibaba Cloud
Scaleway
Vultr
Linode
Azure
Hetzner
GitHub is blocked
Upgrade a Node
Find Node's Public Address
Get Node Proof of Owership
Testnet Resources
Whitepaper
Abstract
Intro: Scaling the World
Taraxa Architecture
Economic Model
Governance
Further Reading
FAQ
Vision
Layer-1 Tech
TARA Token
Staking
Mainnet Candidate
Testnet & Node
General Questions
Powered By
GitBook
Scaleway
Guide for running the Taraxa Node with Docker on Scaleway
1. Register to Scaleway
You can use the following link:
​
https://www.scaleway.com/en/docs/create-your-scaleway-account/
​
NOTE: We will use default project to create Taraxa nodes.
2. Create API keys on default project
You can create api keys on this page:
​
Scaleway Credentials Page
​
The document for generating api keys:
https://www.scaleway.com/en/docs/generate-api-keys
​
Make a note of that key. We will use it in the next step.
3. Creating a Taraxa Node
If you are running this on Windows you will first need to install Windows Subsystem for Linux. You can use
this guide
.
Then you can download and run the node creation script using this command:
1
bash
-c
"
$(
curl
-fsSL https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/scripts/one-click-Scaleway.sh
)
"
Copied!
Now you should see a new droplet in your Scaleway account.
NOTE: It takes a few minutes after the droplet starts to install the Taraxa Node software.
4. Connect to your instance
Where is the SSH key?
If you have added a SSH public key to your default project via Scaleway console page, the script will use it.
If you haven't set a public key, the script will generate a new SSH key. You can find the new public key and private key in this directory:
~/.ssh/
.
1
ls -al .ssh/ | grep "taraxa"
Copied!
Next, you can login your instance.
5. Check the logs
You can use the following commands to check if the node is up and running:
1
sudo
docker
ps
2
​
3
sudo
docker
logs -f taraxa_compose_node_1
Copied!
Previous
Alibaba Cloud
Next
Vultr
Last modified
6mo ago
Copy link
Contents
1. Register to Scaleway
2. Create API keys on default project
3. Creating a Taraxa Node
4. Connect to your instance
5. Check the logs