Akash testnet3 week2 task8

任务操作

SDL

---
version: "2.0"

services:
  polkadot:
    image: ericet/polkadot:0.1
    expose:
      - port: 30333
        as: 30333
        to:
          - global: true
      - port: 9933
        as: 9933
        to:
          - global: true
      - port: 9944
        as: 9944
        to:
          - global: true
profiles:
  compute:
    polkadot-profile:
      resources:
        cpu:
          units: 2.0
        memory:
          size: 8Gi
        storage:
          size: 64Gi
  placement:
    westcoast:
      pricing:
        polkadot-profile:
          denom: uakt
          amount: 1000
deployment:
  polkadot:
    westcoast:
      profile: polkadot-profile
      count: 1

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

部署成功后,先在kashlytics 的app上找到 Forward Port,点击其中一个,得到链接 link,有时候有多个link,有些不可以,可以多试一下,找到一个可用的link。

curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "chain_getHeader"}' 可用的link

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

浏览器查看自己的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/BGyXRIvofsDjDe1zkvtbKWzfspeu0Qsm7hAsy9Ka5as