mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-10 20:54:34 +00:00
Miner: added m_sharesFailed to api data
This commit is contained in:
parent
9b686673ae
commit
8700edb330
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ void Miner::on_block(const BlockTemplate& block)
|
||||||
<< ",\"total_hashes\":" << m_totalHashes.load()
|
<< ",\"total_hashes\":" << m_totalHashes.load()
|
||||||
<< ",\"time_running\":" << time_running
|
<< ",\"time_running\":" << time_running
|
||||||
<< ",\"shares_found\":" << m_sharesFound.load()
|
<< ",\"shares_found\":" << m_sharesFound.load()
|
||||||
|
<< ",\"shares_failed\":" << m_sharesFailed.load()
|
||||||
<< ",\"block_reward_share_percent\":" << block_reward_share_percent
|
<< ",\"block_reward_share_percent\":" << block_reward_share_percent
|
||||||
<< ",\"threads\":" << m_threads
|
<< ",\"threads\":" << m_threads
|
||||||
<< "}";
|
<< "}";
|
||||||
|
|
Loading…
Reference in a new issue