Stellar.AI
  • Overview
    • Overview
    • Architecture
  • Rendering
    • Getting started
    • Top-up your account
    • Setup add-on
    • Submitting your first render
    • Start your render
      • Transfer manager (Uploads and downloads)
      • Managing your render
      • Terminate rental
  • VPN
    • Android
    • iOS
  • AI and ML
  • Resize Docker Storage
  • Nodes
    • Installation
    • Update/Uninstall
    • Idle jobs
    • WSL
    • Verification
  • Services
    • CPU/GPU rental
  • Cryptocurrency
    • Monetary Policy
    • Staking
  • Roadmap
  • API Reference
    • accounts
      • /accounts
      • /accounts
      • /accounts/balance
    • network
      • /network
    • nodes
      • /nodes/{id}
    • services
      • /services
      • /services/mr
      • /services/mr
      • /services/render
      • /services/render
      • /services/{uuid}/info
      • /services/{uuid}/stop
Powered by GitBook
On this page
  1. Services

CPU/GPU rental

PreviousServicesNextCryptocurrency

Last updated 5 months ago

Using this service, you can rent computing power (CPU / GPU) and necessary disk space to perform tasks in the fields of ML, image processing, rendering scenes using Blender or mining.

The connection is made via the SSH protocol. Connection information can be obtained by clicking on the session in the menu Dashboard->Service sessions

Before starting you need to specify your SSH public key in Account->Settings->SSH public key field.

To generate SSH key pair:

On Windows using PuTTYGen: https://www.ssh.com/academy/ssh/putty/windows/puttygen On Linux using ssh-keygen: https://www.ssh.com/academy/ssh/keygen

Configure keys on Windows using PuTTYGen and PuTTY

First you need install PuTTY: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html​

Then run puttygen application

Press button Generate and start moving mouse cursor until key generated

Copy and paste generated public key in CUBE: Account->Settings->SSH public key

Press button Save private key in PuTTYGen and save private key file to the safe place. Run PuTTY and specify private key in Connnection->SSH->Auth->Credentials menu

Now you are able to log in to rented machine using PuTTY