This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### validator-pv | |
apiVersion: v1 | |
kind: PersistentVolume | |
metadata: | |
name: local-pv-validator-node1 | |
spec: | |
capacity: | |
storage: 100Gi | |
accessModes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app_name": "akash", | |
"app_version": "v1.0.0-rc35", | |
"genesis_time": "2025-09-25T12:37:37.382267942Z", | |
"chain_id": "testnet-7", | |
"initial_height": 1, | |
"app_hash": null, | |
"app_state": { | |
"07-tendermint": null, | |
"audit": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app_name": "akash", | |
"app_version": "v1.0.0-rc35", | |
"genesis_time": "2025-09-24T17:38:40.553904519Z", | |
"chain_id": "testnet-7", | |
"initial_height": 1, | |
"app_hash": null, | |
"app_state": { | |
"07-tendermint": null, | |
"audit": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Deployment | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: pciedatabase | |
namespace: akash-services | |
labels: | |
app: pciedatabase | |
version: v21 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app_name": "akash", | |
"app_version": "v1.0.0-rc35", | |
"genesis_time": "2025-09-19T15:42:57.886207298Z", | |
"chain_id": "testnet-7", | |
"initial_height": 1, | |
"app_hash": null, | |
"app_state": { | |
"07-tendermint": null, | |
"audit": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM golang:1.22 as builder | |
WORKDIR /app | |
# Copy go mod files | |
COPY go.mod go.sum* ./ | |
RUN go mod download | |
# Copy source code | |
COPY main.go ./ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Authz tested completed | |
## Akash Version tested - network and client | |
``` | |
akash version | |
v1.0.0-rc33 | |
``` | |
## Provider version tested |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ASRock Rack ROMED8-2T: Verified Alternative to Supermicro for NVIDIA SecureAI | |
## Summary | |
The **ASRock Rack ROMED8-2T** is a confirmed alternative to Supermicro motherboards for NVIDIA SecureAI confidential computing deployments, offering all required BIOS settings and enterprise management capabilities in a standard ATX form factor. | |
## NVIDIA Validation & BIOS Support | |
- **NVIDIA-tested platform** appearing in official NVIDIA Confidential Computing Deployment Guide | |
- **All 7 required BIOS settings confirmed present**: | |
- SMEE → Enabled | |
- SEV ASID Count → 509 ASIDs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Grant balance prior to deployment: | |
``` | |
akash query authz grants akash14ql2n74l3jnpzvas4puflstxyn2k9thzmf98g9 akash1yafmqfflwk68e53f09uqndy9xkxxd9wkgavtp6 | |
grants: | |
- authorization: | |
'@type': /akash.escrow.v1.DepositAuthorization | |
scopes: | |
- deployment | |
spend_limit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### pre-existing balance | |
akash query bank balances akash1yafmqfflwk68e53f09uqndy9xkxxd9wkgavtp6 | |
balances: | |
- amount: "14982500" | |
denom: uakt | |
### pre-existing grant | |
akash query authz grants akash14ql2n74l3jnpzvas4puflstxyn2k9thzmf98g9 akash1yafmqfflwk68e53f09uqndy9xkxxd9wkgavtp6 |
NewerOlder