Some Handshake tools for finding addresses using extended public keys
Go to file
2025-01-27 18:24:47 +11:00
.gitignore Initial commit 2025-01-26 12:14:22 +11:00
find-address.js feat: add find address 2025-01-26 12:16:17 +11:00
generate-address.js fix: Update title for generate-address.js 2025-01-27 18:24:47 +11:00
LICENSE Initial commit 2025-01-26 12:14:22 +11:00
README.md feat: Add generator script 2025-01-27 18:23:04 +11:00

hns-address

Setup

git clone https://git.woodburn.au/nathanwoodburn/hns-address.git
cd hns-address
npm install hsd

Find an address

Edit find-address.js and fill in these fields:

  • ACCOUNT_XPUB: the account extended public key
  • SEARCH_ADDRESS: the address to search for
node find-address.js

Generate addresses

Edit generate-address.js and fill in these fields:

  • ACCOUNT_XPUB: the account extended public key
  • START: the starting index
  • END: the ending index
node generate-address.js

Probably best to save the output to a file.

node generate-address.js > addresses.txt