Home
last modified time | relevance | path

Searched refs:hashrate (Results 1 – 25 of 31) sorted by relevance

12

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/consensus/ethash/
H A Dethash.go424 type hashrate struct { struct
450 hashrate metrics.Meter // Meter tracking the average hashrate member
457 submitRateCh chan *hashrate // Channel used for remote sealer to submit their mining hashrate
488 hashrate: metrics.NewMeterForced(),
493 submitRateCh: make(chan *hashrate),
508 hashrate: metrics.NewMeterForced(),
513 submitRateCh: make(chan *hashrate),
678 return ethash.hashrate.Rate1()
686 return ethash.hashrate.Rate1()
690 return ethash.hashrate.Rate1() + float64(<-res)
H A Dsealer.go153 ethash.hashrate.Mark(attempts)
160 ethash.hashrate.Mark(attempts)
192 rates = make(map[common.Hash]hashrate)
333 rates[result.id] = hashrate{rate: result.rate, ping: time.Now()}
H A Dapi.go103 case api.ethash.submitRateCh <- &hashrate{done: done, rate: uint64(rate), id: id}:
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/consensus/ethash/
H A Dsealer.go155 ethash.hashrate.Mark(attempts)
162 ethash.hashrate.Mark(attempts)
195 rates map[common.Hash]hashrate
210 submitRateCh chan *hashrate // Channel used for remote sealer to submit their mining hashrate
231 type hashrate struct { struct
254 rates: make(map[common.Hash]hashrate),
259 submitRateCh: make(chan *hashrate),
305 s.rates[result.id] = hashrate{rate: result.rate, ping: time.Now()}
H A Dethash_test.go140 hashrate = []hexutil.Uint64{100, 200, 300}
152 for i := 0; i < len(hashrate); i += 1 {
153 if res := api.SubmitHashrate(hashrate[i], ids[i]); !res {
156 expect += uint64(hashrate[i])
H A Dethash.go446 hashrate metrics.Meter // Meter tracking the average hashrate member
480 hashrate: metrics.NewMeterForced(),
654 return ethash.hashrate.Rate1()
662 return ethash.hashrate.Rate1()
666 return ethash.hashrate.Rate1() + float64(<-res)
H A Dapi.go99 case api.ethash.remote.submitRateCh <- &hashrate{done: done, rate: uint64(rate), id: id}:
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/difficulty/
H A Ddifficulty_test.go285 hashrate := difficulty.Hashrate()
293 assert.Equal(t, expected, hashrate, "network hashrate")
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/difficulty/
H A Ddifficulty_test.go285 hashrate := difficulty.Hashrate()
293 assert.Equal(t, expected, hashrate, "network hashrate")
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/difficulty/
H A Ddifficulty_test.go285 hashrate := difficulty.Hashrate()
293 assert.Equal(t, expected, hashrate, "network hashrate")
/dports/net-p2p/bitmark/bitmarkd-0.13.3/difficulty/
H A Ddifficulty_test.go285 hashrate := difficulty.Hashrate()
293 assert.Equal(t, expected, hashrate, "network hashrate")
/dports/net-p2p/cpuminer/cpuminer-2.5.0/
H A Dcpu-miner.c667 double hashrate; in share_result() local
670 hashrate = 0.; in share_result()
673 hashrate += thr_hashrates[i]; in share_result()
677 sprintf(s, hashrate >= 1e6 ? "%.0f" : "%.2f", 1e-3 * hashrate); in share_result()
1243 double hashrate = 0.; in miner_thread() local
1245 hashrate += thr_hashrates[i]; in miner_thread()
1247 sprintf(s, hashrate >= 1e6 ? "%.0f" : "%.2f", 1e-3 * hashrate); in miner_thread()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/ethstats/
H A Dethstats.go681 hashrate int
687 hashrate = int(s.eth.Miner().HashRate())
706 Hashrate: hashrate,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/ethstats/
H A Dethstats.go770 hashrate int
778 hashrate = int(fullBackend.Miner().Hashrate())
800 Hashrate: hashrate,
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethashseal/
H A DEthash.h76 u256 hashrate() const;
H A DEthash.cpp186 u256 Ethash::hashrate() const in hashrate() function in Ethash
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libweb3jsonrpc/
H A DAdminEth.cpp277 return toJS(asEthash(*m_eth.sealEngine()).hashrate()); in miner_hashrate()
H A DEth.cpp44 return toJS(getEthash().hashrate()); in eth_hashrate()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/
H A DREADME.md209 --disable-submit-hashrate When mining, don't submit hashrate to node
/dports/net-p2p/bitcoin/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.9.0.md186 - Add 'getnetworkhashps' to get the calculated network hashrate
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.9.0.md186 - Add 'getnetworkhashps' to get the calculated network hashrate
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/doc/release-notes/
H A Drelease-notes-0.9.0.md186 - Add 'getnetworkhashps' to get the calculated network hashrate
/dports/net-p2p/litecoin/litecoin-0.18.1/doc/release-notes/
H A Drelease-notes-0.9.0.md186 - Add 'getnetworkhashps' to get the calculated network hashrate
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/doc/release-notes/
H A Drelease-notes-0.9.0.md186 - Add 'getnetworkhashps' to get the calculated network hashrate
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/doc/release-notes/
H A Drelease-notes-0.9.0.md186 - Add 'getnetworkhashps' to get the calculated network hashrate

12