danicoin/src
moneromooo-monero bba6af9064
wallet: cold wallet transaction signing
This change adds the ability to create a new unsigned transaction
from a watch only wallet, and save it to a file. This file can
then be moved to another computer/VM where a cold wallet may load
it, sign it, and save it. That cold wallet does not need to have
a blockchain nor daemon. The signed transaction file can then be
moved back to the watch only wallet, which can load it and send
it to the daemon.

Two new simplewallet commands to use it:
sign_transfer (on the cold wallet)
submit_transfer (on the watch only wallet)

The transfer command used on a watch only wallet now writes an
unsigned transaction set in a file called 'unsigned_monero_tx'
instead of submitting the tx to the daemon as a normal wallet does.
The signed tx file is called 'signed_monero_tx'.
2016-09-27 07:46:39 +01:00
..
blockchain_db cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
blockchain_utilities cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
blocks update block headers 2016-09-18 19:05:47 +02:00
common epee: optionally restrict HTTP service to a configurable user agent 2016-09-18 20:32:02 +01:00
crypto cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
cryptonote_core wallet: cold wallet transaction signing 2016-09-27 07:46:39 +01:00
cryptonote_protocol cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
daemon epee: optionally restrict HTTP service to a configurable user agent 2016-09-18 20:32:02 +01:00
daemonizer cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
mnemonics cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
p2p remove dead backup seed nodes, add new ones 2016-09-18 20:10:46 +02:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
ringct cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
rpc epee: optionally restrict HTTP service to a configurable user agent 2016-09-18 20:32:02 +01:00
serialization serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
simplewallet wallet: cold wallet transaction signing 2016-09-27 07:46:39 +01:00
wallet wallet: cold wallet transaction signing 2016-09-27 07:46:39 +01:00
CMakeLists.txt cmake: support BUILD_SHARED_LIBS built-in option 2016-09-18 02:56:26 -04:00
cryptonote_config.h Decrease minimum fee from 0.01/kB to 0.002/kB 2016-09-15 09:28:33 +01:00
version.cmake fixed tag detector 2016-09-18 21:21:13 +02:00
version.h.in update version 2016-09-18 19:20:29 +02:00