Skip to content

Commit

Permalink
Merge pull request #3770 from BitGo/add-to-readme
Browse files Browse the repository at this point in the history
chore(utxo-bin): add readme for generate addresses
  • Loading branch information
OttoAllmendinger authored Jul 28, 2023
2 parents 9eb52b3 + d8aca1d commit 1642927
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/utxo-bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ Convert to other networks:
```
utxo-bin -n bitcoin parseAddress 3QJmV3qfvL9SuYo34YihAf3sRCW3qSinyC --convert
```

## Generate addresses
```
utxo-bin generateAddresses \
--userKey xpub661MyMwAqRbcEvoSo4qrsT5xhByHzUoBjm88hdCPohF1rdQ4TkntuHfccN2N7FbmAmBgmaBxD7VY1QZ43YfgGRLBL37BBkBhYbezgnsPRVP \
--backupKey xpub661MyMwAqRbcF8Evdu2twZS3ELM8Wg6DqSrVR8GpvCeXMgj3rNPf4nasU1FBzX9yeWYTfyikk7rfuWS5FkMqGnh3HpxeeYtuQEx7FVq5FZa \
--bitgoKey xpub661MyMwAqRbcEnKX5fhLKdrixijBk4sYCZ7gQ1qRUmib2dXragQVAjv9GmXL4tusTKRwcrYAGrXGETFkFxKFSBCFUAuqdbdM9u2uyQtYkUW
```

0 comments on commit 1642927

Please sign in to comment.