Akash testnet3 week2 task6

任务操作

SDL

version: "2.0"
services:
  avalanchego:
    image: ericet/avalanchego:0.3
    expose:
      - port: 9650
        as: 9650
        to:
          - global: true
      - port: 9651
        proto: tcp
        to:
          - global: true
profiles:
  compute:
    avalanchego:
      resources:
        cpu:
          units: 2
        memory:
          size: 4Gi
        storage:
          size: 128Gi
  placement:
    akash:
      pricing:
        avalanchego:
          denom: uakt
          amount: 1000
deployment:
  avalanchego:
    akash:
      profile: avalanchego
      count: 1

https://gist.github.com/ 去提交对于文件

部署成功后,先在kashlytics 的app上找到 Forward Port,点击其中一个,得到链接 link

curl -X POST --data '{
    "jsonrpc":"2.0",
    "id"     :1,
    "method" :"info.getNodeID"
}' -H 'content-type:application/json;' 得到的link/ext/info

上面所有到任务提交时需要。

浏览器查看自己的txhash

https://testnet.akash.bigdipper.live/

任务细节

https://docs.google.com/spreadsheets/d/1LxSD7r_0Sl9akeQtD5y8dFgwD_sgIY7Xsb7h4d1FK4A/edit#gid=0

参考

ericet的镜像和SDL

https://mirror.xyz/ericet.eth/MT6H0nMfgYKTgzAVrIors68Ywh0TtIu9fSEb8GbOZuI