Git Product home page Git Product logo

ecosystem's Introduction

Akash Ecosystem Rewards

As the world’s first supercloud for serverless computing, Akash needs your support to materialize our vision of empowering the architects and builders of the internet with greater access, freedom, and efficiency to create products that improve the human experience.

In these early days, we want you to join and help us establish the foundation for a valuable and engaged community. In this effort, we’re excited to announce the Akash Ecosystem Rewards Program!

Of the 100,000,000 tokens that were pre-mined at genesis, we’re allocating 5% (5,000,000 AKT’s!) to a reward program for early contributors in our community. Our reward program is inspired by projects from the community, such as Solana’s Tour de Sol, Cosmos Game of Stakes, and Kava Founder Rewards.

ecosystem's People

Contributors

anilcse avatar baymax19 avatar bi23com avatar bitsndbyts avatar bmenzalji avatar btob33 avatar bwlnet avatar chainode avatar chinezupwnz avatar creamers158 avatar emkman avatar fish2plain avatar gosuri avatar jacksteroo avatar jim380 avatar kwunyeung avatar liangping avatar mirrormirage0 avatar mr-k-validator avatar novy4 avatar proceau avatar rayn316 avatar shaimo avatar slavamo avatar tyrion70 avatar veggiemonk avatar westaking avatar wlsaud619 avatar y3v63n avatar yx11xy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ecosystem's Issues

Validator & RPC, API Rewards potentially missing

Hi guys!

I have a couple of questions:

  • I can't find the data for my validator rewards:
    ID: 3biwy2ymjnknb
    IP: 62.171.135.251

  • For RPC,API Rewards my ID was on the list but I checked now and it has been removed?
    Link to my PR: akash-network/net#328 The PR is definitely within first 50 submitted.
    As for the uptime of the validator I would be curious to see the data as the 80% shouldn't have been an issue.

Best for these kind of competitions would be to simply share the data you are using so that we can also check ourselves the metrics.

Thanks!

chanllenge3 issue

I completed this stage successfully, but I don't see the result in the table. Please check up

Validator and Validator RPC API rewards

Hi Akash Team,
We have one question about the leaderboard. We Bi23 were running the validator for the testnet for a long time since phase 3, but our name Bi23 wasn’t shown on the leaderboard(validator).Can we know the reason?

7C96CFB7-24FD-40FA-AD0D-EC32E559B3FB
A9CA69EA-5CBE-4390-A802-566F0571A69F

Rewards for Challenge 1 and Bonus Rewards - Week 1

Dear ladies and gentlemen,

First of all, I want to say thank you for the great opportunity and the awesome challenges that you set up within the last weeks. It was a huge learning experience for me and a good opportunity to get to know Akash better. Also thank you to the team who did a good preparation and a good support before and during the challenges.

Regarding my issue:

I participated in all 6 challenges and I also did challenge 1-3 in time. I also got the reward points for challenge 2 and 3. However, for challenge 1 I did not receive the points. However, from my point of view I did the challenge 1 in time and also uploaded it in time to github.

The only reason I could imagine why I did not receive the points is, because my PR was labelled first as kind/invalid because the directory where I uploaded the PR in github did not match. But after I saw the comment, I immediately changed the directories and this was also before the end of the challenge. Nevertheless, I also think that it would be not that fair if I would not get the points, just because the upload directory was in the first place was not correct, as the challenge itself was completed (and it was only related to the github folder). After changing the directory in github, I also confirmed it with one of your team members in Discord to be correct.

I hope you could revise my points for challenge 1 again and after that also the calculation of the bonus rewards as I did the challenge 1 really fast and also uploaded it timely.

My data is:

Participation code: 2rr43jcvrwpoqfg

Please let me know, if you need anything else. Looking forward to your feedback.

Thank you in advance
daluxxx

lease offload RPC query.

I'm calling my active lease on edgenet-1

akash query market lease list --owner $ACCOUNT_ADDRESS --node $AKASH_NODE --state active

Output:

leases:
- lease_id:
    dseq: "156861"
    gseq: 1
    oseq: 1
    owner: akash1ypme9rxu9hx8qprgpmvnwpp0lztzjwvcsqkcfz
    provider: akash174hxdpuxsuys9qkauaf57ym5j8dm4secnz6jd7
  price:
    amount: "842"
    denom: uakt
  state: active
pagination:
  next_key: null
  total: "0"

Query RPC port, call active lease again:

leases: []
pagination:
  next_key: null
  total: "0"

Ask proivider for the log output:

akash \
>   --home "$AKASH_HOME" \
>   --node "$AKASH_NODE" \
>   provider service-logs \
>   --service $SERVICE_NAME \
>   --owner "$ACCOUNT_ADDRESS" \
>   --dseq "$DSEQ" \
>   --gseq 1 \
>   --oseq $OSEQ \
>   --provider "$PROVIDER"

Log output:

panic: could not create directory : mkdir : no such file or directory

goroutine 1 [running]:
github.com/tendermint/tendermint/config.EnsureRoot(0x0, 0x0)
        github.com/tendermint/[email protected]/config/toml.go:35 +0x305
github.com/cosmos/cosmos-sdk/server.interceptConfigs(0xc0010c0ea0, 0xc00110f6c0, 0x4, 0xc000da99b8)
        github.com/cosmos/[email protected]/server/util.go:152 +0x846
github.com/cosmos/cosmos-sdk/server.InterceptConfigsPreRunHandler(0xc001097b80, 0x0, 0x0)
        github.com/cosmos/[email protected]/server/util.go:90 +0x2ef
