danicoin/src
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
..
blockchain_db Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
blockchain_utilities Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
blocks baked-in block headers now go all the way up to 1 million. 1 MILLION 2016-03-16 21:59:21 +02:00
common Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
connectivity_tool Need to link boost::chrono in more places now 2016-03-11 16:17:08 +00:00
crypto minor tweaks, add readme for crypto_ops_builder 2016-03-11 22:48:46 +02:00
cryptonote_core Merge pull request #743 2016-03-21 13:22:54 +02:00
cryptonote_protocol Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
daemon Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
daemonizer Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
miner Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
mnemonics updated copyright year 2015-12-31 08:39:56 +02:00
p2p Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
rpc Fix typo on bitmonerod rpc method error. 2016-03-14 23:09:21 -06:00
serialization even more typos 2016-01-25 15:05:29 +01:00
simplewallet wallet: add a --generate-from-json flag 2016-03-25 00:56:11 +00:00
wallet wallet: add a --generate-from-json flag 2016-03-25 00:56:11 +00:00
CMakeLists.txt cmake: Fix overly broad use of dynamic link settings 2016-02-12 14:49:43 -08:00
cryptonote_config.h Fix V1/V2 use of hard fork related parameters 2016-01-29 17:21:11 +00:00
version.cmake Fix language 2016-03-03 00:34:19 +00:00
version.h.in update version number 2016-03-21 23:10:48 +02:00