Hacker News new | ask | show | jobs
by geoah 2300 days ago
TL;DR for collecting the airdrop seems to be something like this (I AM NOT suggesting you should, but in case you decide to):

* install `https://github.com/handshake-org/hsd` - run `./bin/hsd` and wait for wallet to sync

* install `https://github.com/handshake-org/hs-client` - run `./bin/hsw-cli account create` and `./bin/hsw-cli --account=default address` - copy address

* install `https://github.com/handshake-org/hs-airdrop` - follow instructions depending on how you whether you want to give the cli your key or sign manually - simplest way is something like `hs-airdrop <key-file> <address>`

* back in `hs-client` - run ./bin/hsd-rpc sendrawairdrop <base64-from-hs-airdrop>`

* leave the wallet running and wait for 20 or something blocks

* back in `hs-client` - `./bin/hsw-cli balance --account=default` should now have a balance.

1 comments

owh - and don't forget to backup your key from `~/.hsd/key` I guess.