# Akash testnet3 week2 task6

By [AirdropWorld](https://paragraph.com/@airdropworld) · 2022-03-16

---

任务操作
====

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/](https://gist.github.com/cracker8090/95647d52516c467608a64ee6ede88d73) 去提交对于文件

部署成功后，先在[kashlytics](https://www.akashlytics.com/) 的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://testnet.akash.bigdipper.live/)

任务细节
====

[https://docs.google.com/spreadsheets/d/1LxSD7r\_0Sl9akeQtD5y8dFgwD\_sgIY7Xsb7h4d1FK4A/edit#gid=0](https://docs.google.com/spreadsheets/d/1LxSD7r_0Sl9akeQtD5y8dFgwD_sgIY7Xsb7h4d1FK4A/edit#gid=0)

参考
==

ericet的镜像和SDL

[https://mirror.xyz/ericet.eth/MT6H0nMfgYKTgzAVrIors68Ywh0TtIu9fSEb8GbOZuI](https://mirror.xyz/ericet.eth/MT6H0nMfgYKTgzAVrIors68Ywh0TtIu9fSEb8GbOZuI)

---

*Originally published on [AirdropWorld](https://paragraph.com/@airdropworld/akash-testnet3-week2-task6)*
