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

It seem that the service of 151.101.22.133:433 didn't work ? #37

Closed
daijiale opened this issue Feb 16, 2020 · 8 comments
Closed

It seem that the service of 151.101.22.133:433 didn't work ? #37

daijiale opened this issue Feb 16, 2020 · 8 comments

Comments

@daijiale
Copy link

When I run ' ./bin/hs-airdrop ~/.ssh/id_rsa address fee ' in my shell :

What 's the passphrase I should input ?

And then the log is :

Attempting to create proof.
This may take a bit.
Decrypting nonce...
Downloading: https://github.com/handshake-org/hs-tree-data/raw/master/nonces/093.bin...
Error: connect ECONNREFUSED 151.101.228.133:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1056:14)

It seem that the service of 151.101.22.133:433 didn't work ? How to fix it?

@imcda
Copy link

imcda commented Feb 16, 2020

When I run ' ./bin/hs-airdrop ~/.ssh/id_rsa address fee ' in my shell :

What 's the passphrase I should input ?

And then the log is :

Attempting to create proof.
This may take a bit.
Decrypting nonce...
Downloading: https://github.com/handshake-org/hs-tree-data/raw/master/nonces/093.bin...
Error: connect ECONNREFUSED 151.101.228.133:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1056:14)

It seem that the service of 151.101.22.133:433 didn't work ? How to fix it?

did you use the VPN in terminal?PS. global-mode.

@daijiale
Copy link
Author

When I run ' ./bin/hs-airdrop ~/.ssh/id_rsa address fee ' in my shell :
What 's the passphrase I should input ?
And then the log is :

Attempting to create proof.
This may take a bit.
Decrypting nonce...
Downloading: https://github.com/handshake-org/hs-tree-data/raw/master/nonces/093.bin...
Error: connect ECONNREFUSED 151.101.228.133:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1056:14)

It seem that the service of 151.101.22.133:433 didn't work ? How to fix it?

did you use the VPN in terminal?PS. global-mode.

I try VPN and export http_proxy in terminal ! Didn't work as well , Had you fixed it ?

@pinheadmz
Copy link
Member

The password is for the private key you passed to the tool. The key needs to be decrypted so the tool can sign a message with it.

For everyone getting network errors, I'm not sure but it could just be that GitHub is sluggish or maybe everyones trying to claim all at once.

You can also just clone https://github.com/handshake-org/hs-tree-data and save it as ~/.hs-tree-data in your home directory. the hs-airdrop tool looks there for the tree data before attempting to download

@imcda
Copy link

imcda commented Feb 16, 2020

When I run ' ./bin/hs-airdrop ~/.ssh/id_rsa address fee ' in my shell :
What 's the passphrase I should input ?
And then the log is :

Attempting to create proof.
This may take a bit.
Decrypting nonce...
Downloading: https://github.com/handshake-org/hs-tree-data/raw/master/nonces/093.bin...
Error: connect ECONNREFUSED 151.101.228.133:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1056:14)

It seem that the service of 151.101.22.133:433 didn't work ? How to fix it?

did you use the VPN in terminal?PS. global-mode.

I try VPN and export http_proxy in terminal ! Didn't work as well , Had you fixed it ?

Recommend Proxifier, that's real global-mode for your terminal. try-try-look.:)

@daijiale
Copy link
Author

daijiale commented Feb 16, 2020

The password is for the private key you passed to the tool. The key needs to be decrypted so the tool can sign a message with it.

For everyone getting network errors, I'm not sure but it could just be that GitHub is sluggish or maybe everyones trying to claim all at once.

You can also just clone https://github.com/handshake-org/hs-tree-data and save it as ~/.hs-tree-data in your home directory. the hs-airdrop tool looks there for the tree data before attempting to download

Thanks ~ It works , but I meet a new problem the same as the issue : #35

@imcda
Copy link

imcda commented Feb 17, 2020

The password is for the private key you passed to the tool. The key needs to be decrypted so the tool can sign a message with it.
For everyone getting network errors, I'm not sure but it could just be that GitHub is sluggish or maybe everyones trying to claim all at once.
You can also just clone https://github.com/handshake-org/hs-tree-data and save it as ~/.hs-tree-data in your home directory. the hs-airdrop tool looks there for the tree data before attempting to download

Thanks ~ It works , but I meet a new problem the same as the issue : #35

I also got this message, I think that means we didn't meet the requirements, I am not sure.GIVE UP the airdrop, lol.

@boymanjor
Copy link
Contributor

@imcda @daijiale yes, that message means your key was not included in the airdrop. I am closing this issue for now.

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

No branches or pull requests

5 participants
@boymanjor @pinheadmz @daijiale @imcda and others