Git Product home page Git Product logo

Comments (16)

hschoenburg avatar hschoenburg commented on July 30, 2024 1

Hi yes it is still private. The repo should be published when the Faucet is complete and can be imported into the airdrop tree. Note "Faucet" is handshake.org and "airdrop" is this on-chain mechanism. The coin distribution is currently transitioning from Faucet (closing down) to Airdrop (coming soon on the next testnet)

from hs-airdrop.

mmcc avatar mmcc commented on July 30, 2024

Running into the same issue. Here's the full error if it helps:

$ hs-airdrop [my-address] [my-amount]
Attempting to create proof.
This may take a bit...
Downloading: https://github.com/handshake-org/hs-tree-data/raw/master/faucet.bin...
Error: Invalid checksum: faucet.bin
    at readFile (/Users/[redacted]/.config/yarn/global/node_modules/hs-airdrop/bin/hs-airdrop:86:13)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:182:7)

from hs-airdrop.

okdistribute avatar okdistribute commented on July 30, 2024

Same here

from hs-airdrop.

okdistribute avatar okdistribute commented on July 30, 2024

Seems like https://github.com/handshake-org/hs-tree-data is a private repo, perhaps?

from hs-airdrop.

jamiew avatar jamiew commented on July 30, 2024

Confusing since y'all emailed everyone to try this out. Can we expect another email when it's up and working?

from hs-airdrop.

hschoenburg avatar hschoenburg commented on July 30, 2024

Hi @jamiew yes my apologies for the confusion. The email was to get handshake.org Faucet participants to send in their addresses before the Faucet closes. And then, unnecessarily linked them here.

Given how much confusion the email today caused, I am going to stop using that mailing list. This repo will be published with the launch of the next testnet.

from hs-airdrop.

actionless avatar actionless commented on July 30, 2024

The email was to get handshake.org Faucet participants to send in their addresses before the Faucet closes.

i was trying to follow the link from the second e-mail but it was leading to this repo when i was clicking to add IRC or e-mail

also on the dashboard it shows 2500 points instead of 4-thousands-something, but i guess it's already too much oftopic for this ticket

from hs-airdrop.

hschoenburg avatar hschoenburg commented on July 30, 2024

also on the dashboard it shows 2500 points instead of 4-thousands-something, but i guess it's already too much oftopic for this ticket

Yes the 2500 is for your Handshake.org faucet account. The 4-thousands is a separate amount per recipient in the on-chain airdrop. I could have communicated this more clearly. We are going from Faucet (closing) to Airdrop (future) and they are totally separate.

from hs-airdrop.

actionless avatar actionless commented on July 30, 2024

from the wording of announcement it seemed to me like airdrop is a replacement for faucets for the lately arrived participant, sorry for misunderstanding

from hs-airdrop.

skynode avatar skynode commented on July 30, 2024

The link was publicly available for a short while (I saw the merkle tree data myself) before it was privatized. :)

from hs-airdrop.

khoazany avatar khoazany commented on July 30, 2024

Hi @jamiew yes my apologies for the confusion. The email was to get handshake.org Faucet participants to send in their addresses before the Faucet closes. And then, unnecessarily linked them here.

Given how much confusion the email today caused, I am going to stop using that mailing list. This repo will be published with the launch of the next testnet.

My address is there on handshake.org but browsing the same address on hnscan.com results in 0 HNS? Is there something missing?

from hs-airdrop.

skynode avatar skynode commented on July 30, 2024

Hi @jamiew yes my apologies for the confusion. The email was to get handshake.org Faucet participants to send in their addresses before the Faucet closes. And then, unnecessarily linked them here.
Given how much confusion the email today caused, I am going to stop using that mailing list. This repo will be published with the launch of the next testnet.

My address is there on handshake.org but browsing the same address on hnscan.com results in 0 HNS? Is there something missing?

You're querying the Handshake testnet

from hs-airdrop.

pkrasam avatar pkrasam commented on July 30, 2024

Thanks for all the emails and conversation thread here. In summary, what should we do now? I was part of the original "faucet". Should I do anything to ensure the transition from "faucet" to "airdrop" goes smooth?

from hs-airdrop.

chjj avatar chjj commented on July 30, 2024

hs-tree-data is now public again for testnet3. It was made private temporarily due to concerns over the privacy aspects of the airdrop (it wasn't usable on testnet2 anyway).

I was part of the original "faucet". Should I do anything to ensure the transition from "faucet" to "airdrop" goes smooth?

If you were part of the original faucet, your address should be listed in hs-tree-data/proof.json. Verifying that it's present is a good idea. Let us know if you signed up for the faucet but don't see your address there. Otherwise, feel free to test redeeming it on testnet.

from hs-airdrop.

actionless avatar actionless commented on July 30, 2024

address should be listed in hs-tree-data/proof.json

and what does true/false values mean there?

from hs-airdrop.

chjj avatar chjj commented on July 30, 2024

and what does true/false values mean there?

This will require some explanation...

The merkle tree that proof.json proves non-inflation for contains faucet recipients and project sponsors. We wanted a "built-in" fee for the faucet proofs to make it easier for the faucet rewards to go out. This implicit fee is taken out of a user's faucet or sponsor reward. Since the fee is baked into the protocol, the proofs don't need to be signed. This allows someone to publish a faucet proof without needing to retrieve their keys from cold storage.

Project sponsors have true set. All it really means on the consensus layer is that they pay a higher implicit fee than the regular faucet. Sponsors pay a 500 coin fee, open source devs pay a 100 coin fee -- those numbers may be subject to change, but the reason they're so high (1/2 and 1/10 of a block reward respectively) is because we can't predict what the fee market will be, but we can safely guess that it won't be that ridiculously high (as an unintentional side effect, early miners will probably get a nice bonus in fees). Sponsors pay more because they have a lot more coins at stake and it only seems logical.

It does seem like a hacky workaround, and there may be alternatives to it. The other option is to just put all of the proof.json file into the genesis block, which I think is more annoying in a lot of ways. The third option is to just allow for signed proofs which commit to a fee. This may or may not be bothersome if people have their keys locked up tight. It would also require us to add some HD signing code to this module.

tl;dr: To distinguish project sponsors from faucet recipients.

from hs-airdrop.

Related Issues (20)

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.