Files
blackcoin-more/src
Forrest Voight 074d584a04 Added RPC call 'getmemorypool' that provides everything needed to construct a block with a custom generation transaction and submit a solution
getmemorypool [data]
If [data] is not specified, returns data needed to construct a block to work on:
  "version" : block version
  "previousblockhash" : hash of current highest block
  "transactions" : contents of non-coinbase transactions that should be included in the next block
  "coinbasevalue" : maximum allowable input to coinbase transaction, including the generation award and transaction fees
  "time" : timestamp appropriate for next block
  "bits" : compressed target of next block
If [data] is specified, tries to solve the block and returns true if it was successful.
2011-10-01 14:42:54 -04:00
..
2011-06-27 14:12:48 -04:00
2011-09-27 20:47:51 +02:00
2011-08-09 13:32:52 +02:00
2011-08-09 13:32:52 +02:00
2011-07-13 02:11:25 +02:00
2011-07-13 02:11:25 +02:00
2011-09-26 10:04:04 -04:00
2011-08-09 13:32:52 +02:00
2011-09-26 10:04:04 -04:00
2011-09-26 10:04:04 -04:00
2011-08-09 13:32:52 +02:00
2011-08-09 13:32:52 +02:00
2011-08-09 13:32:52 +02:00
2011-09-27 19:48:22 +02:00
2011-09-26 10:04:04 -04:00
2011-09-21 12:49:53 -04:00
2011-08-19 07:24:38 +02:00
2011-08-19 07:24:38 +02:00
2011-08-02 21:48:59 +02:00
2011-09-26 09:16:56 -04:00
2011-08-09 13:32:52 +02:00
2011-09-27 19:47:35 +02:00