Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faucet Failing #358

Open
adrianduke opened this issue Oct 18, 2022 · 2 comments
Open

Faucet Failing #358

adrianduke opened this issue Oct 18, 2022 · 2 comments

Comments

@adrianduke
Copy link

adrianduke commented Oct 18, 2022

Using: https://test2.gno.land/faucet

I'm getting a faucet failed with 200 response, my address is g1572cnqqyc8xpaclfk8tkuq5kzx3tl659gyzhwa.

This is the cURL expression of the web request:

curl 'https://faucet.test2.gno.land/' \
  -H 'authority: faucet.test2.gno.land' \
  -H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' \
  -H 'accept-language: en-US,en-GB;q=0.9,en;q=0.8' \
  -H 'cache-control: max-age=0' \
  -H 'content-type: application/x-www-form-urlencoded' \
  -H 'dnt: 1' \
  -H 'origin: https://test2.gno.land' \
  -H 'referer: https://test2.gno.land/' \
  -H 'sec-ch-ua: "Chromium";v="XXX", "Google Chrome";v="XXX", "Not;A=Brand";v="XX"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: document' \
  -H 'sec-fetch-mode: navigate' \
  -H 'sec-fetch-site: same-site' \
  -H 'sec-fetch-user: ?1' \
  -H 'upgrade-insecure-requests: 1' \
  -H 'user-agent: Mozilla/X.X (Macintosh; Intel Mac OS X XX_XX_X) AppleWebKit/XXX.XX (KHTML, like Gecko) Chrome/XXX.0.0.0 Safari/537.36' \
  --data-raw 'toaddr=g1572cnqqyc8xpaclfk8tkuq5kzx3tl659gyzhwa&g-recaptcha-response=03AIIukzjXSeOC-V1_uC8lX-bxJWNz79-lrPAWTalomURcBuUBUpfJAc3QcLiBDH65amuCIVYh-iXdZfB2RjnfmkB8khutThcQgQoYMGL7w0dkaA5IHu5tcGOdAOmekuhIIX7PY7Wtu-QpKlhSsNEypZpN-BNMgwdJZF306tCb7kXqfzyxh7Dhmy1DKfcYWUxORaFKvHrnRB_AJLChvnT3qVK6z6AcMAgXTYto3H2t-hQuvdlLZdJGstATCp05eTZ5cuQkevVoBe7SuMNsX6dlolQCCRvsFMOsaDMMGwe6gGgWYSHCZSCCGpu9Uq7YTwmGqBUcbfNeQD-jIZh9C99OufCJttth1wTZG_OuIaYCZPLtl44Ggjoz9RKzyyTgyCT8nj5-yIz6yrwkNYKRmPk6SCpIyP2BI3lc31h0eGp1kJNPoDUWwc71URSoM0yaj89pod4DW_l7fPcOO4tt3oBZW1CEhRMuXoXwj16Oq_8Ss6xBsHvkVOt9saOmow44nkb0cmK6aCbF0gH-' \
  --compressed

Looks like the error is coming from:

w.Write([]byte("faucet failed"))

@moul
Copy link
Member

moul commented Oct 19, 2022

test2's faucet is completely drained.

if you want to give a try, you can:

  • ask some tokens from someone in the community
  • use staging.gno.land, which is reset regularly
  • run a local network
  • wait for test3 which will be released in next few weeks, with a new faucet approach

@moul
Copy link
Member

moul commented Oct 20, 2022

Btw, I just opened a meta issue for the upcoming testnet, referencing the new faucet system that will be put in place and that should prevent being drained by scripters

See #361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🌟 Wanted for Launch
Development

No branches or pull requests

2 participants