Skip to content

Instantly share code, notes, and snippets.

@chainzero
chainzero / testnet7-network-build.txt
Created September 25, 2025 15:41
Details on current testnet-7 network build
### validator-pv
apiVersion: v1
kind: PersistentVolume
metadata:
name: local-pv-validator-node1
spec:
capacity:
storage: 100Gi
accessModes:
@chainzero
chainzero / genesis.json
Created September 25, 2025 12:42
Testnet-7 latest genesis
{
"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": {
@chainzero
chainzero / genesis.json
Created September 24, 2025 17:43
Testnet-7 latest build/genesis
{
"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": {
@chainzero
chainzero / deploy.yaml
Created September 19, 2025 16:24
Akash GPU database K8s deplpyment
---
# Deployment
apiVersion: apps/v1
kind: Deployment
metadata:
name: pciedatabase
namespace: akash-services
labels:
app: pciedatabase
version: v21
@chainzero
chainzero / genesis.json
Created September 19, 2025 15:47
Testnet-7 latest genesis
{
"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": {
@chainzero
chainzero / Dockerfile
Created September 19, 2025 14:51
GPU database Dockerfile
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 ./
@chainzero
chainzero / gist:415e2a196f8cced8140ba0a927ec7576
Created September 15, 2025 14:27
Authz/escrow testing - Sept 15 2025
# Authz tested completed
## Akash Version tested - network and client
```
akash version
v1.0.0-rc33
```
## Provider version tested
@chainzero
chainzero / ASrockMB.txt
Created September 4, 2025 19:03
Review of ASRock motherboard for TEEE
# 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
- Grant balance prior to deployment:
```
akash query authz grants akash14ql2n74l3jnpzvas4puflstxyn2k9thzmf98g9 akash1yafmqfflwk68e53f09uqndy9xkxxd9wkgavtp6
grants:
- authorization:
'@type': /akash.escrow.v1.DepositAuthorization
scopes:
- deployment
spend_limit:
@chainzero
chainzero / authzTesting1.txt
Created September 4, 2025 13:34
Testing of deposits via balance.grant
### pre-existing balance
akash query bank balances akash1yafmqfflwk68e53f09uqndy9xkxxd9wkgavtp6
balances:
- amount: "14982500"
denom: uakt
### pre-existing grant
akash query authz grants akash14ql2n74l3jnpzvas4puflstxyn2k9thzmf98g9 akash1yafmqfflwk68e53f09uqndy9xkxxd9wkgavtp6