Merged xmrig v6.2.3
This commit is contained in:
commit
aaaaf5c1ed
26 changed files with 4596 additions and 4360 deletions
|
@ -105,3 +105,10 @@ xmrig::Network *xmrig::Controller::network() const
|
|||
|
||||
return m_network;
|
||||
}
|
||||
|
||||
|
||||
void xmrig::Controller::execCommand(char command)
|
||||
{
|
||||
miner()->execCommand(command);
|
||||
network()->execCommand(command);
|
||||
}
|
||||
|
|
|
@ -55,6 +55,7 @@ public:
|
|||
|
||||
Miner *miner() const;
|
||||
Network *network() const;
|
||||
void execCommand(char command);
|
||||
|
||||
private:
|
||||
Miner *m_miner = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue