mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-21 06:16:45 +00:00

* Replace p2pkh with p2pk * Fix tests * Fix comments and variable names * Add README.md for genkeypair * Rename pubkey->publicKey * Rename p2pkh to p2pk * Use util.PublicKeySize where needed * Remove redundant pointer * Fix comment * Rename pubKey->publicKey
9 lines
280 B
Markdown
9 lines
280 B
Markdown
genkeypair
|
|
========
|
|
|
|
A tool for generating private-key-address pairs.
|
|
|
|
Note: This tool prints unencrypted private keys and is not recommended for day
|
|
to day use, and is intended mainly for tests.
|
|
|
|
In order to manage your funds it's recommended to use [kaspawallet](../kaspawallet) |