danicoin/src/wallet
moneromooo-monero a2e378b91b
wallet: add a --generate-from-json flag
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.
2016-03-25 00:56:11 +00:00
..
CMakeLists.txt tests for wallet2_api 2016-03-16 14:27:57 +03:00
wallet2.cpp wallet: add a --generate-from-json flag 2016-03-25 00:56:11 +00:00
wallet2.h wallet: add a --generate-from-json flag 2016-03-25 00:56:11 +00:00
wallet2_api.cpp Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
wallet2_api.h Wallet::store_to(path, password) implemented; 2016-03-16 14:29:06 +03:00
wallet_errors.h Wallet::store_to(path, password) implemented; 2016-03-16 14:29:06 +03:00
wallet_rpc_server.cpp wallet: use minimum mixin when RPC asks for too low mixin 2016-03-11 21:32:16 +00:00
wallet_rpc_server.h updated copyright year 2015-12-31 08:39:56 +02:00
wallet_rpc_server_commands_defs.h updated copyright year 2015-12-31 08:39:56 +02:00
wallet_rpc_server_error_codes.h updated copyright year 2015-12-31 08:39:56 +02:00