![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <thread>#include <list>#include <atomic>#include <libdevcore/Common.h>#include <libdevcore/Worker.h>#include <libethcore/Common.h>#include <libethereum/GenericMiner.h>#include <libethcore/BlockHeader.h>Go to the source code of this file.
Classes | |
| class | dev::eth::GenericFarm< PoW > |
| A collective of Miners. Miners ask for work, then submit proofs @threadsafe. More... | |
| struct | dev::eth::GenericFarm< PoW >::SealerDescriptor |
Namespaces | |
| dev | |
| dev::eth | |
Definition in file GenericFarm.h.