]> git.mxchange.org Git - hub.git/commit
Added/renamed miner classes:
authorRoland Haeder <roland@mxchange.org>
Mon, 12 May 2014 19:20:50 +0000 (21:20 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 12 May 2014 19:20:50 +0000 (21:20 +0200)
commit716e597e5d42c271fee57dbe589816e3d7f65dc3
treeb43582ac6920fd6c0eeb1b1e3fa633cb756d657c
parenta830c62491cdaf5f01a4b35fcac3768c297518f8
Added/renamed miner classes:
- Added communicator class for miner->node communication. This allows the miner
  to claim found blocks and ask the network for more.
- Moved some miner tasks in sub directories

Signed-off-by: Roland Haeder <roland@mxchange.org>
13 files changed:
application/hub/main/communicator/miner/.htaccess [new file with mode: 0644]
application/hub/main/communicator/miner/class_MinerNodeCommunicator.php [new file with mode: 0644]
application/hub/main/filter/task/miner/class_MinerTaskHandlerInitializerFilter.php
application/hub/main/tasks/miner/block_fetcher/.htaccess [new file with mode: 0644]
application/hub/main/tasks/miner/block_fetcher/class_MinerBlockFetcherTask.php [new file with mode: 0644]
application/hub/main/tasks/miner/block_producer/.htaccess [new file with mode: 0644]
application/hub/main/tasks/miner/block_producer/class_MinerTestGenesisBlockProducerTask.php [new file with mode: 0644]
application/hub/main/tasks/miner/class_ [deleted file]
application/hub/main/tasks/miner/class_Miner [new file with mode: 0644]
application/hub/main/tasks/miner/class_MinerBlockFetcherTask.php [deleted file]
application/hub/main/tasks/miner/class_MinerTestGenesisBlockProducerTask.php [deleted file]
application/hub/main/tasks/miner/communicator/.htaccess [new file with mode: 0644]
application/hub/main/tasks/miner/communicator/class_MinerNodeCommunicatorTask.php [new file with mode: 0644]