Improve console output and status message
This commit is contained in:
parent
6b9f21fd08
commit
adc85c76c4
6 changed files with 45 additions and 46 deletions
|
@ -33,7 +33,6 @@ class POW:
|
|||
blockCheck = 300000 # How often the hasher should check if the bitcoin block is updated (slows hashing but prevents less wasted work)
|
||||
blockCheckCount = 0
|
||||
block = '' #self.bitcoinNode.getBlockHash(self.bitcoinNode.getLastBlockHeight())
|
||||
#logger.debug('thread started')
|
||||
myCore = core.Core()
|
||||
while self.hashing:
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue