mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
a2e378b91b
It takes a filename containing JSON data to generate a wallet. The following fields are valid: version: integer, should be 1 filename: string, path/filename for the newly created wallet scan_from_height: 64 bit unsigned integer, optional password: string, optional viewkey: string, hex representation spendkey: string, hex representation seed: string, optional, list of words separated by spaces Either seed or private keys should be given. If using private keys, the spend key may be omitted (the wallet will not be able to spend, but will see incoming transactions). If scan_from_height is given, blocks below this height will not be checked for transactions as an optimization. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
password_container.cpp | ||
password_container.h | ||
simplewallet.cpp | ||
simplewallet.h |