Fractal
  • Overview
  • Basics
    • Architecture
  • Key Concepts
    • Fractal Confluence: The EVM Layer
    • The Confluence Bridge
    • Fractal Spring: The UTXO Layer
      • Concepts
      • Technical Specifications
    • Staking
      • Overview
      • EVM Staking
        • UTXO Staking and EVM Staking
      • Consensus
      • Rewards
      • Penalties
  • Developers
    • Acquire Testnet FRA
    • EVM Tools & Tutorials
      • Contract Deployment
        • Ganache
        • Hardhat
        • Remix
        • Truffle
        • Waffle
      • The Graph
    • Developer SDKs
      • UTXO Native Chain SDK
        • Fractal Spring (UTXO Layer) SDK Installation
        • Developer Tools
          • Fractal CLI Tool
        • UTXO API Reference
          • Account
          • Keypair
          • Network
          • Asset
          • Staking
          • Transaction
          • Helpers
      • The Confluence Bridge SDK
    • EVM References
      • Metamask
      • Local Development Network Setup
      • EVM API Reference
      • Precompiled Contracts
  • Network Settings
    • Contract Addresses
    • Network Settings
  • User Guides
    • Fractal Wallet Guides
      • MetaMask
        • Download
        • Configure (Auto)
        • Configure (Manual)
      • Fractal Wallet
        • Download
        • New Wallet
        • Transfer Tokens in the Fractal Wallet
        • The Confluence Bridge
        • Adding Custom Assets to the Fractal Wallet
        • Manage Assets
      • Ledger Hardware Wallet
    • Acquire FRA
    • Explore Testnet
    • Acquire FRA (Testnet)
    • Stake FRA
    • How to Use Block Explorers
    • Bridging Tokens to Fractal
  • Validator Materials
    • Validator Setup Guides
      • System Requirements
      • Acquire a Server
      • Validator Toolbox Setup
        • New Build
        • Existing Build
        • Additional Info
      • Manual Setup
      • Automated Setup (Deprecated)
    • Upgrade Guides
      • Node Upgrade (Toolbox)
      • Node Upgrade (Manual)
      • fn CLI Upgrade (Wallet)
    • Operational Guides
      • Emergency Recovery
      • Data Backup
      • CLI Staking
Powered by GitBook
On this page
  • Step 1: Get a server
  • Step 2: Node Setup
  1. Validator Materials
  2. Validator Setup Guides

Acquire a Server

The example below shows how to acquire a virtual server running on Contabo, a cloud provider with affordable rates.

PreviousSystem RequirementsNextValidator Toolbox Setup

Last updated 1 year ago

Running a validator on Fractal requires you have a server running 24x7x365. We suggest using a cloud provider and virtual server to run your node, but a personal server would suffice as well.

Step 1: Get a server

To run a validator you need a server that can run 24x7. You can run it on your personal server or get one from a cloud provider such as Contabo, Digital Ocean, AWS, GCP, or Azure.

We do not recommend using your home computer. Issues with your home computer software, hardware, connection, or power will create downtime for your node and your stake will be slashed as a result.

If you do not have a server now, we suggest renting a VPS on Contabo for a combination of affordability and performance.

Click this to rent a server.

As an example, the Contabo VPS L server meets the recommended specs to run a Findora validator node. The minimum storage required for Fractal Mainnet Validator is 200GB, but we suggest opting for 400GB NVMe for peace of mind.

Enter a password and keep all other options default.

Once you have acquired a server, you may proceed to set up your new validator on Fractal.

Step 2: Node Setup

Two options are available for you when it comes to the setup:

    • This method walks you through the process, step-by-step, one command at a time. This is recommended for first timers as you get to learn the process before taking shorter, easier paths.

    • This method uses a toolbox to do much of the heavy lifting for you. The toolbox provides you with a set of tools for managing and troubleshooting your validator.

You can install the toolbox separately after following the steps in Manual Setup.

Proceed with one of the options above to setup a validator on your new server.

Manual Setup
Toolbox Setup
link