Orava2 / hodlminer-binary

hodlminer binary for Windows 64 bit
9 stars 3 forks source link

Feature request #4

Closed Daniel-Medeiros closed 6 years ago

Daniel-Medeiros commented 6 years ago

Could you please add these features from cpuminer-opt so we can keep track of the current network difficulty and stratum difficulty? image image very good miner

Thank you for your great work!

Orava2 commented 6 years ago

Hi I just stated to investigate this. I found the way to display block height and I'll try to get difficulty when I have time.

Orava2 commented 6 years ago

I made a change that will print a block number and a difficulty when a new block is received. Pool difficulty is printed at the same time. I think that printing these values in a single line keep printings more compact but the new stratum/pool difficulty is not updated on the fly. You need to wait when a new block is found.

kuva

Would stratum/pool difficulty need a dedicated line?

Daniel-Medeiros commented 6 years ago

No need for a dedicated line, that would be easy to find it, looks good! :) would you give them some colour to differentiate them? ;)

thank you so much!

Orava2 commented 6 years ago

Here is the new version for testing http://hodlcoin.oo.fi/hodlminer-beta/hodlminer-avx2-2018v3_beta.exe

kuva

The affinity parameter has changed. Use --affinity=1 to bind thread0 to cpu0, thread1 to cpu1 etc. --affinity=2 binds thread0 to cpu0, thread1 to cpu2, thread3 to cpu6. This can be used to bind threads to physical cores only.