mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update PyBlockMiner.py
This commit is contained in:
parent
2121d58fbe
commit
0fa691f13a
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ def BitcoinMiner(restart=False):
|
|||
merkle_root = ''.join([merkle_root[i] + merkle_root[i + 1] for i in range(0, len(merkle_root), 2)][::-1])
|
||||
|
||||
work_on = get_current_block_height()
|
||||
print(Fore.GREEN, '\n\n Working on current Network height', Fore.WHITE, work_on)
|
||||
print(Fore.GREEN, '\n Working on current Network height', Fore.WHITE, work_on)
|
||||
print(Fore.YELLOW, 'Current TARGET =', Fore.RED, target)
|
||||
z = 0
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue