block-quote On this pagechevron-down
copy Copy chevron-down
Node Operations chevron-right βοΈ Deploy A NodeScaleway 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/arrow-up-right
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 Pagearrow-up-right
The document for generating api keys: https://www.scaleway.com/en/docs/generate-api-keysarrow-up-right
Make a note of that key. We will use it in the next step.
3. Creating a Taraxa Node
triangle-exclamation
If you are running this on Windows you will first need to install Windows Subsystem for Linux. You can use this guidearrow-up-right .
circle-exclamation
The script you fetch and run in the next step depends on the network you want to deploy your node to. Please be sure to select between mainnet and testnet as desired.
Download and run the node install script for the type of node you wish to deploy:
Mainnet Full Node:
Copy bash -c "$( curl -fsSL https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/scripts/one-click-Scaleway.sh )" mainnet Mainnet Light Node:
Copy bash -c "$( curl -fsSL https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/scripts/one-click-Scaleway.sh )" mainnet light Download and run the node install script for the type of node you wish to deploy:
Testnet Full Node:
Copy bash -c "$( curl -fsSL https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/scripts/one-click-Scaleway.sh )" testnet Testnet Light Node:
Copy bash -c "$( curl -fsSL https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/scripts/one-click-Scaleway.sh )" testnet light Look
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/.
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: