origin

Before I went to bed the day before yesterday, I saw someone posted a post on V station that had more than 16 GitHub followers before 20190204. I thought it was a joke, but later I saw that the post seemed to be true. It was basically a blockchain company giving benefits to developers. It took me about ten minutes to get it, and then I went to bed.

When I woke up the next day, one of my tg group friends also received this benefit and cashed 56XX yuan through Alipay. At that time, I was enchanted and spent some time to study it, and finally withdrew 52XX yuan.

It’s generally good. It takes about an hour or two.

The premise condition

  • Have a Github account
  • Have at least 16 followers as of February 2019
  • The private key from that time still exists
  • Get money need to verify id card, risk assessment

Brought the welfare money

Visit www.namebase.io/airdrop for detailed steps, or see the abbreviated version below

Download the project

git clone https://github.com/handshake-org/hs-airdrop.gitCopy the code

Install dependencies

cd hs-airdrop && npm installCopy the code

Verify the private key and obtain the pickup key

/bin/hs-airdrop < private key address> <address> <fee>Copy the code

In this process, you may need to type Passphrase, this is your private key password, usually not specially set to empty, just press Enter.

Address can be obtained by clicking To Show XXXX in the figure.

I used the recommended value of 0.01 for the setting of FEE, while a friend of mine used 10. It is said that the delivery speed will be faster (there are more than 4200 coins sent in total).

You have to wait a while, maybe several hours.

Matters needing attention

Because the foreign network is not good, and the step of./bin/hs-airdrop needs to download about 50 MB of data from the Github hs-tree-data repository, which will cause the command pointing timeout. So I imported the repository into Giteee at gitee.com/shidenggui/…

The editorbin/hs-airdrop, add a line in the following place to print the log to save the download file address, download the corresponding file from gitee’s warehouse and put it in this location.

Verify that addresses are converted into bitcoins

This step needs to upload id card, so I did not continue at that time. After my friend tried no problem, I verified it. The risk here is assessed by ourselves.

Access the console to view the coins received

I’ve already converted this into bitcoin, so it’s zero.

Verify the address

Click the verified address in the picture, you will be asked to input your name, optionally, the next is to upload id card verification

Convert to bitcoin

Visit www.namebase.io/sell and transfer all the coins you receive to the Bitcoin wallet address

What’s the address of beattie’s wallet?

As someone who has only heard of Bitcoin and knows nothing about it, I have no idea what it is or how to operate it.

Fortunately, I have a friend who is very familiar with this and successfully converted into bitcoin for cash after consulting.

Register an exchange account

My friend recommended Okex. Visit the Okex website to register and download the corresponding mobile app, and verify it

Get bitcoin wallet address

Select charging currency, and then select BTC in the currency to obtain the corresponding bitcoin wallet address

withdrawal

Convert to bitcoin

Fill in the address of the bitcoin wallet obtained in the previous step to the place where the transfer is needed, and wait about an hour.

sell

When the bitcoin arrives in the account, it can be sold through the legal currency area of the exchange and bound to its own withdrawal channel. One thing to note here is that it takes an hour to sell bitcoin after it arrives at an exchange account.

Clean up the

Unbundle the exchange’s information and uninstall the corresponding app.

The end of the

So this is the perfect end of the arbitrage step.


BLOG address: www.liangsonghua.com

Pay attention to wechat public number: songhua preserved egg bulletin board, get more exciting!

Introduction to our official account: We share our technical insights from working in JD, as well as JAVA technology and best practices in the industry, most of which are pragmatic, understandable and reproducible