Added real genesis block producer (not funtional).
authorRoland Haeder <roland@mxchange.org>
Thu, 21 May 2015 01:38:50 +0000 (03:38 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 21 May 2015 01:38:50 +0000 (03:38 +0200)
commit58c8089a80a885128553f9a79786c613017a00c7
tree2463a10558d3c6691f21bd7191f1ae0cb8c1ee45
parent37c1460d1333a39afdedcae811c54fd9df7c2356
Added real genesis block producer (not funtional).

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php
application/hub/interfaces/miner/class_MinerHelper.php
application/hub/main/filter/task/miner/class_MinerTaskHandlerInitializerFilter.php
application/hub/main/miner/class_BaseHubMiner.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/producer/class_BaseProducer.php
application/hub/main/producer/miner/blocks/class_MinerRealGenesisBlockProducer.php [new file with mode: 0644]
application/hub/main/producer/miner/blocks/class_MinerTestGenesisBlockProducer.php
application/hub/main/states/miner/booting/class_MinerBootingState.php
application/hub/main/tasks/miner/block_producer/class_MinerRealGenesisBlockProducerTask.php [new file with mode: 0644]
core