comparison src/makefile.unix @ 1583:df45e8721f53 draft

Key import and export Introduces two new RPC calls: * dumpprivkey: retrieve the private key corresponding to an address * importprivkey: add a private key to your wallet The private key format is analoguous to the address format. It is a 51-character base58-encoded string, that includes a version number and a checksum. Includes patch by mhanne: * add optional account parameter for importprivkey, if omitted use default
author Pieter Wuille <pieter.wuille@gmail.com>
date Wed, 13 Jul 2011 11:56:38 +0200
parents d7f244465cd6
children 12cf0a8687a4
comparison
equal deleted inserted replaced
1582:a562176d7552 1583:df45e8721f53
117 obj/keystore.o \ 117 obj/keystore.o \
118 obj/main.o \ 118 obj/main.o \
119 obj/net.o \ 119 obj/net.o \
120 obj/protocol.o \ 120 obj/protocol.o \
121 obj/bitcoinrpc.o \ 121 obj/bitcoinrpc.o \
122 obj/rpcdump.o \
122 obj/script.o \ 123 obj/script.o \
123 obj/util.o \ 124 obj/util.o \
124 obj/wallet.o 125 obj/wallet.o
125 126
126 127