Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Providers #516

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/Docs/_sequence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const docsSequence = [
{ label: "Build a Cloud Provider (Windows Machine)" },
{ label: "Sudo User Requirements" },
{ label: "Decommission a Provider" },
{ label: "Provider Console"},
],
},
],
Expand Down
Binary file added src/content/Docs/assets/connect_wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/control_plane.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/import_wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/pricing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/provider_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/provider_landing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/provider_lp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/review_pov.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/seed_phrase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/select_keplr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/server_access.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/Docs/assets/server_count.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 80 additions & 0 deletions src/content/Docs/providers/provider/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
categories: ["Providers"]
tags: []
weight: 2
title: "Creating an Akash Provider Using the Akash Console"
linkTitle: "Provider Console"
---

The Akash Provider Console is an easy way to become an Akash provider. Being a provider llows individuals and organizations to rent out their unused computing resources.
devalpatel67 marked this conversation as resolved.
Show resolved Hide resolved


This guide will walk you through the process of setting up an **Akash provider** using the Akash Provider Console.
devalpatel67 marked this conversation as resolved.
Show resolved Hide resolved

---

## Prerequisites:
1. **Akash Wallet with Sufficient Funds:** Ensure you have an account on Keplr Wallet with at least 30 AKT in it.
2. **Provider Node:** To be a provider on Akash, you must have a node set up to offer resources. This could be a cloud server, a bare metal machine, or any server capable of hosting containers.

---

## Step 1: Log in to the Akash Console
- Go to the [Akash Provider Console]() in your browser.

![](../../assets/provider_lp.png)

- Click on `connect wallet`.

![](../../assets/connect_wallet.png)

- Select `Keplr`, sign into your wallet, and approve the network collection request.

![](../../assets/select_keplr.png)

- If everything went well, you will now have an option to `Create Provider`

![]((../../assets/provider_landing.png)


---

## Step 2: Set Up Your Provider Node
You may now go ahead and create a provider to lease out to users.

1. Click on the `Create Provider` button. You will be redirected to the`Import Wallet` page.

![](../../assets/import_wallet.png)


2. In `Server Access`, enter the number of servers you want to provide. If you intend to have both `control plane` and `worker` nodes, you should provide at least 2 servers.

![](../../assets/server_access.png)


![](../../assets/server_count.png)

3. Fill in the requested information for your `Control Plane Node`. Make sure you choose how you would like to provide your credentials: select either one of `ssh` or `password`. Repeat the process for all of your nodes.


![](../../assets/control_plane.png)

4. Fill in your provider attributes

![](../../assets/provider_info.png)

5. Review the attributes you provided:

![](../../assets/review_pov.png)

6. Adjust the pricing of the various services you would be providing. The prices you set here determine the price your provider bids with and total revenue it earns for you.

![](../../assets/pricing.png)

7. Import your wallet. You'll have the option of either automatically importing it pr manually doing so.
devalpatel67 marked this conversation as resolved.
Show resolved Hide resolved

i. If you decide to automatically do so, select `Auto Import` and click `Next`.

ii. You would then be asked to enter your seed phrase.