github.com/ovrclk/akash/cmd/akash/cmd.NewRootCmd.func1(0xc001097b80, 0xc001198000, 0x1, 0xf, 0x0, 0x0)
        github.com/ovrclk/akash/cmd/akash/cmd/root.go:64 +0xce
github.com/tendermint/tendermint/libs/cli.concatCobraCmdFuncs.func1(0xc001097b80, 0xc001198000, 0x1, 0xf, 0x0, 0x0)
        github.com/tendermint/[email protected]/libs/cli/setup.go:118 +0x7d
github.com/spf13/cobra.(*Command).execute(0xc001097b80, 0xc000e6bef0, 0xf, 0xf, 0xc001097b80, 0xc000e6bef0)
        github.com/spf13/[email protected]/command.go:829 +0x587
github.com/spf13/cobra.(*Command).ExecuteC(0xc001096840, 0x28aafac, 0x5, 0xc000e817e0)
        github.com/spf13/[email protected]/command.go:958 +0x375
github.com/spf13/cobra.(*Command).Execute(...)
        github.com/spf13/[email protected]/command.go:895
github.com/spf13/cobra.(*Command).ExecuteContext(...)
        github.com/spf13/[email protected]/command.go:888
github.com/ovrclk/akash/cmd/akash/cmd.Execute(0xc001096840, 0x2e495a0, 0xc001075960)
        github.com/ovrclk/akash/cmd/akash/cmd/root.go:89 +0x22f
main.main()
        github.com/ovrclk/akash/cmd/akash/main.go:12 +0x2a

Expected:

No error in a log, leas stay active provide all functionality.

3 Challenge #239

Dear Sirs,

My PR number #239. I checked, everything looks good, but the challenge does not count, please check again.

Week 2 Challenge 5. The provider will close the deployment after a few minutes, the ports will not open

While completing 5 challenges, I encountered a similar error about 5 times in a row. After loading the manifest, the deployment becomes active but the ports are not responding.

akash provider send-manifest deploy-2-2.yaml --dseq $DSEQ --oseq $OSEQ --gseq $GSEQ --provider $PROVIDER --owner $ACCOUNT_ADDRESS

  "services": {
    "akash": {
      "name": "akash",
      "available": 0,
      "total": 1,
      "uris": [
        "v2i7hv8kpd9df7obre86j6q2d4.provider4.akashdev.net"
      ],
      "observed-generation": 0,
      "replicas": 0,
      "updated-replicas": 0,
      "ready-replicas": 0,
      "available-replicas": 0
    }
  },
  "forwarded-ports": {
    "akash": [
      {
        "host": "ext.provider4.akashdev.net",
        "port": 1317,
        "externalPort": 31311,
        "proto": "TCP",
        "available": 0,
        "name": "akash"
      },
      {
        "host": "ext.provider4.akashdev.net",
        "port": 9090,
        "externalPort": 30535,
        "proto": "TCP",
        "available": 0,
        "name": "akash"
      },
      {
        "host": "ext.provider4.akashdev.net",
        "port": 26656,
        "externalPort": 31676,
        "proto": "TCP",
        "available": 0,
        "name": "akash"
      },
      {
        "host": "ext.provider4.akashdev.net",
        "port": 26657,
        "externalPort": 32346,
        "proto": "TCP",
        "available": 0,
        "name": "akash"
      }
    ]
  }
}

After a few minutes, it closes itself. Repeated several times in a row.

provider error messsage:
kube: no deployments for lease
Error: remote server returned 404

    dseq: "160088"
    gseq: 1
    oseq: 1
    owner: akash19mk7xgsqup3vuwdylmy86yz0493e8ts3yq2594
    provider: akash15ql9ycjkkxhpc2nxtnf78qqjguwzz8gc4ue7wl
  price:
    amount: "325"
    denom: uakt
  state: closed
pagination:
  next_key: null
  total: "0"

Not shown in Network RPC, API Rewards

Dead ladies and gentlemen,

Thank you for publishing the challenge rewards. I had a look at it and I am not showing up on the Network RPC, API Rewards, however, my validator ran the whole 2 weeks and I also had the RPC and API interface open.

My particiation code is: "2rr43jcvrwpoqfg"
RPC Address: "tcp://185.232.68.12:26657"
API Address: "http://185.232.68.12:1317"

Could you please check that?

Thank you in advance
daluxx

level1 - DNS issue with Netlify

To connect http://ivwrqjhy8zojnxmzbix4fd.roy.akashtest.net with http://chat.staker.space I didn't know my way in the Netlify DNS settings that well. I created a subdomain that redirects to my homepage. Once that is done as a free-user I cannot undo this action. Hence chat.staker.space doesn't redirect even though the right CNAME record is in there, as there are two other CNAME records that I cannot delete.

I have asked the support at Netlify, don't know how long this will take. To prove that I am able to set a DNS record, you can check the level2 challenge : matrix.staker.space

Hope this resolves any misunderstanding while checking the challenges.

Attached you can see I did set chat.staker.space, but won't get it because other files
Screenshot from 2019-11-13 14-31-37

rewards for challenge 3

Hello,

Please review oncegain my results for challenge 3. PR chalenge 3.
Looks good from my side.

week1 chanllenge3

#336
I got week1 chanllenge1 and chanllenge2 rewards, but chanllenge3 reward is 0,I'm sure I made the PR in time and within the max limit,I don't know where is wrong, please check it.
thank you very much.

Validator up since the beginning of edgetnet but late PR

Hello, my validator called "jetlife" has been up since the beginning of the edgenet testnet but I did the PR for it a bit late because I didn't know that you had to make one for validators rewards.

The PR is here akash-network/net#401 and the validator address was akashvaloper10cwmzwvkfcvmtj5egexqvcgcpardg3aurzumgc

Thanks, in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.