FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org
BSD 3-Clause "New" or "Revised" License
15.75k stars 475 forks source link

Unable to claim the reward of 5000 token FLT #553

Closed Jayjeet1013 closed 3 months ago

Jayjeet1013 commented 3 months ago

Environment

What were you trying to do

trying to claim the token reward

What happened

unable to claim the reward

./proof-sh/proof.sh

Welcome to the proof generation script for Fluence Developer Reward Airdrop.
5% of the FLT supply is allocated to ~110,000 developers who contributed into open source web3 repositories during last year.
Public keys of selected Github accounts were added into a smart contract on Ethereum. Claim your allocation and help us build the decentralized internet together!

Check if you are eligible and proceed with claimingEnter your github username so we can check if you are participating in the airdrop: jayjeet1013

Ethereum wallet address is necessary to generate a proof that you will send through our web page.
Important notice: you need to make a claim transaction from the entered address!

Enter the ethereum address to which you plan to receive the airdrop: 0xef9994056e08B5b3F84E27160Bc738a1E82EB532
Found an encrypted key for your GitHub username

    NOTE: your SSH key is used ONLY LOCALLY to decrypt a message and generate Token Claim Proof.
    Script will explicitly ask your consent before using the key.
    If you have any technical issues, take a look at /home/jayjeet/dev-rewards/__sh_cache__/openssl.stderr and /home/jayjeet/dev-rewards/__sh_cache__/age.stderr files and report to https://fluence.chat 

Now the script needs your ssh key to generate proof. 
Enter path to the private SSH key to use or just press Enter to show existing keys: 
1) /home/jayjeet/.ssh/id_rsa
#? yes
Specified   file does not exits or not a SSH private key
Enter path to the private SSH key to use or just press Enter to show existing keys: /home/jayjeet/.ssh/id_rsa
Will use SSH key to generate proof data. Press enter to proceed. 

Couldn't decrypt with that SSH key, please choose another one.
Possible causes are:
You have specified the file which doesn't contain valid private key.
Your private key doesn't match your public key in GitHub. It could happen if you've changed local ssh key recently.
Internal ape error:
age: error: no identity matched any of the recipients
age: report unexpected or unhelpful errors at https://filippo.io/age/report
Enter path to the private SSH key to use or just press Enter to show existing keys: ^C
FiloSottile commented 3 months ago

See fluencelabs/dev-rewards#19. We can't help you here.