d32e22f949ecde098fe16cc0f0e98a15735f04d5
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 keySEARCH_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 keySTART: the starting indexEND: the ending index
node generate-address.js
Probably best to save the output to a file.
node generate-address.js > addresses.txt
Description
Languages
JavaScript
100%