BSHA3 / bsha3

The first SHA3d PoW blockchain. Full Node + Wallet + CPU Miner. Experimental.
https://github.com/bsha3/bsha3/releases
MIT License
17 stars 16 forks source link

rpc: Expose local hashrate #15

Closed ch4ot1c closed 6 years ago

ch4ot1c commented 6 years ago

getmininginfo would be a good place for this.

https://github.com/BSHA3/bsha3/blob/eab69f17c906543ce08d3ecbed57b74bff290334/src/miner.cpp#L47

Above is the nHashesPerSec variable of interest.

fafrd commented 6 years ago

Created a pull request to resolve this: https://github.com/BSHA3/bsha3/pull/17