Last active
March 12, 2024 07:03
-
-
Save KoryNunn/7d94d7e630881f99e02626b527e6fe15 to your computer and use it in GitHub Desktop.
Revisions
-
KoryNunn revised this gist
May 8, 2021 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,13 @@ So heres how you do it in 2021: ## 1. Have node and git. ## 2. Have a handshake wallet. Having used bittrex, for a day now, I'm pretty happy with it. Use my referral link to say thanks :D https://bittrex.com/Account/Register?referralCode=ALZ-H4R-UXI Otherwise, pick one from this list: https://coinranking.com/coin/ayoUFEcO+handshake-hns/exchanges ## 3. In terminal 1 - git clone https://github.com/handshake-org/hsd.git -
KoryNunn revised this gist
May 7, 2021 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -60,10 +60,16 @@ npm i While in the `hs-airdrop` dir for SSH keys: ``` ./bin/hs-airdrop --bare ${Path to the ssh key you use for github, eg:~/.ssh/id_rsa} ${your HNS wallet address, eg: hs1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX} ``` for PGP keys: ``` ./bin/hs-airdrop --bare ${Path to the PGP secring you use for github, eg: ~/.gnupg/secring.gpg} ${pgpKey} ${your HNS wallet address, eg: hs1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX} ``` If you see a `NonceError`, the ssh key is invalid, try aonther one? If you see a base64 string on the last line, it probably worked! Copy this string into your clipboard or something. -
KoryNunn revised this gist
May 7, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The Airdrop would give you 4246HNS, at the time worth around at $0.08USD per coi Today, 4246HNS is worth around $4000 dollarydoos, and there are plenty of github users who haven't claimed theirs. The airdrop was available to any github user who had 15 followers in 2019, and who has an ssh key that was for their account generated some time before or on 2019-02-04. ## Oh shit how do I get my free money? -
KoryNunn revised this gist
May 7, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ## Explain this scam That's legitimately a good default position to hold, however, in this case, the free money is a function of time, and not only charity. In February 2020, in order to promote Handshake (HNS) to developers, an airdrop was offered to any Github user with more than 15 followers. The Airdrop would give you 4246HNS, at the time worth around at $0.08USD per coin, for a total of $339.68USD, pretty generous! -
KoryNunn revised this gist
May 7, 2021 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The Airdrop would give you 4246HNS, at the time worth around at $0.08USD per coi Today, 4246HNS is worth around $4000 dollarydoos, and there are plenty of github users who haven't claimed theirs. The airdrop was available to any github user who had 15 followers in 2019, and who has an ssh key that was for their account generated some time before or around 2019, I don't know when exactly. Give it a go and you will find out if your key is valid. ## Oh shit how do I get my free money? @@ -91,4 +91,8 @@ While in the `hs-client` dir ## 9. Watch and wait go to https://e.hnsfans.com/ and search for your wallet address, you should see a transaction for 4246HNS appear soon. Go to your wallet/exchange and refresh it every hour until your free money appears. It will probably take a day. ## Done. If you're feeling generous you could send me a some of your HNS as a tip to hs1qjxpghrsmkg289p0vmn8hl8zp3jqsyuu87tfgm2 -
KoryNunn revised this gist
May 7, 2021 . 1 changed file with 35 additions and 21 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The Airdrop would give you 4246HNS, at the time worth around at $0.08USD per coi Today, 4246HNS is worth around $4000 dollarydoos, and there are plenty of github users who haven't claimed theirs. The airdrop was available to any github user who had 15 followers in 2019, and who has an ssh key for their account. ## Oh shit how do I get my free money? @@ -23,19 +23,29 @@ So heres how you do it in 2021: ## 2. Have a handshake wallet, here are some: https://coinranking.com/coin/ayoUFEcO+handshake-hns/exchanges ## 3. In terminal 1 - git clone https://github.com/handshake-org/hsd.git The official handshake daemon: https://github.com/handshake-org/hsd ``` git clone https://github.com/handshake-org/hsd.git cd hsd npm i ./bin/hsd --log-level info ``` wait for it to sync, this could take a few minutes. *Leave this running while you do the rest.* ## 4. Get a HNS deposit address from your exchange/wallet. This is exchange/wallet specific, the address looks like `hs1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`. good luck! ## 5. In terminal 2 - git clone https://github.com/handshake-org/hs-airdrop.git The official tool for claiming the airdrop: @@ -46,35 +56,39 @@ git clone https://github.com/handshake-org/hs-airdrop.git cd hs-airdrop npm i ``` ## 6. In terminal 2 - Claim the airdrop While in the `hs-airdrop` dir ``` ./bin/hs-airdrop --bare ${Path to the ssh key you use for github, eg:~/.ssh/id_rsa} ${your HNS wallet address, eg: hs1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX} ``` If you see a `NonceError`, the ssh key is invalid, try aonther one? If you see a base64 string on the last line, it probably worked! Copy this string into your clipboard or something. ## 7. In terminal 3 - git clone https://github.com/handshake-org/hs-client.git The official tool doing things on the handshake network: https://github.com/handshake-org/hs-client ``` git clone https://github.com/handshake-org/hs-client.git cd hs-client npm i ``` ## 8. In terminal 3 - Send it to your wallet. While in the `hs-client` dir ``` ./bin/hsd-cli rpc sendrawairdrop ${the base64 string you coppied} ``` ## 9. Watch and wait go to https://e.hnsfans.com/ and search for your wallet address, you should see a transaction for 4246HNS appear soon. Go to your wallet/exchange and refresh it every hour until your free money appears. It will probably take a day. -
KoryNunn revised this gist
May 7, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The Airdrop would give you 4246HNS, at the time worth around at $0.08USD per coi Today, 4246HNS is worth around $4000 dollarydoos, and there are plenty of github users who haven't claimed theirs. The airdrop was available to any github user who had 15 followers in 2019, and who has an ssh key for their account that was generated at some point in 2019 (I dont know exactly when). ## Oh shit how do I get my free money? -
KoryNunn revised this gist
May 7, 2021 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -73,4 +73,8 @@ cd hs-client ## 8. Watch and wait go to https://e.hnsfans.com/ and search for your wallet address, you should see a transaction for 4246HNS appear soon. Go to your wallet/exchange and refresh it every hour until your free money appears. It will probably take a day. ## Done If you're feeling especially generous you could send me some HNS at hs1qjxpghrsmkg289p0vmn8hl8zp3jqsyuu87tfgm2 -
KoryNunn revised this gist
May 7, 2021 . 1 changed file with 3 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,9 +11,9 @@ Today, 4246HNS is worth around $4000 dollarydoos, and there are plenty of github The airdrop was available to any github user who had 15 followers in 2019, and who has an ssh key for their account. ## Oh shit how do I get my free money? Well you *could* go read the official docco here: https://handshake.org/claim/ **BUT** like all opensource documentation, it's out of date and wrong. @@ -25,7 +25,7 @@ So heres how you do it in 2021: ## 3. git clone https://github.com/handshake-org/hs-client.git The official tool for doing things on the handshake network: https://github.com/handshake-org/hs-client @@ -53,8 +53,6 @@ This is exchange/wallet specific, the address looks like `hs1XXXXXXXXXXXXXXXXXXX ## 6. Claim the airdrop ``` cd hs-airdrop -
KoryNunn created this gist
May 7, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,78 @@ # Had 15 github followers in 2019? You can get about $4kAUD of crypto for minimal effort. ## Explain this scam That's legitimately a good default position to hold, however, in this case, the free money is a function of time, not charity. In February 2020, in order to promote Handshake (HNS) to developers, an airdrop was offered to any Github user with more than 15 followers. The Airdrop would give you 4246HNS, at the time worth around at $0.08USD per coin, for a total of $339.68USD, pretty generous! Today, 4246HNS is worth around $4000 dollarydoos, and there are plenty of github users who haven't claimed theirs. The airdrop was available to any github user who had 15 followers in 2019, and who has an ssh key for their account. ## Oh shit how do i get my free money? Well you could go read the official docco here: https://handshake.org/claim/ **BUT** like all opensource documentation, it's out of date and wrong. So heres how you do it in 2021: ## 1. Have node and git. ## 2. Have a handshake wallet, here are some: https://coinranking.com/coin/ayoUFEcO+handshake-hns/exchanges ## 3. git clone https://github.com/handshake-org/hs-client.git The official tool doing things on the handshake network: https://github.com/handshake-org/hs-client ``` git clone https://github.com/handshake-org/hs-client.git cd hs-client npm i ``` ## 4. git clone https://github.com/handshake-org/hs-airdrop.git The official tool for claiming the airdrop: https://github.com/handshake-org/hs-airdrop ``` git clone https://github.com/handshake-org/hs-airdrop.git cd hs-airdrop npm i ``` ## 5. Get a HNS deposit address from your exchange/wallet. This is exchange/wallet specific, the address looks like `hs1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`. good luck! ## 6. Claim the airdrop While in the `hs-airdrop` dir ``` cd hs-airdrop ./bin/hs-airdrop --bare ${Path to the ssh key you use for github, eg:~/.ssh/id_rsa} ${your HNS wallet address, eg: hs1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX} ``` If you see a `NonceError`, the ssh key is invalid, try aonther one? If you see a base64 string on the last line, it probably worked! Copy this string into your clipboard or something. ## 7. Send it to your wallet. ``` cd hs-client ./bin/hsd-cli rpc sendrawairdrop ${the base64 string you coppied} ``` ## 8. Watch and wait go to https://e.hnsfans.com/ and search for your wallet address, you should see a transaction for 4246HNS appear soon. Go to your wallet/exchange and refresh it every hour until your free money appears. It will probably take a day.