bitcoin/src/rpc
Andrew C fe00ca758a Create generatetoaddress rpc
Creates the generatetoaddress rpc which is virtually identical to the generate rpc except that it takes an argument for the address to mine to. It does not rely on wallet functionality.

The mining code shared by generate and generatetoaddress has been moved to another method to reduce duplication.
2016-03-21 09:58:40 -04:00
..
blockchain.cpp Softfork status report in RPC 2016-03-15 16:54:38 +01:00
client.cpp Create generatetoaddress rpc 2016-03-21 09:58:40 -04:00
client.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
mining.cpp Create generatetoaddress rpc 2016-03-21 09:58:40 -04:00
misc.cpp move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
net.cpp move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
protocol.cpp move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
protocol.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
rawtransaction.cpp Move maxTxFee out of mempool 2016-02-02 20:08:51 +01:00
server.cpp Create generatetoaddress rpc 2016-03-21 09:58:40 -04:00
server.h Create generatetoaddress rpc 2016-03-21 09:58:40 -04:00