diff --git a/akash-nodes/akash-node-deployment-via-omnibus.md b/akash-nodes/akash-node-deployment-via-omnibus.md index 170ec61e..5db057c8 100644 --- a/akash-nodes/akash-node-deployment-via-omnibus.md +++ b/akash-nodes/akash-node-deployment-via-omnibus.md @@ -26,7 +26,7 @@ If you have not used Cloudmos Deploy previously, please use [this guide](https:/ ![](<../.gitbook/assets/manifestSelectInitial (1).png>) -* Copy and paste the SDL from [this site](https://github.com/ovrclk/cosmos-omnibus/blob/master/akash/deploy.yml) into the Cloudmos SDL editor window +* Copy and paste the SDL from [this site](https://github.com/akash-network/cosmos-omnibus/blob/master/akash/deploy.yml) into the Cloudmos SDL editor window * **NOTE -** the SDL within GitHub currently has a storage > size value of 120Gi. Omnibus uses a compressed snapshot of the blockchain and when expanded 120GB of storage for the deployment will not be enough. At the time of this writing adjusting the storage size to 350GB will suffice and allow some growth. Please adjust the storage appropriately and as shown in the screenshot below. ![](../.gitbook/assets/sdlWithStorageAdjustment.png) @@ -119,15 +119,15 @@ With the install of the Akash node complete, it must sync with the blockchain. O ### Cosmos Omnibus Repository -* The repository for the [Akash Cosmos Omnibus ](https://github.com/ovrclk/cosmos-omnibus)project. +* The repository for the [Akash Cosmos Omnibus ](https://github.com/akash-network/cosmos-omnibus)project. ### Akash SDL -* The Akash manifest/SDL used in this [guide](https://github.com/ovrclk/cosmos-omnibus/blob/master/akash/deploy.yml). +* The Akash manifest/SDL used in this [guide](https://github.com/akash-network/cosmos-omnibus/blob/master/akash/deploy.yml). ### Chain JSON Config File -* The [config file](https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json) used for the genesis URL, seed nodes, etc. +* The [config file](https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json) used for the genesis URL, seed nodes, etc. ### Cosmos Chain Registry diff --git a/akash-nodes/public-rpc-nodes.md b/akash-nodes/public-rpc-nodes.md index 95534345..1d8434b5 100644 --- a/akash-nodes/public-rpc-nodes.md +++ b/akash-nodes/public-rpc-nodes.md @@ -16,4 +16,4 @@ https://akash-rpc.polkachu.com:443 ## RPC Node Repo * The list of public RPC nodes recommended at the time of this writing are listed in the Available Nodes section -* While we seek to ensure that this documentation is always up to date, visit the [`Akash RPC list` ](https://raw.githubusercontent.com/ovrclk/net/master/mainnet/rpc-nodes.txt)in our GitHub repo for possible recent additions +* While we seek to ensure that this documentation is always up to date, visit the [`Akash RPC list` ](https://raw.githubusercontent.com/akash-network/net/main/mainnet/rpc-nodes.txt)in our GitHub repo for possible recent additions diff --git a/akash-nodes/run-an-akash-node/additional-information.md b/akash-nodes/run-an-akash-node/additional-information.md index 0d757c0a..8c4ff829 100644 --- a/akash-nodes/run-an-akash-node/additional-information.md +++ b/akash-nodes/run-an-akash-node/additional-information.md @@ -18,7 +18,7 @@ Akash Node configurations are found within these files: ## Akash Networks -Within this guide the Akash mainnet is used and as specified in the AKASH\_NET value. To launch a node on the testnet or edgenet and for additional network information, use this [guide](https://github.com/ovrclk/net). +Within this guide the Akash mainnet is used and as specified in the AKASH\_NET value. To launch a node on the testnet or edgenet and for additional network information, use this [guide](https://github.com/akash-network/net). ## State Pruning diff --git a/command-line/cli-commands.md b/command-line/cli-commands.md index 5dde7695..0ab854f0 100644 --- a/command-line/cli-commands.md +++ b/command-line/cli-commands.md @@ -14,35 +14,35 @@ The Akash command line utility Below are links to the top level commands. Click one of the links to see the available commands. -* [provider-services](https://github.com/ovrclk/docs/blob/master/cli/provider-services.md) - -* [provider-services add-genesis-account](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_add-genesis-account.md) - Add a genesis account to genesis.json -* [provider-services auth-server](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_auth-server.md) - Run the authentication server to issue JWTs to tenants -* [provider-services collect-gentxs](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_collect-gentxs.md) - Collect genesis txs and output a genesis.json file -* [provider-services debug](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_debug.md) - Tool for helping with debugging your application -* [provider-services events](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_events.md) - Prints out akash events in real time -* [provider-services hostname-operator](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_hostname-operator.md) - kubernetes operator interfacing with k8s nginx ingress -* [provider-services init](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_init.md) - Initialize private validator, p2p, genesis, and application configuration files -* [provider-services ip-operator](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_ip-operator.md) - kubernetes operator interfacing with Metal LB -* [provider-services keys](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_keys.md) - Manage your application's keys -* [provider-services lease-events](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-events.md) - get lease events -* [provider-services lease-logs](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-logs.md) - get lease logs -* [provider-services lease-shell](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-shell.md) - do lease shell -* [provider-services lease-status](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-status.md) - get lease status -* [provider-services migrate](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_migrate.md) - -* [provider-services migrate-endpoints](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_migrate-endpoints.md) - migrate endpoints between deployments on the same provider -* [provider-services migrate-hostnames](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_migrate-hostnames.md) - migrate hostnames between deployments on the same provider -* [provider-services node](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_node.md) - operations with akash RPC node -* [provider-services operator](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_operator.md) - kubernetes operators control -* [provider-services query](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_query.md) - Querying subcommands -* [provider-services run](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_run.md) - run akash provider -* [provider-services run-resource-server](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_run-resource-server.md) - Run the resource server which authenticates tenants based on JWT before providing access to resources -* [provider-services send-manifest](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_send-manifest.md) - Submit manifest to provider(s) -* [provider-services service-status](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_service-status.md) - get service status -* [provider-services show-cluster-ns](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_show-cluster-ns.md) - print cluster namespace for given lease ID -* [provider-services status](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_status.md) - get provider status -* [provider-services tx](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_tx.md) - Transactions subcommands -* [provider-services validate-genesis](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg -* [provider-services version](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_version.md) - Print the application binary version information +* [provider-services](https://github.com/akash-network/docs/blob/master/cli/provider-services.md) - +* [provider-services add-genesis-account](https://github.com/akash-network/docs/blob/master/cli/provider-services\_add-genesis-account.md) - Add a genesis account to genesis.json +* [provider-services auth-server](https://github.com/akash-network/docs/blob/master/cli/provider-services\_auth-server.md) - Run the authentication server to issue JWTs to tenants +* [provider-services collect-gentxs](https://github.com/akash-network/docs/blob/master/cli/provider-services\_collect-gentxs.md) - Collect genesis txs and output a genesis.json file +* [provider-services debug](https://github.com/akash-network/docs/blob/master/cli/provider-services\_debug.md) - Tool for helping with debugging your application +* [provider-services events](https://github.com/akash-network/docs/blob/master/cli/provider-services\_events.md) - Prints out akash events in real time +* [provider-services hostname-operator](https://github.com/akash-network/docs/blob/master/cli/provider-services\_hostname-operator.md) - kubernetes operator interfacing with k8s nginx ingress +* [provider-services init](https://github.com/akash-network/docs/blob/master/cli/provider-services\_init.md) - Initialize private validator, p2p, genesis, and application configuration files +* [provider-services ip-operator](https://github.com/akash-network/docs/blob/master/cli/provider-services\_ip-operator.md) - kubernetes operator interfacing with Metal LB +* [provider-services keys](https://github.com/akash-network/docs/blob/master/cli/provider-services\_keys.md) - Manage your application's keys +* [provider-services lease-events](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-events.md) - get lease events +* [provider-services lease-logs](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-logs.md) - get lease logs +* [provider-services lease-shell](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-shell.md) - do lease shell +* [provider-services lease-status](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-status.md) - get lease status +* [provider-services migrate](https://github.com/akash-network/docs/blob/master/cli/provider-services\_migrate.md) - +* [provider-services migrate-endpoints](https://github.com/akash-network/docs/blob/master/cli/provider-services\_migrate-endpoints.md) - migrate endpoints between deployments on the same provider +* [provider-services migrate-hostnames](https://github.com/akash-network/docs/blob/master/cli/provider-services\_migrate-hostnames.md) - migrate hostnames between deployments on the same provider +* [provider-services node](https://github.com/akash-network/docs/blob/master/cli/provider-services\_node.md) - operations with akash RPC node +* [provider-services operator](https://github.com/akash-network/docs/blob/master/cli/provider-services\_operator.md) - kubernetes operators control +* [provider-services query](https://github.com/akash-network/docs/blob/master/cli/provider-services\_query.md) - Querying subcommands +* [provider-services run](https://github.com/akash-network/docs/blob/master/cli/provider-services\_run.md) - run akash provider +* [provider-services run-resource-server](https://github.com/akash-network/docs/blob/master/cli/provider-services\_run-resource-server.md) - Run the resource server which authenticates tenants based on JWT before providing access to resources +* [provider-services send-manifest](https://github.com/akash-network/docs/blob/master/cli/provider-services\_send-manifest.md) - Submit manifest to provider(s) +* [provider-services service-status](https://github.com/akash-network/docs/blob/master/cli/provider-services\_service-status.md) - get service status +* [provider-services show-cluster-ns](https://github.com/akash-network/docs/blob/master/cli/provider-services\_show-cluster-ns.md) - print cluster namespace for given lease ID +* [provider-services status](https://github.com/akash-network/docs/blob/master/cli/provider-services\_status.md) - get provider status +* [provider-services tx](https://github.com/akash-network/docs/blob/master/cli/provider-services\_tx.md) - Transactions subcommands +* [provider-services validate-genesis](https://github.com/akash-network/docs/blob/master/cli/provider-services\_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg +* [provider-services version](https://github.com/akash-network/docs/blob/master/cli/provider-services\_version.md) - Print the application binary version information ## Common Command Usage and Examples diff --git a/command-line/install.md b/command-line/install.md index 3d1400c7..d663c5af 100644 --- a/command-line/install.md +++ b/command-line/install.md @@ -55,7 +55,7 @@ v0.1.0 {% tab title="Linux" %} ### Linux -Download the archive for your system from the [release page](https://github.com/ovrclk/akash/releases), extract it, and install the `akash` binary into your path. +Download the archive for your system from the [release page](https://github.com/akash-network/node/releases), extract it, and install the `akash` binary into your path. **GoDownloader** @@ -81,7 +81,7 @@ Installing Akash suite from source ``` $ go get -d github.com/akash-network/provider $ cd $GOPATH/src/github.com/akash-network/provider -$ AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet" +$ AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet" $ AKASH_VERSION="$(curl -s https://api.github.com/repos/akash-network/provider/releases/latest | jq -r '.tag_name')" $ git checkout "v$AKASH_VERSION" $ make deps-install diff --git a/command-line/shell-variables.md b/command-line/shell-variables.md index 7ffdbf23..97c27959 100644 --- a/command-line/shell-variables.md +++ b/command-line/shell-variables.md @@ -10,7 +10,7 @@ Note it is important to type the commands into a terminal where the variables ha | ----------------------- | ------------------------------------------------------------------------------------------------------------------- | | `AKASH_NET` | Akash network configuration base URL. | | `AKASH_VERSION` | Akash version to install for your network. | -| `AKASH_CHAIN_ID` | Chain ID of the Akash network for [IBC](https://github.com/ovrclk/docs/blob/master/cli/broken-reference/README.md). | +| `AKASH_CHAIN_ID` | Chain ID of the Akash network for [IBC](https://github.com/akash-network/docs/blob/master/cli/broken-reference/README.md). | | `AKASH_NODE` | Akash RPC endpoint URL and port number. | | `AKASH_KEY_NAME` | Key name of your choosing. This documentation uses a value of "alice". | | `AKASH_KEYRING_BACKEND` | Keyring backend to use for local keys. One of `os` (default), `file`, `test`. | diff --git a/decentralized-cloud/marketplace.md b/decentralized-cloud/marketplace.md index e816dc3b..930637c0 100644 --- a/decentralized-cloud/marketplace.md +++ b/decentralized-cloud/marketplace.md @@ -12,7 +12,7 @@ Contents: The Akash Marketplace revolves around [Deployments](marketplace.md#deployment), which fully describe the resources that a tenant is requesting from the network. [Deployments](marketplace.md#deployment) contain [Groups](marketplace.md#group), which is a grouping of resources that are meant to be leased together from a single provider. -Deploying applications onto [Akash](https://github.com/ovrclk/akash) involves two types of users: +Deploying applications onto [Akash](https://github.com/akash-network/node) involves two types of users: 1. The **Tenant**: the entity that deploys the application. 2. The **Provider**: the entity that hosts the application. diff --git a/deploy/chia-on-akash.md b/deploy/chia-on-akash.md index 7359d075..d993f4d2 100644 --- a/deploy/chia-on-akash.md +++ b/deploy/chia-on-akash.md @@ -32,7 +32,7 @@ Please wait up to 60 seconds to see bids from all the providers. 1. Install [Keplr](https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap?hl=en) wallet as a browser plugin 2. Install [Cloudmos Deploy](https://cloudmos.io/cloud-deploy) and import your AKT wallet address from Keplr. -3. [Fund your wallet](https://github.com/ovrclk/awesome-akash/tree/chia/chia#Quickest-way-to-get-more-AKT) +3. [Fund your wallet](https://github.com/akash-network/awesome-akash/tree/chia/chia#Quickest-way-to-get-more-AKT) For additional help we recommend you [follow our full deployment guide](broken-reference) in parallel with this guide. diff --git a/deploy/mine-raptoreum-on-akash-network.md b/deploy/mine-raptoreum-on-akash-network.md index 88089926..cedcd707 100644 --- a/deploy/mine-raptoreum-on-akash-network.md +++ b/deploy/mine-raptoreum-on-akash-network.md @@ -14,7 +14,7 @@ Welcome [**Raptoreum**](https://raptoreum.com) \*\*\*\* miners! [**Akash**](http 1. Install [**Keplr**](https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap?hl=en) \*\*\*\* wallet as a browser plugin 2. Install [**Cloudmos Deploy**](https://cloudmos.io/cloud-deploy) \*\*\*\* and import your AKT wallet address from Keplr -3. [**Fund your wallet**](https://github.com/ovrclk/awesome-akash/blob/raptoreum/raptoreum-miner/README.md#Quickest-way-to-get-more-AKT) +3. [**Fund your wallet**](https://github.com/akash-network/awesome-akash/blob/raptoreum/raptoreum-miner/README.md#Quickest-way-to-get-more-AKT) For additional help we recommend you [**follow our full deployment guide**](https://docs.akash.network/guides/deploy) \*\*\*\* in parallel with this guide. diff --git a/deploy/multi-tier-app.md b/deploy/multi-tier-app.md index 93713912..b466704a 100644 --- a/deploy/multi-tier-app.md +++ b/deploy/multi-tier-app.md @@ -6,7 +6,7 @@ In this guide, we will deploy a multi-tier web application on Akash. The example ### Before We Begin -This guide is to be considered an extension of the [Deploy an Application](https://github.com/ovrclk/docs/blob/master/deploy/broken-reference/README.md) guide. Please ensure you have successfully completed all steps leading up to the "Create the Deployment Configuration" step in said guide, as they will not be discussed here. +This guide is to be considered an extension of the [Deploy an Application](https://github.com/akash-network/docs/blob/master/deploy/broken-reference/README.md) guide. Please ensure you have successfully completed all steps leading up to the "Create the Deployment Configuration" step in said guide, as they will not be discussed here. ## Create the Deployment Configuration @@ -153,7 +153,7 @@ profiles: The `profiles` entries contain named compute and placement profiles to be used in the deployment. -Since we have 2 services to deploy, details for each of them must be specified here. This section is very similar to a standard deployment, so it won't be covered in detail here. An important item to note, however, is that the named compute/placement profiles here (`redis` and `goosebin`) must match the names we had specified in the `services` section. [Additional mappings](https://github.com/ovrclk/docs/tree/a8e7a472b43ec742a03bc5063f6c5a82ca3ca2ea/sdl/README.md#profiles) can also be specified within `profiles` such as audited attributes and data center attributes. +Since we have 2 services to deploy, details for each of them must be specified here. This section is very similar to a standard deployment, so it won't be covered in detail here. An important item to note, however, is that the named compute/placement profiles here (`redis` and `goosebin`) must match the names we had specified in the `services` section. [Additional mappings](https://github.com/akash-network/docs/tree/a8e7a472b43ec742a03bc5063f6c5a82ca3ca2ea/sdl/README.md#profiles) can also be specified within `profiles` such as audited attributes and data center attributes. #### Deployments @@ -175,7 +175,7 @@ Similar to the `profiles` entries, we must specify deployment criteria for both #### Deployment -Now that we have the SDL configured, let's deploy this application and see what happens. A more detailed guide on this process can be found in the [Deploy an Application](https://github.com/ovrclk/docs/blob/master/deploy/broken-reference/README.md) guide. +Now that we have the SDL configured, let's deploy this application and see what happens. A more detailed guide on this process can be found in the [Deploy an Application](https://github.com/akash-network/docs/blob/master/deploy/broken-reference/README.md) guide. **Create the Deployment** diff --git a/deploy/unstoppable-web-2.0.md b/deploy/unstoppable-web-2.0.md index e2b9e53f..f24b88eb 100644 --- a/deploy/unstoppable-web-2.0.md +++ b/deploy/unstoppable-web-2.0.md @@ -235,7 +235,7 @@ You can now **visit** [**http://localhost:3000**](http://localhost:3000) in the **Akash** * [Akash deployment documentation](https://docs.akash.network/guides/deploy) -* [SDL examples](https://github.com/ovrclk/awesome-akash) +* [SDL examples](https://github.com/akash-network/awesome-akash) * [In-depth walkthrough guide](https://medium.com/coinmonks/guide-to-deploying-applications-to-akash-decloud-b35dc97e5ca4) * [Akash Discord](https://discord.com/invite/DxftX67) diff --git a/features/fractional-uakt/README.md b/features/fractional-uakt/README.md index bc427e76..dea063e0 100644 --- a/features/fractional-uakt/README.md +++ b/features/fractional-uakt/README.md @@ -2,6 +2,6 @@ Fractional uAKT is the removal of the implicit minimum cost of deployment. In the past, a deployment could not be cheaper than one uAKT per block. Meaning, extremely light workloads like a crypto wallet, or perhaps a personal blog could end up being more expensive than necessary. The limitation also would have more severe consequences as token price increases. A lightweight deployment could increase from $1 to $5 per month if the token were to double or triple in price. With fractional uAKT, prices can be adjusted better so resource consumption can be accurate to the cost. -In this guide we will use the Cloudmos Deploy tool to launch deployments using fractional uAKT. If this is your first time using Cloudmos Deploy, use this [guide](https://github.com/ovrclk/docs/blob/master/features/fractional-uakt/broken-reference/README.md) to install the app and get started. +In this guide we will use the Cloudmos Deploy tool to launch deployments using fractional uAKT. If this is your first time using Cloudmos Deploy, use this [guide](https://github.com/akash-network/docs/blob/master/features/fractional-uakt/broken-reference/README.md) to install the app and get started. [Relevant SDL Declaration and Example Use](relevant-sdl-declaration-and-example-use.md) diff --git a/general-commands.md b/general-commands.md index 54f9fa6b..0a07b2d8 100644 --- a/general-commands.md +++ b/general-commands.md @@ -14,27 +14,27 @@ The Akash command line utility Below are links to the top level commands. Click one of the links to see the available commands. -* [akash ](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_.md) - -* [akash ](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_.md) - -* [akash add-genesis-account](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_add-genesis-account.md) - Add a genesis account to genesis.json -* [akash collect-gentxs](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_collect-gentxs.md) - Collect genesis txs and output a genesis.json file -* [akash debug](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_debug.md) - Tool for helping with debugging your application -* [akash deploy](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_deploy.md) - Akash deploy tool commands -* [akash events](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_events.md) - Prints out akash events in real time -* [akash export](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_export.md) - Export state to JSON -* [akash gentx](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_gentx.md) - Generate a genesis tx carrying a self delegation -* [akash init](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_init.md) - Initialize private validator, p2p, genesis, and application configuration files -* [akash keys](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_keys.md) - Manage your application's keys -* [akash migrate](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_migrate.md) - Migrate genesis to a specified target version -* [akash provider](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_provider.md) - Akash provider commands -* [akash query](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_query.md) - Querying subcommands -* [akash start](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_start.md) - Run the full node -* [akash status](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_status.md) - Query remote node for status -* [akash tendermint](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_tendermint.md) - Tendermint subcommands -* [akash tx](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_tx.md) - Transactions subcommands -* [akash unsafe-reset-all](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_unsafe-reset-all.md) - Resets the blockchain database, removes address book files, and resets data/priv\_validator\_state.json to the genesis state -* [akash validate-genesis](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg -* [akash version](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_version.md) - Print the application binary version information +* [akash ](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_.md) - +* [akash ](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_.md) - +* [akash add-genesis-account](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_add-genesis-account.md) - Add a genesis account to genesis.json +* [akash collect-gentxs](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_collect-gentxs.md) - Collect genesis txs and output a genesis.json file +* [akash debug](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_debug.md) - Tool for helping with debugging your application +* [akash deploy](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_deploy.md) - Akash deploy tool commands +* [akash events](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_events.md) - Prints out akash events in real time +* [akash export](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_export.md) - Export state to JSON +* [akash gentx](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_gentx.md) - Generate a genesis tx carrying a self delegation +* [akash init](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_init.md) - Initialize private validator, p2p, genesis, and application configuration files +* [akash keys](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_keys.md) - Manage your application's keys +* [akash migrate](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_migrate.md) - Migrate genesis to a specified target version +* [akash provider](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_provider.md) - Akash provider commands +* [akash query](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_query.md) - Querying subcommands +* [akash start](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_start.md) - Run the full node +* [akash status](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_status.md) - Query remote node for status +* [akash tendermint](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_tendermint.md) - Tendermint subcommands +* [akash tx](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_tx.md) - Transactions subcommands +* [akash unsafe-reset-all](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_unsafe-reset-all.md) - Resets the blockchain database, removes address book files, and resets data/priv\_validator\_state.json to the genesis state +* [akash validate-genesis](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg +* [akash version](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_version.md) - Print the application binary version information ## Send Tokens diff --git a/glossary/marketplace.md b/glossary/marketplace.md index edd20807..1a9a7e9d 100644 --- a/glossary/marketplace.md +++ b/glossary/marketplace.md @@ -12,7 +12,7 @@ Contents: The Akash Marketplace revolves around [Deployments](marketplace.md#deployment), which fully describe the resources that a tenant is requesting from the network. [Deployments](marketplace.md#deployment) contain [Groups](marketplace.md#group), which is a grouping of resources that are meant to be leased together from a single provider. -Deploying applications onto [Akash](https://github.com/ovrclk/akash) involves two types of users: +Deploying applications onto [Akash](https://github.com/akash-network/node) involves two types of users: 1. The **Tenant**: the entity that deploys the application. 2. The **Provider**: the entity that hosts the application. diff --git a/guides/apps-on-akash.md b/guides/apps-on-akash.md index d11b2bd5..35930a9a 100644 --- a/guides/apps-on-akash.md +++ b/guides/apps-on-akash.md @@ -12,109 +12,109 @@ Join our [discord](https://discord.akash.network) if you have questions or conce ### Official -* [Lunie Wallet for Cosmos SDK](https://github.com/ovrclk/awesome-akash/blob/master/lunie-lite) +* [Lunie Wallet for Cosmos SDK](https://github.com/akash-network/awesome-akash/blob/master/lunie-lite) * [Cosmos SDK Node](https://github.com/ovrclk/akash-on-akash) ### DeFi Awesome DeFi apps you can deploy on Akash -* [Serum DEX UI](https://github.com/ovrclk/awesome-akash/blob/master/serum) -* [Uniswap](https://github.com/ovrclk/awesome-akash/blob/master/uniswap) -* [dFed](https://github.com/ovrclk/awesome-akash/blob/master/dfed) -* [Pancake Swap](https://github.com/ovrclk/awesome-akash/blob/master/pancake-swap) -* [Augur](https://github.com/ovrclk/awesome-akash/blob/master/augur) -* [Bancor](https://github.com/ovrclk/awesome-akash/blob/master/Bancor) -* [Balancer](https://github.com/ovrclk/awesome-akash/blob/master/Balancer) -* [Luaswap](https://github.com/ovrclk/awesome-akash/blob/master/luaswap) -* [SushiSwap](https://github.com/ovrclk/awesome-akash/blob/master/sushiswap) -* [Uma Protocol](https://github.com/ovrclk/awesome-akash/blob/master/uma-protocol) -* [Yearn.finance](https://github.com/ovrclk/awesome-akash/blob/master/Yearn.finance) -* [ThorChain BEPSwap](https://github.com/ovrclk/awesome-akash/blob/master/Thorchain-BEPSwap) -* [Curve](https://github.com/ovrclk/awesome-akash/blob/master/curve) -* [Synthetix.Exchange](https://github.com/ovrclk/awesome-akash/blob/master/synthetix.exchange) -* [Ren Protocol](https://github.com/ovrclk/awesome-akash/blob/master/renprotocol) -* [yfii](https://github.com/ovrclk/awesome-akash/blob/master/yfii) +* [Serum DEX UI](https://github.com/akash-network/awesome-akash/blob/master/serum) +* [Uniswap](https://github.com/akash-network/awesome-akash/blob/master/uniswap) +* [dFed](https://github.com/akash-network/awesome-akash/blob/master/dfed) +* [Pancake Swap](https://github.com/akash-network/awesome-akash/blob/master/pancake-swap) +* [Augur](https://github.com/akash-network/awesome-akash/blob/master/augur) +* [Bancor](https://github.com/akash-network/awesome-akash/blob/master/Bancor) +* [Balancer](https://github.com/akash-network/awesome-akash/blob/master/Balancer) +* [Luaswap](https://github.com/akash-network/awesome-akash/blob/master/luaswap) +* [SushiSwap](https://github.com/akash-network/awesome-akash/blob/master/sushiswap) +* [Uma Protocol](https://github.com/akash-network/awesome-akash/blob/master/uma-protocol) +* [Yearn.finance](https://github.com/akash-network/awesome-akash/blob/master/Yearn.finance) +* [ThorChain BEPSwap](https://github.com/akash-network/awesome-akash/blob/master/Thorchain-BEPSwap) +* [Curve](https://github.com/akash-network/awesome-akash/blob/master/curve) +* [Synthetix.Exchange](https://github.com/akash-network/awesome-akash/blob/master/synthetix.exchange) +* [Ren Protocol](https://github.com/akash-network/awesome-akash/blob/master/renprotocol) +* [yfii](https://github.com/akash-network/awesome-akash/blob/master/yfii) ### Blogging -* [SteemCN](https://github.com/ovrclk/awesome-akash/blob/master/steemcn) -* [Ghost](https://github.com/ovrclk/awesome-akash/blob/master/ghost) -* [Grav](https://github.com/ovrclk/awesome-akash/blob/master/Grav) -* [Wordpress](https://github.com/ovrclk/awesome-akash/blob/master/wordpress) -* [Confluence](https://github.com/ovrclk/awesome-akash/blob/master/confluence) -* [Drupal](https://github.com/ovrclk/awesome-akash/blob/master/drupal) -* [Wiki.js](https://github.com/ovrclk/awesome-akash/blob/master/wikijs) +* [SteemCN](https://github.com/akash-network/awesome-akash/blob/master/steemcn) +* [Ghost](https://github.com/akash-network/awesome-akash/blob/master/ghost) +* [Grav](https://github.com/akash-network/awesome-akash/blob/master/Grav) +* [Wordpress](https://github.com/akash-network/awesome-akash/blob/master/wordpress) +* [Confluence](https://github.com/akash-network/awesome-akash/blob/master/confluence) +* [Drupal](https://github.com/akash-network/awesome-akash/blob/master/drupal) +* [Wiki.js](https://github.com/akash-network/awesome-akash/blob/master/wikijs) ### Games -* [Tetris](https://github.com/ovrclk/awesome-akash/blob/master/tetris) -* [Pac-Man](https://github.com/ovrclk/awesome-akash/blob/master/pacman) -* [Supermario](https://github.com/ovrclk/awesome-akash/blob/master/supermario) -* [Minesweeper](https://github.com/ovrclk/awesome-akash/blob/master/minesweeper) -* [Tetris2](https://github.com/ovrclk/awesome-akash/blob/master/tetris2) -* [MemoryGame](https://github.com/ovrclk/awesome-akash/blob/master/Memorygame) -* [DOOM](https://github.com/ovrclk/awesome-akash/blob/master/doom) -* [Snake Game](https://github.com/ovrclk/awesome-akash/blob/master/snake-game) +* [Tetris](https://github.com/akash-network/awesome-akash/blob/master/tetris) +* [Pac-Man](https://github.com/akash-network/awesome-akash/blob/master/pacman) +* [Supermario](https://github.com/akash-network/awesome-akash/blob/master/supermario) +* [Minesweeper](https://github.com/akash-network/awesome-akash/blob/master/minesweeper) +* [Tetris2](https://github.com/akash-network/awesome-akash/blob/master/tetris2) +* [MemoryGame](https://github.com/akash-network/awesome-akash/blob/master/Memorygame) +* [DOOM](https://github.com/akash-network/awesome-akash/blob/master/doom) +* [Snake Game](https://github.com/akash-network/awesome-akash/blob/master/snake-game) ### Databases and Administration -* [pgAdmin](https://github.com/ovrclk/awesome-akash/blob/master/pgadmin4) -* [mongoDB](https://github.com/ovrclk/awesome-akash/blob/master/mongoDB) -* [postgresSQL](https://github.com/ovrclk/awesome-akash/blob/master/postgres) -* [adminer](https://github.com/ovrclk/awesome-akash/blob/master/adminer) -* [MySQL](https://github.com/ovrclk/awesome-akash/blob/master/MySQL) -* [CouchDB](https://github.com/ovrclk/awesome-akash/blob/master/couchdb) -* [InfluxDB](https://github.com/ovrclk/awesome-akash/blob/master/influxdb) +* [pgAdmin](https://github.com/akash-network/awesome-akash/blob/master/pgadmin4) +* [mongoDB](https://github.com/akash-network/awesome-akash/blob/master/mongoDB) +* [postgresSQL](https://github.com/akash-network/awesome-akash/blob/master/postgres) +* [adminer](https://github.com/akash-network/awesome-akash/blob/master/adminer) +* [MySQL](https://github.com/akash-network/awesome-akash/blob/master/MySQL) +* [CouchDB](https://github.com/akash-network/awesome-akash/blob/master/couchdb) +* [InfluxDB](https://github.com/akash-network/awesome-akash/blob/master/influxdb) ### Hosting -* [Caddy](https://github.com/ovrclk/awesome-akash/blob/master/caddy) -* [Grafana](https://github.com/ovrclk/awesome-akash/blob/master/grafana) +* [Caddy](https://github.com/akash-network/awesome-akash/blob/master/caddy) +* [Grafana](https://github.com/akash-network/awesome-akash/blob/master/grafana) ### Continuous Integration -* [Jenkins](https://github.com/ovrclk/awesome-akash/blob/master/jenkins) -* [Bitbucket](https://github.com/ovrclk/awesome-akash/blob/master/bitbucket) +* [Jenkins](https://github.com/akash-network/awesome-akash/blob/master/jenkins) +* [Bitbucket](https://github.com/akash-network/awesome-akash/blob/master/bitbucket) ### Project Management -* [Jira Software](https://github.com/ovrclk/awesome-akash/blob/master/jira) -* [Redmine](https://github.com/ovrclk/awesome-akash/blob/master/redmine) +* [Jira Software](https://github.com/akash-network/awesome-akash/blob/master/jira) +* [Redmine](https://github.com/akash-network/awesome-akash/blob/master/redmine) ### Tools -* [DEGO Stats](https://github.com/ovrclk/awesome-akash/blob/master/dego-stats) -* [authsteem](https://github.com/ovrclk/awesome-akash/blob/master/authsteem) -* [microbox](https://github.com/ovrclk/awesome-akash/blob/master/microbox) -* [Mintr](https://github.com/ovrclk/awesome-akash/blob/master/mintr) -* [Folding@home](https://github.com/ovrclk/awesome-akash/blob/master/folding-at-home) -* [owncloud](https://github.com/ovrclk/awesome-akash/blob/master/owncloud) -* [Quill editor](https://github.com/ovrclk/awesome-akash/blob/master/quill-editor) -* [Periodic Table Creator](https://github.com/ovrclk/awesome-akash/blob/master/Periodic-Table-Creator) -* [dart-hello](https://github.com/ovrclk/awesome-akash/blob/master/dart) +* [DEGO Stats](https://github.com/akash-network/awesome-akash/blob/master/dego-stats) +* [authsteem](https://github.com/akash-network/awesome-akash/blob/master/authsteem) +* [microbox](https://github.com/akash-network/awesome-akash/blob/master/microbox) +* [Mintr](https://github.com/akash-network/awesome-akash/blob/master/mintr) +* [Folding@home](https://github.com/akash-network/awesome-akash/blob/master/folding-at-home) +* [owncloud](https://github.com/akash-network/awesome-akash/blob/master/owncloud) +* [Quill editor](https://github.com/akash-network/awesome-akash/blob/master/quill-editor) +* [Periodic Table Creator](https://github.com/akash-network/awesome-akash/blob/master/Periodic-Table-Creator) +* [dart-hello](https://github.com/akash-network/awesome-akash/blob/master/dart) ### Wallet -* [MyetherWallet](https://github.com/ovrclk/awesome-akash/blob/master/MyetherWallet) -* [tronwallet](https://github.com/ovrclk/awesome-akash/blob/master/tronwallet) +* [MyetherWallet](https://github.com/akash-network/awesome-akash/blob/master/MyetherWallet) +* [tronwallet](https://github.com/akash-network/awesome-akash/blob/master/tronwallet) ### Built with Cosmos-SDK -* [Dharani](https://github.com/ovrclk/awesome-akash/blob/master/Dharani) -* [Big Dipper](https://github.com/ovrclk/awesome-akash/blob/master/big-dipper) +* [Dharani](https://github.com/akash-network/awesome-akash/blob/master/Dharani) +* [Big Dipper](https://github.com/akash-network/awesome-akash/blob/master/big-dipper) ### Media -* [FreeFlix Nucleus](https://github.com/ovrclk/awesome-akash/blob/master/freeflix-nucleus) +* [FreeFlix Nucleus](https://github.com/akash-network/awesome-akash/blob/master/freeflix-nucleus) ### Data Visualization -* [UFO Sightings](https://github.com/ovrclk/awesome-akash/blob/master/ufo-data-vis) +* [UFO Sightings](https://github.com/akash-network/awesome-akash/blob/master/ufo-data-vis) ### Chat -* [Mattermost](https://github.com/ovrclk/awesome-akash/blob/master/mattermost) +* [Mattermost](https://github.com/akash-network/awesome-akash/blob/master/mattermost) diff --git a/guides/cli/detailed-steps/part-1.-install-akash.md b/guides/cli/detailed-steps/part-1.-install-akash.md index cb19f73d..93c35971 100644 --- a/guides/cli/detailed-steps/part-1.-install-akash.md +++ b/guides/cli/detailed-steps/part-1.-install-akash.md @@ -134,7 +134,7 @@ Installing Akash suite from source: ``` $ go get -d github.com/akash-network/provider $ cd $GOPATH/src/github.com/akash-network/provider -$ AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet" +$ AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet" $ AKASH_VERSION="$(curl -s https://api.github.com/repos/akash-network/provider/releases/latest | jq -r '.tag_name')" $ git checkout "v$AKASH_VERSION" $ make deps-install diff --git a/guides/cli/detailed-steps/part-4.-configure-your-network.md b/guides/cli/detailed-steps/part-4.-configure-your-network.md index c57e8451..22e64933 100644 --- a/guides/cli/detailed-steps/part-4.-configure-your-network.md +++ b/guides/cli/detailed-steps/part-4.-configure-your-network.md @@ -79,8 +79,8 @@ pagination: total: "0" ``` -If you don't have a balance, please see the [funding guide](https://github.com/ovrclk/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/guides/wallet/funding.md). Please note the balance indicated is denominated in uAKT (AKT x 10^-6), in the above example, the account has a balance of _93 AKT_. We're now setup to deploy. +If you don't have a balance, please see the [funding guide](https://github.com/akash-network/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/guides/wallet/funding.md). Please note the balance indicated is denominated in uAKT (AKT x 10^-6), in the above example, the account has a balance of _93 AKT_. We're now setup to deploy. {% hint style="info" %} -Your account must have a minimum balance of 5 AKT to create a deployment. This 5 AKT funds the escrow account associated with the deployment and is used to pay the provider for their services. It is recommended you have more than this minimum balance to pay for transaction fees. For more information on escrow accounts, see [here](https://github.com/ovrclk/docs/blob/master/guides/cli/detailed-steps/broken-reference/README.md) +Your account must have a minimum balance of 5 AKT to create a deployment. This 5 AKT funds the escrow account associated with the deployment and is used to pay the provider for their services. It is recommended you have more than this minimum balance to pay for transaction fees. For more information on escrow accounts, see [here](https://github.com/akash-network/docs/blob/master/guides/cli/detailed-steps/broken-reference/README.md) {% endhint %} diff --git a/guides/cli/detailed-steps/part-5.-create-your-configuration.md b/guides/cli/detailed-steps/part-5.-create-your-configuration.md index 5c77d312..7573b69b 100644 --- a/guides/cli/detailed-steps/part-5.-create-your-configuration.md +++ b/guides/cli/detailed-steps/part-5.-create-your-configuration.md @@ -1,16 +1,16 @@ # Create your Configuration -Create a deployment configuration [deploy.yaml](https://github.com/ovrclk/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/guides/deploy/deploy.yml) to deploy the `ovrclk/lunie-light` for [Lunie Light](https://github.com/ovrclk/lunie-light) Node app container using [SDL](https://github.com/ovrclk/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/sdl/README.md). +Create a deployment configuration [deploy.yaml](https://github.com/akash-network/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/guides/deploy/deploy.yml) to deploy the `ovrclk/lunie-light` for [Lunie Light](https://github.com/ovrclk/lunie-light) Node app container using [SDL](https://github.com/akash-network/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/sdl/README.md). You can use cURL to download the file: ``` -curl -s https://raw.githubusercontent.com/ovrclk/docs/master/guides/deploy/deploy.yml > deploy.yml +curl -s https://raw.githubusercontent.com/akash-network/docs/master/guides/deploy/deploy.yml > deploy.yml ``` ### Modify your Configuration -You may use the sample deployment file as-is or modify it for your own needs as described in our [SDL (Stack Definition Language)](https://github.com/ovrclk/docs/blob/master/sdl/README.md) documentation. A typical modification would be to reference your own image instead of our demo app image. +You may use the sample deployment file as-is or modify it for your own needs as described in our [SDL (Stack Definition Language)](https://github.com/akash-network/docs/blob/master/sdl/README.md) documentation. A typical modification would be to reference your own image instead of our demo app image. #### EXAMPLE CONFIGURATION: diff --git a/guides/provider/kustomization.yaml b/guides/provider/kustomization.yaml index 1400d22c..2dcef7a1 100644 --- a/guides/provider/kustomization.yaml +++ b/guides/provider/kustomization.yaml @@ -1,5 +1,5 @@ bases: - - github.com/ovrclk/akash/_docs/kustomize/akash-provider?ref=master + - github.com/akash-network/provider/_docs/kustomize/akash-provider?ref=master # local location: - ../../kustomize/akash-provider namespace: akash-services diff --git a/operations/akash-node-deployment-via-omnibus.md b/operations/akash-node-deployment-via-omnibus.md index a4fc892b..e2bd19c7 100644 --- a/operations/akash-node-deployment-via-omnibus.md +++ b/operations/akash-node-deployment-via-omnibus.md @@ -26,7 +26,7 @@ If you have not used Cloudmos Deploy previously, please use [this guide](https:/ ![](<../.gitbook/assets/manifestSelectInitial (1).png>) -* Copy and paste the SDL from [this site](https://github.com/ovrclk/cosmos-omnibus/blob/master/akash/deploy.yml) into the Cloudmos SDL editor window +* Copy and paste the SDL from [this site](https://github.com/akash-network/cosmos-omnibus/blob/master/akash/deploy.yml) into the Cloudmos SDL editor window * **NOTE -** the SDL within GitHub currently has a storage > size value of 120Gi. Omnibus uses a compressed snapshot of the blockchain and when expanded 120GB of storage for the deployment will not be enough. At the time of this writing adjusting the storage size to 350GB will suffice and allow some growth. Please adjust the storage appropriately and as shown in the screenshot below. ![](<../.gitbook/assets/sdlWithStorageAdjustment (1).png>) @@ -119,15 +119,15 @@ With the install of the Akash node complete, it must sync with the blockchain. O ### Cosmos Omnibus Repository -* The repository for the [Akash Cosmos Omnibus ](https://github.com/ovrclk/cosmos-omnibus)project. +* The repository for the [Akash Cosmos Omnibus ](https://github.com/akash-network/cosmos-omnibus)project. ### Akash SDL -* The Akash manifest/SDL used in this [guide](https://github.com/ovrclk/cosmos-omnibus/blob/master/akash/deploy.yml). +* The Akash manifest/SDL used in this [guide](https://github.com/akash-network/cosmos-omnibus/blob/master/akash/deploy.yml). ### Chain JSON Config File -* The [config file](https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json) used for the genesis URL, seed nodes, etc. +* The [config file](https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json) used for the genesis URL, seed nodes, etc. ### Cosmos Chain Registry diff --git a/operations/validator.md b/operations/validator.md index 9425da2e..19dca58f 100644 --- a/operations/validator.md +++ b/operations/validator.md @@ -37,7 +37,7 @@ Prior to validator creation we must create an Akash account for validator use. Configure settings to communicate with the Akash blockchain as follows: ``` -AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet" +AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet" export AKASH_CHAIN_ID="$(curl -s "$AKASH_NET/chain-id.txt")" ``` @@ -230,4 +230,4 @@ You may notice that your voting power is less than it used to be. That's because ### Problem #2: My `akash` crashes because of `too many open files` -The default number of files Linux can open (per-process) is `1024`. `akash` is known to open more than `1024` files. This causes the process to crash. A quick fix is to run `ulimit -n 4096` (increase the number of open files allowed) and then restart the process with `akash start`. If you are using `systemd` or another process manager to launch `akash` this may require some configuration at that level. See the [`systemd` configuration doc](https://github.com/ovrclk/docs/tree/1c9232aaec2197efbf4532e8883a247566cf9e28/guides/node/systemd.md) for details on how to configure `systemd` to aleviate this issue. +The default number of files Linux can open (per-process) is `1024`. `akash` is known to open more than `1024` files. This causes the process to crash. A quick fix is to run `ulimit -n 4096` (increase the number of open files allowed) and then restart the process with `akash start`. If you are using `systemd` or another process manager to launch `akash` this may require some configuration at that level. See the [`systemd` configuration doc](https://github.com/akash-network/docs/tree/1c9232aaec2197efbf4532e8883a247566cf9e28/guides/node/systemd.md) for details on how to configure `systemd` to aleviate this issue. diff --git a/operator/node/README.md b/operator/node/README.md index 1530e852..54c1164a 100644 --- a/operator/node/README.md +++ b/operator/node/README.md @@ -74,7 +74,7 @@ Fetch the testnet's `genesis.json` file into `akash`'s config directory. curl -s "$AKASH_NET/genesis.json" > $HOME/.akash/config/genesis.json ``` -Note we use the `$AKASH_NET` variable - see the [net repo](https://github.com/ovrclk/net) for how to set this variable for the network you're connecting to. +Note we use the `$AKASH_NET` variable - see the [net repo](https://github.com/akash-network/net) for how to set this variable for the network you're connecting to. To verify the correctness of the configuration run: @@ -88,7 +88,7 @@ akash validate-genesis ### Add Seed Nodes -Your node needs to know how to find peers. You'll need to add healthy seed nodes or persistent peers to `$HOME/.akash/config/config.toml`. As with installing [`genesis.json`](./#copy-the-genesis-file), consult the [net repo](https://github.com/ovrclk/net/) for how to obtain seeds to connect to. +Your node needs to know how to find peers. You'll need to add healthy seed nodes or persistent peers to `$HOME/.akash/config/config.toml`. As with installing [`genesis.json`](./#copy-the-genesis-file), consult the [net repo](https://github.com/akash-network/net/) for how to obtain seeds to connect to. For more information on the how and why of seeds and peers, you can [read this](https://docs.tendermint.com/master/spec/p2p/peer.html) great documentation from the Tendermint maintainers. @@ -156,7 +156,7 @@ Start the full node with this command: akash start ``` -If you would like to run your node via `systemd` please see [this guide](https://github.com/ovrclk/docs/tree/5de597cc071f0dec49919e331bc5589f97af6854/guides/node/systemd.md). +If you would like to run your node via `systemd` please see [this guide](https://github.com/akash-network/docs/tree/5de597cc071f0dec49919e331bc5589f97af6854/guides/node/systemd.md). You can use `akash` to check that everything is running smoothly: diff --git a/operator/provider/README.md b/operator/provider/README.md index ef144eaf..7b2cc02e 100644 --- a/operator/provider/README.md +++ b/operator/provider/README.md @@ -184,7 +184,7 @@ On your local machine,set the `KUBECONFIG` environmental variable to the path of Akash uses a custom resource definition to store each deployment in Kubernetes. You must load this CRD by downloading the following file: -Files: 1. \[[https://raw.githubusercontent.com/ovrclk/akash/master/pkg/apis/akash.network/v1/crd.yaml](https://raw.githubusercontent.com/ovrclk/akash/master/pkg/apis/akash.network/v1/crd.yaml)\] +Files: 1. \[[https://raw.githubusercontent.com/akash-network/provider/main/pkg/apis/akash.network/crd.yaml](https://raw.githubusercontent.com/akash-network/provider/main/pkg/apis/akash.network/crd.yaml)\] and applying it by using the `kubectl` command like this @@ -204,7 +204,7 @@ then the `KUBECONFIG` variable is likely set incorrectly. Akash supplies networking configuration which must be applied to the Kubernetes cluster. You must load this file by downloading it and applying it -Files: 1. \[[https://raw.githubusercontent.com/ovrclk/akash/master/\_docs/kustomize/networking/network-policy-default-ns-deny.yaml](https://raw.githubusercontent.com/ovrclk/akash/master/_docs/kustomize/networking/network-policy-default-ns-deny.yaml)\] +Files: 1. \[[https://raw.githubusercontent.com/akash-network/provider/master/\_docs/kustomize/networking/network-policy-default-ns-deny.yaml](https://raw.githubusercontent.com/akash-network/provider/master/_docs/kustomize/networking/network-policy-default-ns-deny.yaml)\] You can apply it using the `kubectl` command like this @@ -216,7 +216,7 @@ kubectl apply -f ./network-policy-default-ns-deny.yaml Akash requires that a Kubernetes ingress controller be created. You must load this file by downloading it and applying it -Files: 1. \[[https://raw.githubusercontent.com/ovrclk/akash/master/\_run/ingress-nginx.yaml](https://raw.githubusercontent.com/ovrclk/akash/master/_run/ingress-nginx.yaml)\] +Files: 1. \[[https://raw.githubusercontent.com/akash-network/provider/master/\_run/ingress-nginx.yaml](https://raw.githubusercontent.com/akash-network/provider/master/_run/ingress-nginx.yaml)\] You can apply it using the `kubectl` command like this diff --git a/operator/provider/testnet.md b/operator/provider/testnet.md index 7f1b7d4f..0296bf95 100644 --- a/operator/provider/testnet.md +++ b/operator/provider/testnet.md @@ -6,23 +6,23 @@ At any given time, there are a number of different Akash networks running for us | Network | Description | | :--- | :--- | -| [mainnet](https://github.com/ovrclk/net/tree/master/mainnet) | Akash Network mainnet network. | -| [testnet](https://github.com/ovrclk/net/tree/master/testnet) | **No providers available to bid at this time.** | -| [edgenet](https://github.com/ovrclk/net/tree/master/edgenet) | Testing the next mainnet version. | +| [mainnet](https://github.com/akash-network/net/tree/main/mainnet) | Akash Network mainnet network. | +| [testnet](https://github.com/akash-network/net/tree/main/testnet) | **No providers available to bid at this time.** | +| [edgenet](https://github.com/akash-network/net/tree/main/edgenet) | Testing the next mainnet version. | -The [ovrclk/net](https://github.com/ovrclk/net) GitHub repository contains metadata about each available network. The format is standardized across the networks so that you can use the same method to fetch the information for any of them. +The [akash-network/net](https://github.com/akash-network/net) GitHub repository contains metadata about each available network. The format is standardized across the networks so that you can use the same method to fetch the information for any of them. First determine the base URL \(`$AKASH_NET`\) for the network you want to connect to - use the line from below that corresponds with the network you want to connect to: ```bash # mainnet -AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet" +AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet" # testnet -AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/testnet" +AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/testnet" # edgenet -AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/edgenet" +AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/edgenet" ``` ### Version diff --git a/operator/validator.md b/operator/validator.md index 24f5fcec..732bd6eb 100644 --- a/operator/validator.md +++ b/operator/validator.md @@ -136,5 +136,5 @@ You may notice that your voting power is less than it used to be. That's because ### Problem \#2: My `akash` crashes because of `too many open files` -The default number of files Linux can open \(per-process\) is `1024`. `akash` is known to open more than `1024` files. This causes the process to crash. A quick fix is to run `ulimit -n 4096` \(increase the number of open files allowed\) and then restart the process with `akash start`. If you are using `systemd` or another process manager to launch `akash` this may require some configuration at that level. See the [`systemd` configuration doc](https://github.com/ovrclk/docs/tree/1c9232aaec2197efbf4532e8883a247566cf9e28/guides/node/systemd.md) for details on how to configure `systemd` to aleviate this issue. +The default number of files Linux can open \(per-process\) is `1024`. `akash` is known to open more than `1024` files. This causes the process to crash. A quick fix is to run `ulimit -n 4096` \(increase the number of open files allowed\) and then restart the process with `akash start`. If you are using `systemd` or another process manager to launch `akash` this may require some configuration at that level. See the [`systemd` configuration doc](https://github.com/akash-network/docs/tree/1c9232aaec2197efbf4532e8883a247566cf9e28/guides/node/systemd.md) for details on how to configure `systemd` to aleviate this issue. diff --git a/other-resources/archived-resources/akash-v0.18.0-cli-release-notes.md b/other-resources/archived-resources/akash-v0.18.0-cli-release-notes.md index 94bfd269..f3715827 100644 --- a/other-resources/archived-resources/akash-v0.18.0-cli-release-notes.md +++ b/other-resources/archived-resources/akash-v0.18.0-cli-release-notes.md @@ -23,7 +23,7 @@ export AKASH_KEYRING_BACKEND=os export AKASH_FROM= export AKASH_OWNER=akash1 -export AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet" +export AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet" export AKASH_CHAIN_ID="$(curl -s "$AKASH_NET/chain-id.txt")" export AKASH_NODE="$(curl -s "$AKASH_NET/rpc-nodes.txt" | shuf -n 1)" diff --git a/other-resources/experimental/akash-provider-streamlined-build-with-rancher-k3s/step-6-provider-build-via-helm-chart.md b/other-resources/experimental/akash-provider-streamlined-build-with-rancher-k3s/step-6-provider-build-via-helm-chart.md index ae589752..206133b4 100644 --- a/other-resources/experimental/akash-provider-streamlined-build-with-rancher-k3s/step-6-provider-build-via-helm-chart.md +++ b/other-resources/experimental/akash-provider-streamlined-build-with-rancher-k3s/step-6-provider-build-via-helm-chart.md @@ -4,7 +4,7 @@ In this section the Akash Provider will be installed and customized via the use of Helm Charts. -> _**NOTE**_ - when the Helm Chart is installed the Provider instance/details will be created on the blockchain and your provider will be registered in the Akash open cloud marketplace. The associated transaction for Provider creation is detailed [here](https://github.com/ovrclk/docs/blob/master/cli/akash\_tx\_provider\_create.md). +> _**NOTE**_ - when the Helm Chart is installed the Provider instance/details will be created on the blockchain and your provider will be registered in the Akash open cloud marketplace. The associated transaction for Provider creation is detailed [here](https://github.com/akash-network/docs/blob/master/cli/akash\_tx\_provider\_create.md). ## **Environment Variables** diff --git a/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-1.-install-akash.md b/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-1.-install-akash.md index 6e3eefba..08dedf89 100644 --- a/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-1.-install-akash.md +++ b/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-1.-install-akash.md @@ -134,7 +134,7 @@ Installing Akash suite from source: ``` $ go get -d github.com/akash-network/provider $ cd $GOPATH/src/github.com/akash-network/provider -$ AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet" +$ AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet" $ AKASH_VERSION="$(curl -s https://api.github.com/repos/akash-network/provider/releases/latest | jq -r '.tag_name')" $ git checkout "v$AKASH_VERSION" $ make deps-install diff --git a/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-4.-configure-your-network.md b/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-4.-configure-your-network.md index c2a7d19a..7145a06e 100644 --- a/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-4.-configure-your-network.md +++ b/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-4.-configure-your-network.md @@ -79,7 +79,7 @@ pagination: total: "0" ``` -If you don't have a balance, please see the [funding guide](https://github.com/ovrclk/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/guides/wallet/funding.md). Please note the balance indicated is denominated in uAKT (AKT x 10^-6), in the above example, the account has a balance of _93 AKT_. We're now setup to deploy. +If you don't have a balance, please see the [funding guide](https://github.com/akash-network/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/guides/wallet/funding.md). Please note the balance indicated is denominated in uAKT (AKT x 10^-6), in the above example, the account has a balance of _93 AKT_. We're now setup to deploy. {% hint style="info" %} Your account must have a minimum balance of 5 AKT to create a deployment. This 5 AKT funds the escrow account associated with the deployment and is used to pay the provider for their services. It is recommended you have more than this minimum balance to pay for transaction fees. For more information on escrow accounts, see [here](../../../../guides/cli/detailed-steps/broken-reference/) diff --git a/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-5.-create-your-configuration.md b/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-5.-create-your-configuration.md index 16f08e4a..f8215a69 100644 --- a/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-5.-create-your-configuration.md +++ b/other-resources/experimental/mainnet4-upgrade-docs/detailed-steps/part-5.-create-your-configuration.md @@ -1,11 +1,11 @@ # Create your Configuration -Create a deployment configuration [deploy.yaml](https://github.com/ovrclk/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/guides/deploy/deploy.yml) to deploy the `ovrclk/lunie-light` for [Lunie Light](https://github.com/ovrclk/lunie-light) Node app container using [SDL](https://github.com/ovrclk/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/sdl/README.md). +Create a deployment configuration [deploy.yaml](https://github.com/akash-network/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/guides/deploy/deploy.yml) to deploy the `ovrclk/lunie-light` for [Lunie Light](https://github.com/ovrclk/lunie-light) Node app container using [SDL](https://github.com/akash-network/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/sdl/README.md). You can use cURL to download the file: ``` -curl -s https://raw.githubusercontent.com/ovrclk/docs/master/guides/deploy/deploy.yml > deploy.yml +curl -s https://raw.githubusercontent.com/akash-network/docs/master/guides/deploy/deploy.yml > deploy.yml ``` ### Modify your Configuration diff --git a/other-resources/experimental/mainnet4-upgrade-docs/install.md b/other-resources/experimental/mainnet4-upgrade-docs/install.md index c75150f9..8231fb04 100644 --- a/other-resources/experimental/mainnet4-upgrade-docs/install.md +++ b/other-resources/experimental/mainnet4-upgrade-docs/install.md @@ -55,7 +55,7 @@ v0.1.0 {% tab title="Linux" %} ### Linux -Download the archive for your system from the [release page](https://github.com/ovrclk/akash/releases), extract it, and install the `akash` binary into your path. +Download the archive for your system from the [release page](https://github.com/akash-network/node/releases), extract it, and install the `akash` binary into your path. **GoDownloader** @@ -81,7 +81,7 @@ Installing Akash suite from source ``` $ go get -d github.com/akash-network/provider $ cd $GOPATH/src/github.com/akash-network/provider -$ AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet" +$ AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet" $ AKASH_VERSION="$(curl -s https://api.github.com/repos/akash-network/provider/releases/latest | jq -r '.tag_name')" $ git checkout "v$AKASH_VERSION" $ make deps-install diff --git a/other-resources/experimental/mainnet4-upgrade-docs/ip-leases-provider-enablement-optional-step/metallb-install.md b/other-resources/experimental/mainnet4-upgrade-docs/ip-leases-provider-enablement-optional-step/metallb-install.md index ab1cfb92..29e754d4 100644 --- a/other-resources/experimental/mainnet4-upgrade-docs/ip-leases-provider-enablement-optional-step/metallb-install.md +++ b/other-resources/experimental/mainnet4-upgrade-docs/ip-leases-provider-enablement-optional-step/metallb-install.md @@ -57,7 +57,7 @@ Based on MetalLB via Kubespray guidance documented [here](https://github.com/kub The Kubespray flags provided bellow should go into your Provider's Kubespray inventory file and under the vars section. Our reference Provider Kubespray inventory file - used during initial Provider Kubernetes cluster build - is located [here](https://docs.akash.network/providers/build-a-cloud-provider/kubernetes-cluster-for-akash-providers/step-4-ansible-inventory#manual-edits-insertions-of-the-hosts.yaml-inventory-file). ``` -# akash provider needs metallb pool name set to `default` - https://github.com/ovrclk/provider-services/blob/v0.1.0-rc13/cluster/kube/metallb/client.go#L43 +# akash provider needs metallb pool name set to `default` - https://github.com/akash-network/provider/blob/v0.1.0-rc13/cluster/kube/metallb/client.go#L43 metallb_pool_name: default metallb_enabled: true metallb_speaker_enabled: true diff --git a/other-resources/experimental/omnibus/akash-validator-with-tmkms/akash-validator-deployment.md b/other-resources/experimental/omnibus/akash-validator-with-tmkms/akash-validator-deployment.md index abe803d0..b26778d3 100644 --- a/other-resources/experimental/omnibus/akash-validator-with-tmkms/akash-validator-deployment.md +++ b/other-resources/experimental/omnibus/akash-validator-with-tmkms/akash-validator-deployment.md @@ -33,10 +33,10 @@ version: "2.0" services: node: - image: ghcr.io/ovrclk/cosmos-omnibus:v0.3.1-akash-v0.16.3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=my-moniker-1 - - CHAIN_JSON=https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - P2P_POLKACHU=1 - STATESYNC_POLKACHU=1 diff --git a/other-resources/marketplace.md b/other-resources/marketplace.md index cf5b6029..0f91cd42 100644 --- a/other-resources/marketplace.md +++ b/other-resources/marketplace.md @@ -12,7 +12,7 @@ Contents: The Akash Marketplace revolves around [Deployments](marketplace.md#deployment), which fully describe the resources that a tenant is requesting from the network. [Deployments](marketplace.md#deployment) contain [Groups](marketplace.md#group), which is a grouping of resources that are meant to be leased together from a single provider. -Deploying applications onto [Akash](https://github.com/ovrclk/akash) involves two types of users: +Deploying applications onto [Akash](https://github.com/akash-network/node) involves two types of users: 1. The **Tenant**: the entity that deploys the application. 2. The **Provider**: the entity that hosts the application. diff --git a/other-resources/sandbox/detailed-steps/part-1.-install-akash.md b/other-resources/sandbox/detailed-steps/part-1.-install-akash.md index cb19f73d..93c35971 100644 --- a/other-resources/sandbox/detailed-steps/part-1.-install-akash.md +++ b/other-resources/sandbox/detailed-steps/part-1.-install-akash.md @@ -134,7 +134,7 @@ Installing Akash suite from source: ``` $ go get -d github.com/akash-network/provider $ cd $GOPATH/src/github.com/akash-network/provider -$ AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet" +$ AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet" $ AKASH_VERSION="$(curl -s https://api.github.com/repos/akash-network/provider/releases/latest | jq -r '.tag_name')" $ git checkout "v$AKASH_VERSION" $ make deps-install diff --git a/other-resources/sandbox/detailed-steps/part-4.-configure-your-network.md b/other-resources/sandbox/detailed-steps/part-4.-configure-your-network.md index e6f3e296..61c52fb4 100644 --- a/other-resources/sandbox/detailed-steps/part-4.-configure-your-network.md +++ b/other-resources/sandbox/detailed-steps/part-4.-configure-your-network.md @@ -82,5 +82,5 @@ pagination: Please note the balance indicated is denominated in uAKT (AKT x 10^-6), in the above example, the account has a balance of 25 _AKT_. We're now setup to deploy. {% hint style="info" %} -Your account must have a minimum balance of 5 AKT to create a deployment. This 5 AKT funds the escrow account associated with the deployment and is used to pay the provider for their services. It is recommended you have more than this minimum balance to pay for transaction fees. For more information on escrow accounts, see [here](https://github.com/ovrclk/docs/blob/master/guides/cli/detailed-steps/broken-reference/README.md) +Your account must have a minimum balance of 5 AKT to create a deployment. This 5 AKT funds the escrow account associated with the deployment and is used to pay the provider for their services. It is recommended you have more than this minimum balance to pay for transaction fees. For more information on escrow accounts, see [here](https://github.com/akash-network/docs/blob/master/guides/cli/detailed-steps/broken-reference/README.md) {% endhint %} diff --git a/other-resources/sandbox/detailed-steps/part-5.-create-your-configuration.md b/other-resources/sandbox/detailed-steps/part-5.-create-your-configuration.md index 93135fd5..b8f931ec 100644 --- a/other-resources/sandbox/detailed-steps/part-5.-create-your-configuration.md +++ b/other-resources/sandbox/detailed-steps/part-5.-create-your-configuration.md @@ -1,10 +1,10 @@ # Create your Configuration -Create a deployment configuration [deploy.yaml](https://github.com/ovrclk/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/guides/deploy/deploy.yml) to deploy the `ovrclk/lunie-light` for [Lunie Light](https://github.com/ovrclk/lunie-light) Node app container using [SDL](https://github.com/ovrclk/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/sdl/README.md). +Create a deployment configuration [deploy.yaml](https://github.com/akash-network/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/guides/deploy/deploy.yml) to deploy the `ovrclk/lunie-light` for [Lunie Light](https://github.com/ovrclk/lunie-light) Node app container using [SDL](https://github.com/akash-network/docs/tree/b65f668b212ad1976fb976ad84a9104a9af29770/sdl/README.md). ### Modify your Configuration -You may use the sample deployment file as-is or modify it for your own needs as described in our [SDL (Stack Definition Language)](https://github.com/ovrclk/docs/blob/master/sdl/README.md) documentation. A typical modification would be to reference your own image instead of our demo app image. +You may use the sample deployment file as-is or modify it for your own needs as described in our [SDL (Stack Definition Language)](https://github.com/akash-network/docs/blob/master/sdl/README.md) documentation. A typical modification would be to reference your own image instead of our demo app image. #### EXAMPLE CONFIGURATION: diff --git a/providers/build-a-cloud-provider/ip-leases-provider-enablement-optional-step/metallb-install.md b/providers/build-a-cloud-provider/ip-leases-provider-enablement-optional-step/metallb-install.md index 6248c6ca..49cf8817 100644 --- a/providers/build-a-cloud-provider/ip-leases-provider-enablement-optional-step/metallb-install.md +++ b/providers/build-a-cloud-provider/ip-leases-provider-enablement-optional-step/metallb-install.md @@ -82,7 +82,7 @@ Based on MetalLB via Kubespray guidance documented [here](https://github.com/kub The Kubespray flags provided bellow should go into your Provider's Kubespray inventory file and under the vars section. Our reference Provider Kubespray inventory file - used during initial Provider Kubernetes cluster build - is located [here](https://docs.akash.network/providers/build-a-cloud-provider/kubernetes-cluster-for-akash-providers/step-4-ansible-inventory#manual-edits-insertions-of-the-hosts.yaml-inventory-file). ``` -# akash provider needs metallb pool name set to `default` - https://github.com/ovrclk/provider-services/blob/v0.1.0-rc13/cluster/kube/metallb/client.go#L43 +# akash provider needs metallb pool name set to `default` - https://github.com/akash-network/provider/blob/v0.1.0-rc13/cluster/kube/metallb/client.go#L43 metallb_pool_name: default metallb_enabled: true metallb_speaker_enabled: true diff --git a/readme/stack-definition-language.md b/readme/stack-definition-language.md index 880eed23..d4de0284 100644 --- a/readme/stack-definition-language.md +++ b/readme/stack-definition-language.md @@ -12,7 +12,7 @@ A complete deployment has the following sections: * [deployment](stack-definition-language.md#deployment) * [persistent storage](../features/persistent-storage/) -An example deployment configuration can be found [here](https://github.com/ovrclk/docs/tree/62714bb13cfde51ce6210dba626d7248847ba8c1/sdl/deployment.yaml). +An example deployment configuration can be found [here](https://github.com/akash-network/docs/tree/62714bb13cfde51ce6210dba626d7248847ba8c1/sdl/deployment.yaml). #### Networking diff --git a/reference/general-commands.md b/reference/general-commands.md index 54f9fa6b..0a07b2d8 100644 --- a/reference/general-commands.md +++ b/reference/general-commands.md @@ -14,27 +14,27 @@ The Akash command line utility Below are links to the top level commands. Click one of the links to see the available commands. -* [akash ](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_.md) - -* [akash ](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_.md) - -* [akash add-genesis-account](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_add-genesis-account.md) - Add a genesis account to genesis.json -* [akash collect-gentxs](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_collect-gentxs.md) - Collect genesis txs and output a genesis.json file -* [akash debug](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_debug.md) - Tool for helping with debugging your application -* [akash deploy](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_deploy.md) - Akash deploy tool commands -* [akash events](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_events.md) - Prints out akash events in real time -* [akash export](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_export.md) - Export state to JSON -* [akash gentx](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_gentx.md) - Generate a genesis tx carrying a self delegation -* [akash init](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_init.md) - Initialize private validator, p2p, genesis, and application configuration files -* [akash keys](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_keys.md) - Manage your application's keys -* [akash migrate](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_migrate.md) - Migrate genesis to a specified target version -* [akash provider](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_provider.md) - Akash provider commands -* [akash query](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_query.md) - Querying subcommands -* [akash start](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_start.md) - Run the full node -* [akash status](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_status.md) - Query remote node for status -* [akash tendermint](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_tendermint.md) - Tendermint subcommands -* [akash tx](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_tx.md) - Transactions subcommands -* [akash unsafe-reset-all](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_unsafe-reset-all.md) - Resets the blockchain database, removes address book files, and resets data/priv\_validator\_state.json to the genesis state -* [akash validate-genesis](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg -* [akash version](https://github.com/ovrclk/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_version.md) - Print the application binary version information +* [akash ](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_.md) - +* [akash ](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_.md) - +* [akash add-genesis-account](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_add-genesis-account.md) - Add a genesis account to genesis.json +* [akash collect-gentxs](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_collect-gentxs.md) - Collect genesis txs and output a genesis.json file +* [akash debug](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_debug.md) - Tool for helping with debugging your application +* [akash deploy](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_deploy.md) - Akash deploy tool commands +* [akash events](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_events.md) - Prints out akash events in real time +* [akash export](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_export.md) - Export state to JSON +* [akash gentx](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_gentx.md) - Generate a genesis tx carrying a self delegation +* [akash init](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_init.md) - Initialize private validator, p2p, genesis, and application configuration files +* [akash keys](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_keys.md) - Manage your application's keys +* [akash migrate](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_migrate.md) - Migrate genesis to a specified target version +* [akash provider](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_provider.md) - Akash provider commands +* [akash query](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_query.md) - Querying subcommands +* [akash start](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_start.md) - Run the full node +* [akash status](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_status.md) - Query remote node for status +* [akash tendermint](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_tendermint.md) - Tendermint subcommands +* [akash tx](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_tx.md) - Transactions subcommands +* [akash unsafe-reset-all](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_unsafe-reset-all.md) - Resets the blockchain database, removes address book files, and resets data/priv\_validator\_state.json to the genesis state +* [akash validate-genesis](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg +* [akash version](https://github.com/akash-network/docs/tree/ed6bc0143968bc6e4e92c26c5dad6427f048bc2d/cli/akash_version.md) - Print the application binary version information ## Send Tokens diff --git a/reference/sdl.md b/reference/sdl.md index 40d8848b..9c439a0a 100644 --- a/reference/sdl.md +++ b/reference/sdl.md @@ -11,7 +11,7 @@ A complete deployment has the following sections: * [profiles](sdl.md#profiles) * [deployment](sdl.md#deployment) -An example deployment configuration can be found [here](https://github.com/ovrclk/docs/tree/62714bb13cfde51ce6210dba626d7248847ba8c1/sdl/deployment.yaml). +An example deployment configuration can be found [here](https://github.com/akash-network/docs/tree/62714bb13cfde51ce6210dba626d7248847ba8c1/sdl/deployment.yaml). #### Networking diff --git a/sdl.md b/sdl.md index ff6f7c21..5f49a182 100644 --- a/sdl.md +++ b/sdl.md @@ -11,7 +11,7 @@ A complete deployment has the following sections: * [profiles](sdl.md#profiles) * [deployment](sdl.md#deployment) -An example deployment configuration can be found [here](https://github.com/ovrclk/docs/tree/62714bb13cfde51ce6210dba626d7248847ba8c1/sdl/deployment.yaml). +An example deployment configuration can be found [here](https://github.com/akash-network/docs/tree/62714bb13cfde51ce6210dba626d7248847ba8c1/sdl/deployment.yaml). #### Networking diff --git a/stack-definition-language.md b/stack-definition-language.md index 2e167037..f0d6bf7d 100644 --- a/stack-definition-language.md +++ b/stack-definition-language.md @@ -12,7 +12,7 @@ A complete deployment has the following sections: * [deployment](stack-definition-language.md#deployment) * [persistent storage](features/persistent-storage/) -An example deployment configuration can be found [here](https://github.com/ovrclk/docs/tree/62714bb13cfde51ce6210dba626d7248847ba8c1/sdl/deployment.yaml). +An example deployment configuration can be found [here](https://github.com/akash-network/docs/tree/62714bb13cfde51ce6210dba626d7248847ba8c1/sdl/deployment.yaml). #### Networking diff --git a/technical-support.md b/technical-support.md index a3266b8e..34d8602a 100644 --- a/technical-support.md +++ b/technical-support.md @@ -12,7 +12,7 @@ The Akash Support Forum \([forum.akash.network](http://forum.akash.network/)\) i * Your deploy.yaml file * Provider address if it is specific to a provider -Please post on the forum before submitting your issue to the [Akash project on GitHub.](https://github.com/ovrclk/akash) +Please post on the forum before submitting your issue to the [Akash project on GitHub.](https://github.com/akash-network/node) ## Support Chat on Discord diff --git a/testnet/gpu-testnet-client-instructions/detailed-steps/part-4.-configure-your-network.md b/testnet/gpu-testnet-client-instructions/detailed-steps/part-4.-configure-your-network.md index 5c4b0efd..80892596 100644 --- a/testnet/gpu-testnet-client-instructions/detailed-steps/part-4.-configure-your-network.md +++ b/testnet/gpu-testnet-client-instructions/detailed-steps/part-4.-configure-your-network.md @@ -59,5 +59,5 @@ pagination: ``` {% hint style="info" %} -Your account must have a minimum balance of 5 AKT to create a deployment. This 5 AKT funds the escrow account associated with the deployment and is used to pay the provider for their services. It is recommended you have more than this minimum balance to pay for transaction fees. For more information on escrow accounts, see [here](https://github.com/ovrclk/docs/blob/master/guides/cli/detailed-steps/broken-reference/README.md) +Your account must have a minimum balance of 5 AKT to create a deployment. This 5 AKT funds the escrow account associated with the deployment and is used to pay the provider for their services. It is recommended you have more than this minimum balance to pay for transaction fees. For more information on escrow accounts, see [here](https://github.com/akash-network/docs/blob/master/guides/cli/detailed-steps/broken-reference/README.md) {% endhint %} diff --git a/testnet/gpu-testnet-client-instructions/detailed-steps/part-5.-create-your-configuration.md b/testnet/gpu-testnet-client-instructions/detailed-steps/part-5.-create-your-configuration.md index c0fc53fc..177d050a 100644 --- a/testnet/gpu-testnet-client-instructions/detailed-steps/part-5.-create-your-configuration.md +++ b/testnet/gpu-testnet-client-instructions/detailed-steps/part-5.-create-your-configuration.md @@ -4,7 +4,7 @@ Create a deployment configuration `deploy.yml` to deploy an example GPU enabled ### Akash GPU Enabled Manifest/SDL -You may use the sample deployment file as-is or modify it for your own needs as described in our [SDL (Stack Definition Language)](https://github.com/ovrclk/docs/blob/master/sdl/README.md) documentation. +You may use the sample deployment file as-is or modify it for your own needs as described in our [SDL (Stack Definition Language)](https://github.com/akash-network/docs/blob/master/sdl/README.md) documentation. #### EXAMPLE GPU ENABLED SDL: diff --git a/upgrades/v0.20.0-upgrade-docs.md b/upgrades/v0.20.0-upgrade-docs.md index 11e0467c..4b33a50d 100644 --- a/upgrades/v0.20.0-upgrade-docs.md +++ b/upgrades/v0.20.0-upgrade-docs.md @@ -16,7 +16,7 @@ Countdown to network upgrade is listed below. ### Akash Network v0.20.0 -* [Release Notes](https://github.com/ovrclk/akash/releases/tag/v0.20.0) +* [Release Notes](https://github.com/akash-network/node/releases/tag/v0.20.0) ### Akash Mainnet @@ -41,7 +41,7 @@ In the sections that follow both `Cosmovisor` and `non-Cosmovisor` upgrade paths Either download the Akash binary (v0.20.0) or build it from source: ``` -git clone https://github.com/ovrclk/akash +git clone https://github.com/akash-network/node cd akash git fetch --all git checkout v0.20.0 @@ -52,7 +52,7 @@ GO_LINKMODE="internal" CGO_ENABLED=0 make akash The following instructions assume the `akash` and `cosmovisor` binaries are already installed and cosmovisor is set up as a systemd service. -The section that follows will detail the install/configuration of Cosmovisor. If additional details are necessary, visit [Start a node with Cosmovisor ](https://github.com/ovrclk/docs/blob/anil/v3-instructions/guides/node/cosmovisor.md)for instructions on how to install and set up the binaries. +The section that follows will detail the install/configuration of Cosmovisor. If additional details are necessary, visit [Start a node with Cosmovisor ](https://github.com/akash-network/docs/blob/anil/v3-instructions/guides/node/cosmovisor.md)for instructions on how to install and set up the binaries. > _**NOTE**_ - Cosmovisor 1.0 is required diff --git a/validating/akash-validator-using-omnibus/akash-sdl-review.md b/validating/akash-validator-using-omnibus/akash-sdl-review.md index feb88b30..3be0f73d 100644 --- a/validating/akash-validator-using-omnibus/akash-sdl-review.md +++ b/validating/akash-validator-using-omnibus/akash-sdl-review.md @@ -4,7 +4,7 @@ Akash deployments are created using [Stack Definition Language (SDL)](../../read ## Akash Validator SDL Template -The SDL template for the Akash Validator build is located in this [GitHub repository](https://github.com/ovrclk/cosmos-omnibus/blob/master/\_examples/validator-and-private-sentries/deploy.yml). +The SDL template for the Akash Validator build is located in this [GitHub repository](https://github.com/akash-network/cosmos-omnibus/blob/master/\_examples/validator-and-private-sentries/deploy.yml). Copy the SDL located in the repository into a local editor for customizations covered in upcoming steps. @@ -40,10 +40,10 @@ KEY_PATH=akashvalidator ``` validator: - image: ghcr.io/ovrclk/cosmos-omnibus:v0.1.6-akash-v0.16.3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=validator - - CHAIN_JSON=https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v2 - AKASH_MODE=validator @@ -84,10 +84,10 @@ KEY_PATH=akashnode1 ``` node1: - image: ghcr.io/ovrclk/cosmos-omnibus:v0.1.6-akash-v0.16.3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=private_node_1 - - CHAIN_JSON=https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v2 - AKASH_MODE=full @@ -127,10 +127,10 @@ KEY_PATH=akashnode2 ``` node2: - image: ghcr.io/ovrclk/cosmos-omnibus:v0.1.6-akash-v0.16.3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=private_node_1 - - CHAIN_JSON=https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v2 - AKASH_MODE=full diff --git a/validating/akash-validator-using-omnibus/edit-sdl-with-known-ids.md b/validating/akash-validator-using-omnibus/edit-sdl-with-known-ids.md index f656e862..7c16bab1 100644 --- a/validating/akash-validator-using-omnibus/edit-sdl-with-known-ids.md +++ b/validating/akash-validator-using-omnibus/edit-sdl-with-known-ids.md @@ -13,10 +13,10 @@ In this step we will revisit and edit our initial SDL file with the known Valida ``` validator: - image: ghcr.io/ovrclk/cosmos-omnibus:v0.1.6-akash-v0.16.3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=validator - - CHAIN_JSON=https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v2 - AKASH_MODE=validator @@ -46,10 +46,10 @@ In this step we will revisit and edit our initial SDL file with the known Valida ``` node1: - image: ghcr.io/ovrclk/cosmos-omnibus:v0.1.6-akash-v0.16.3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=private_node_1 - - CHAIN_JSON=https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - FASTSYNC_VERSION=v2 - AKASH_MODE=full diff --git a/validating/akash-validator-with-tmkms-and-stunnel/additional-resources.md b/validating/akash-validator-with-tmkms-and-stunnel/additional-resources.md index 998222fd..d7b47143 100644 --- a/validating/akash-validator-with-tmkms-and-stunnel/additional-resources.md +++ b/validating/akash-validator-with-tmkms-and-stunnel/additional-resources.md @@ -2,4 +2,4 @@ Creation of an Akash Validator with TMKMS and Stunnel via streamlined steps is the focus of this guide. For further information and details, reference the following GitHub repository maintained by the creators of the Omnibus project. -* [Validator and TMKMS via Omnibus source code](https://github.com/ovrclk/cosmos-omnibus/tree/09679171d513586b5e1a9aafe73db55ebdbf5098/\_examples/validator-and-tmkms) +* [Validator and TMKMS via Omnibus source code](https://github.com/akash-network/cosmos-omnibus/tree/09679171d513586b5e1a9aafe73db55ebdbf5098/\_examples/validator-and-tmkms) diff --git a/validating/akash-validator-with-tmkms-and-stunnel/akash-validator-deployment.md b/validating/akash-validator-with-tmkms-and-stunnel/akash-validator-deployment.md index 6f262148..09428650 100644 --- a/validating/akash-validator-with-tmkms-and-stunnel/akash-validator-deployment.md +++ b/validating/akash-validator-with-tmkms-and-stunnel/akash-validator-deployment.md @@ -28,7 +28,7 @@ * Reference the [Populated Editor](akash-validator-deployment.md#populated-editor) section of this guide for further clarity * Note that the SDL is using persistent storage to allow data residency should your deployment restart. Data will only persist thru the life of the associated Akash lease. -> To ensure the most to update SDL is utilized, view the latest version [here](https://github.com/ovrclk/cosmos-omnibus/blob/09679171d513586b5e1a9aafe73db55ebdbf5098/\_examples/validator-and-tmkms/deploy.yml). +> To ensure the most to update SDL is utilized, view the latest version [here](https://github.com/akash-network/cosmos-omnibus/blob/09679171d513586b5e1a9aafe73db55ebdbf5098/\_examples/validator-and-tmkms/deploy.yml). #### SDL Edits @@ -44,10 +44,10 @@ version: "2.0" services: node: - image: ghcr.io/ovrclk/cosmos-omnibus:v0.3.2-akash-v0.16.3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.3.42-akash-v0.22.7 env: - MONIKER=my-moniker-1 - - CHAIN_JSON=https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json + - CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json - MINIMUM_GAS_PRICES=0.025uakt - P2P_POLKACHU=1 - STATESYNC_POLKACHU=1 diff --git a/validating/akash-validator-with-tmkms-and-stunnel/stunnel-client.md b/validating/akash-validator-with-tmkms-and-stunnel/stunnel-client.md index 8cc71167..126639aa 100644 --- a/validating/akash-validator-with-tmkms-and-stunnel/stunnel-client.md +++ b/validating/akash-validator-with-tmkms-and-stunnel/stunnel-client.md @@ -10,7 +10,7 @@ ### Stunnel Repository with Docker Files -* The Stunnel Dockerfile and Docker Compose files used in this section are located [here](https://github.com/ovrclk/stunnel-proxy) for your review +* The Stunnel Dockerfile and Docker Compose files used in this section are located [here](https://github.com/akash-network/stunnel-proxy) for your review ### Pull Down a Copy of the Stunnel Repo @@ -19,7 +19,7 @@ ``` mkdir ~/stunnel cd ~/stunnel -git clone https://github.com/ovrclk/stunnel-proxy +git clone https://github.com/akash-network/stunnel-proxy ``` ## Customize the Stunnel Client Docker Compose File diff --git a/validating/validator.md b/validating/validator.md index ae99c440..60642787 100644 --- a/validating/validator.md +++ b/validating/validator.md @@ -37,7 +37,7 @@ Prior to validator creation we must create an Akash account for validator use. Configure settings to communicate with the Akash blockchain as follows: ``` -AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet" +AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet" export AKASH_CHAIN_ID="$(curl -s "$AKASH_NET/chain-id.txt")" ``` @@ -233,4 +233,4 @@ You may notice that your voting power is less than it used to be. That's because ### Problem #2: My `akash` crashes because of `too many open files` -The default number of files Linux can open (per-process) is `1024`. `akash` is known to open more than `1024` files. This causes the process to crash. A quick fix is to run `ulimit -n 4096` (increase the number of open files allowed) and then restart the process with `akash start`. If you are using `systemd` or another process manager to launch `akash` this may require some configuration at that level. See the [`systemd` configuration doc](https://github.com/ovrclk/docs/tree/1c9232aaec2197efbf4532e8883a247566cf9e28/guides/node/systemd.md) for details on how to configure `systemd` to aleviate this issue. +The default number of files Linux can open (per-process) is `1024`. `akash` is known to open more than `1024` files. This causes the process to crash. A quick fix is to run `ulimit -n 4096` (increase the number of open files allowed) and then restart the process with `akash start`. If you are using `systemd` or another process manager to launch `akash` this may require some configuration at that level. See the [`systemd` configuration doc](https://github.com/akash-network/docs/tree/1c9232aaec2197efbf4532e8883a247566cf9e28/guides/node/systemd.md) for details on how to configure `systemd` to aleviate this issue.